#F62209

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

Shades of Scarlet #F62209

Tints of Scarlet #F62209

Color information

#F62209 (or 0xF62209) is unknown color: approx Scarlet. HEX triplet: F6, 22 and 09. RGB value is (246,34,9). Sum of RGB (Red+Green+Blue) = 246+34+9=289 (38% of max value = 765). Red value is 246 (96.48% from 255 or 85.12% from 289); Green value is 34 (13.67% from 255 or 11.76% from 289); Blue value is 9 (3.91% from 255 or 3.11% from 289); Max value from RGB is 246 - color contains mainly: red. Hex color #F62209 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F62209 is #09DDF6. Grayscale: #5E5E5E. Windows color (decimal): -646647 or 598774. OLE color: 598774.

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

Color convert

RGB246349-
CMYK00.860.960.04
HSL6.33º92.94%50%-
HSV(B)6.33º96.34%96.47%-
XYZ38.6320.762.23-
YUV94.5479.74236.03-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 85.12%
GREEN value IS 34 (13.67% from 255) = 11.76%
BLUE value IS 9 (3.91% from 255) = 3.11%
R=85.12%
G=11.76%
B=3.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.96
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24634900.860.960.046.3392.9450
HexF622905660465d32
Octal366421101261404613562
Binary1111011010001010010101011011000001001101011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F62209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F62209; }

 p { color: rgb(246,34,9); }

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

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

 a { background-color: rgb(246,34,9); }

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

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

 span { border-color: rgb(246,34,9); }

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