Shades of Scarlet #F21412
Tints of Scarlet #F21412
RGB
CMYK
RGB Variations
Color information
#F21412 (or 0xF21412) is known color: Scarlet. HEX triplet: F2, 14 and 12. RGB value is (242,20,18). Sum of RGB (Red+Green+Blue) = 242+20+18=280 (37% of max value = 765). Red value is 242 (94.92% from 255 or 86.43% from 280); Green value is 20 (8.20% from 255 or 7.14% from 280); Blue value is 18 (7.42% from 255 or 6.43% from 280); Max value from RGB is 242 - color contains mainly: red. Hex color #F21412 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F21412 is #0DEBED. Grayscale: #565656. Windows color (decimal): -912366 or 1185010. OLE color: 1185010.
HSL color Cylindrical-coordinate representation of color #F21412: hue angle of 0.54º 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 #F21412 is Cyan = 0, Magento = 0.92, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 20 | 18 | - |
| CMYK | 0 | 0.92 | 0.93 | 0.05 |
| HSL | 0.54º | 0.9% | 0.51% | - |
| HSV(B) | 0.54º | 0.93% | 0.95% | - |
| XYZ | 36.98 | 19.42 | 2.37 | - |
| YUV | 86.15 | 89.55 | 239.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 20 | 18 | 0 | 0.92 | 0.93 | 0.05 | 0.54 | 0.9 | 0.51 |
| Hex | F2 | 14 | 12 | 0 | 5C | 5D | 5 | 1 | 5A | 33 |
| Octal | 362 | 24 | 22 | 0 | 134 | 135 | 5 | 1 | 132 | 63 |
| Binary | 11110010 | 10100 | 10010 | 0 | 1011100 | 1011101 | 101 | 1 | 1011010 | 110011 |
Color Harmonies of #F21412
Complementary color
Monochromatic Colors of #F21412
Black with #F21412
Text Example
Text Example
White with #F21412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21412; }
p { color: rgb(242,20,18); }
H1.HeaderClassName
{
color: #F21412;
}
.AnyTagClassName
{
color: #F21412;
}
</style>
background-color css
<style>
a { background-color: #F21412; }
a { background-color: rgb(242,20,18); }
div.DivClassName
{
background-color: #F21412;
}
.BgClassName
{
background-color: #F21412;
}
</style>
border-color css
<style>
span { border-color: #F21412; }
span { border-color: rgb(242,20,18); }
td.TdClassName
{
border-color: #F21412;
}
.TagClassName
{
border-color: #F21412;
}
</style>