Shades of Scarlet #F22412
Tints of Scarlet #F22412
RGB
CMYK
RGB Variations
Color information
#F22412 (or 0xF22412) is known color: Scarlet. HEX triplet: F2, 24 and 12. RGB value is (242,36,18). Sum of RGB (Red+Green+Blue) = 242+36+18=296 (39% of max value = 765). Red value is 242 (94.92% from 255 or 81.76% from 296); Green value is 36 (14.45% from 255 or 12.16% from 296); Blue value is 18 (7.42% from 255 or 6.08% from 296); Max value from RGB is 242 - color contains mainly: red. Hex color #F22412 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F22412 is #0DDBED. Grayscale: #5F5F5F. Windows color (decimal): -908270 or 1189106. OLE color: 1189106.
HSL color Cylindrical-coordinate representation of color #F22412: hue angle of 4.82º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F22412 is Cyan = 0, Magento = 0.85, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 36 | 18 | - |
| CMYK | 0 | 0.85 | 0.93 | 0.05 |
| HSL | 4.82º | 0.9% | 0.51% | - |
| HSV(B) | 4.82º | 0.93% | 0.95% | - |
| XYZ | 37.36 | 20.18 | 2.5 | - |
| YUV | 95.54 | 84.25 | 232.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 36 | 18 | 0 | 0.85 | 0.93 | 0.05 | 4.82 | 0.9 | 0.51 |
| Hex | F2 | 24 | 12 | 0 | 55 | 5D | 5 | 5 | 5A | 33 |
| Octal | 362 | 44 | 22 | 0 | 125 | 135 | 5 | 5 | 132 | 63 |
| Binary | 11110010 | 100100 | 10010 | 0 | 1010101 | 1011101 | 101 | 101 | 1011010 | 110011 |
Color Harmonies of #F22412
Complementary color
Monochromatic Colors of #F22412
Black with #F22412
Text Example
Text Example
White with #F22412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22412; }
p { color: rgb(242,36,18); }
H1.HeaderClassName
{
color: #F22412;
}
.AnyTagClassName
{
color: #F22412;
}
</style>
background-color css
<style>
a { background-color: #F22412; }
a { background-color: rgb(242,36,18); }
div.DivClassName
{
background-color: #F22412;
}
.BgClassName
{
background-color: #F22412;
}
</style>
border-color css
<style>
span { border-color: #F22412; }
span { border-color: rgb(242,36,18); }
td.TdClassName
{
border-color: #F22412;
}
.TagClassName
{
border-color: #F22412;
}
</style>