Shades of Scarlet #F22009
Tints of Scarlet #F22009
RGB
CMYK
RGB Variations
Color information
#F22009 (or 0xF22009) is known color: Scarlet. HEX triplet: F2, 20 and 09. RGB value is (242,32,9). Sum of RGB (Red+Green+Blue) = 242+32+9=283 (37% of max value = 765). Red value is 242 (94.92% from 255 or 85.51% from 283); Green value is 32 (12.89% from 255 or 11.31% from 283); Blue value is 9 (3.91% from 255 or 3.18% from 283); Max value from RGB is 242 - color contains mainly: red. Hex color #F22009 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F22009 is #0DDFF6. Grayscale: #5C5C5C. Windows color (decimal): -909303 or 598258. OLE color: 598258.
HSL color Cylindrical-coordinate representation of color #F22009: hue angle of 5.92º 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 #F22009 is Cyan = 0, Magento = 0.87, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 32 | 9 | - |
| CMYK | 0 | 0.87 | 0.96 | 0.05 |
| HSL | 5.92º | 0.93% | 0.49% | - |
| HSV(B) | 5.92º | 0.96% | 0.95% | - |
| XYZ | 37.18 | 19.93 | 2.15 | - |
| YUV | 92.17 | 81.07 | 234.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 32 | 9 | 0 | 0.87 | 0.96 | 0.05 | 5.92 | 0.93 | 0.49 |
| Hex | F2 | 20 | 9 | 0 | 57 | 60 | 5 | 6 | 5D | 31 |
| Octal | 362 | 40 | 11 | 0 | 127 | 140 | 5 | 6 | 135 | 61 |
| Binary | 11110010 | 100000 | 1001 | 0 | 1010111 | 1100000 | 101 | 110 | 1011101 | 110001 |
Color Harmonies of #F22009
Complementary color
Monochromatic Colors of #F22009
Black with #F22009
Text Example
Text Example
White with #F22009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22009; }
p { color: rgb(242,32,9); }
H1.HeaderClassName
{
color: #F22009;
}
.AnyTagClassName
{
color: #F22009;
}
</style>
background-color css
<style>
a { background-color: #F22009; }
a { background-color: rgb(242,32,9); }
div.DivClassName
{
background-color: #F22009;
}
.BgClassName
{
background-color: #F22009;
}
</style>
border-color css
<style>
span { border-color: #F22009; }
span { border-color: rgb(242,32,9); }
td.TdClassName
{
border-color: #F22009;
}
.TagClassName
{
border-color: #F22009;
}
</style>