#f62816

Color #F62816 Scarlet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet #F62816

Tints of Scarlet #F62816

Color information

#F62816 (or 0xF62816) is unknown color: approx Scarlet. HEX triplet: F6, 28 and 16. RGB value is (246,40,22). Sum of RGB (Red+Green+Blue) = 246+40+22=308 (40% of max value = 765). Red value is 246 (96.48% from 255 or 79.87% from 308); Green value is 40 (16.02% from 255 or 12.99% from 308); Blue value is 22 (8.98% from 255 or 7.14% from 308); Max value from RGB is 246 - color contains mainly: red. Hex color #F62816 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F62816 is #09D7E9. Grayscale: #636363. Windows color (decimal): -645098 or 1452278. OLE color: 1452278.

HSL color Cylindrical-coordinate representation of color #F62816: hue angle of 4.82º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F62816 is Cyan = 0, Magento = 0.84, Yellow = 0.91 and Black (K on CMYK) = 0.04.

Color convert

RGB2464022-
CMYK00.840.910.04
HSL4.82º92.56%52.55%-
HSV(B)4.82º91.06%96.47%-
XYZ38.9121.172.79-
YUV99.5484.25232.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 246 (96.48% from 255) = 79.87%
GREEN value IS 40 (16.02% from 255) = 12.99%
BLUE value IS 22 (8.98% from 255) = 7.14%
R=79.87%
G=12.99%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.91
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal246402200.840.910.044.8292.5652.55
HexF628160545B455d35
Octal366502601241334513565
Binary11110110101000101100101010010110111001011011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f62816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f62816; }

 p { color: rgb(246,40,22); }

 H1.HeaderClassName
 {
   color: #f62816;
 }
 .AnyTagClassName
 {
   color: #f62816;
 }
</style>
background-color css

<style>
 a { background-color: #f62816; }

 a { background-color: rgb(246,40,22); }

 div.DivClassName
 {
   background-color: #f62816;
 }
 .BgClassName
 {
   background-color: #f62816;
 }
</style>
border-color css

<style>
 span { border-color: #f62816; }

 span { border-color: rgb(246,40,22); }

 td.TdClassName
 {
   border-color: #f62816;
 }
 .TagClassName
 {
   border-color: #f62816;
 }
</style>