#F22D09

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

Shades of Scarlet #F22D09

Tints of Scarlet #F22D09

Color information

#F22D09 (or 0xF22D09) is unknown color: approx Scarlet. HEX triplet: F2, 2D and 09. RGB value is (242,45,9). Sum of RGB (Red+Green+Blue) = 242+45+9=296 (39% of max value = 765). Red value is 242 (94.92% from 255 or 81.76% from 296); Green value is 45 (17.97% from 255 or 15.20% from 296); Blue value is 9 (3.91% from 255 or 3.04% from 296); Max value from RGB is 242 - color contains mainly: red. Hex color #F22D09 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F22D09 is #0DD2F6. Grayscale: #646464. Windows color (decimal): -905975 or 601586. OLE color: 601586.

HSL color Cylindrical-coordinate representation of color #F22D09: hue angle of 9.27º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F22D09 is Cyan = 0, Magento = 0.81, Yellow = 0.96 and Black (K on CMYK) = 0.05.

Color convert

RGB242459-
CMYK00.810.960.05
HSL9.27º92.83%49.22%-
HSV(B)9.27º96.28%94.9%-
XYZ37.6120.772.29-
YUV99.876.77229.43-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 81.76%
GREEN value IS 45 (17.97% from 255) = 15.20%
BLUE value IS 9 (3.91% from 255) = 3.04%
R=81.76%
G=15.20%
B=3.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.96
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24245900.810.960.059.2792.8349.22
HexF22D905160595d31
Octal3625511012114051113561
Binary11110010101101100101010001110000010110011011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F22D09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F22D09; }

 p { color: rgb(242,45,9); }

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

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

 a { background-color: rgb(242,45,9); }

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

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

 span { border-color: rgb(242,45,9); }

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