Shades of Scarlet #F22409
Tints of Scarlet #F22409
RGB
CMYK
RGB Variations
Color information
#F22409 (or 0xF22409) is known color: Scarlet. HEX triplet: F2, 24 and 09. RGB value is (242,36,9). Sum of RGB (Red+Green+Blue) = 242+36+9=287 (38% of max value = 765). Red value is 242 (94.92% from 255 or 84.32% from 287); Green value is 36 (14.45% from 255 or 12.54% from 287); Blue value is 9 (3.91% from 255 or 3.14% from 287); Max value from RGB is 242 - color contains mainly: red. Hex color #F22409 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F22409 is #0DDBF6. Grayscale: #5E5E5E. Windows color (decimal): -908279 or 599282. OLE color: 599282.
HSL color Cylindrical-coordinate representation of color #F22409: hue angle of 6.95º 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 #F22409 is Cyan = 0, Magento = 0.85, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 36 | 9 | - |
| CMYK | 0 | 0.85 | 0.96 | 0.05 |
| HSL | 6.95º | 0.93% | 0.49% | - |
| HSV(B) | 6.95º | 0.96% | 0.95% | - |
| XYZ | 37.3 | 20.16 | 2.18 | - |
| YUV | 94.52 | 79.75 | 233.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 36 | 9 | 0 | 0.85 | 0.96 | 0.05 | 6.95 | 0.93 | 0.49 |
| Hex | F2 | 24 | 9 | 0 | 55 | 60 | 5 | 7 | 5D | 31 |
| Octal | 362 | 44 | 11 | 0 | 125 | 140 | 5 | 7 | 135 | 61 |
| Binary | 11110010 | 100100 | 1001 | 0 | 1010101 | 1100000 | 101 | 111 | 1011101 | 110001 |
Color Harmonies of #F22409
Complementary color
Monochromatic Colors of #F22409
Black with #F22409
Text Example
Text Example
White with #F22409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22409; }
p { color: rgb(242,36,9); }
H1.HeaderClassName
{
color: #F22409;
}
.AnyTagClassName
{
color: #F22409;
}
</style>
background-color css
<style>
a { background-color: #F22409; }
a { background-color: rgb(242,36,9); }
div.DivClassName
{
background-color: #F22409;
}
.BgClassName
{
background-color: #F22409;
}
</style>
border-color css
<style>
span { border-color: #F22409; }
span { border-color: rgb(242,36,9); }
td.TdClassName
{
border-color: #F22409;
}
.TagClassName
{
border-color: #F22409;
}
</style>