Shades of Scarlet #F21914
Tints of Scarlet #F21914
RGB
CMYK
RGB Variations
Color information
#F21914 (or 0xF21914) is known color: Scarlet. HEX triplet: F2, 19 and 14. RGB value is (242,25,20). Sum of RGB (Red+Green+Blue) = 242+25+20=287 (38% of max value = 765). Red value is 242 (94.92% from 255 or 84.32% from 287); Green value is 25 (10.16% from 255 or 8.71% from 287); Blue value is 20 (8.20% from 255 or 6.97% from 287); Max value from RGB is 242 - color contains mainly: red. Hex color #F21914 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F21914 is #0DE6EB. Grayscale: #595959. Windows color (decimal): -911084 or 1317362. OLE color: 1317362.
HSL color Cylindrical-coordinate representation of color #F21914: hue angle of 1.35º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F21914 is Cyan = 0, Magento = 0.90, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 25 | 20 | - |
| CMYK | 0 | 0.90 | 0.92 | 0.05 |
| HSL | 1.35º | 0.9% | 0.51% | - |
| HSV(B) | 1.35º | 0.92% | 0.95% | - |
| XYZ | 37.09 | 19.62 | 2.49 | - |
| YUV | 89.31 | 88.89 | 236.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 25 | 20 | 0 | 0.90 | 0.92 | 0.05 | 1.35 | 0.9 | 0.51 |
| Hex | F2 | 19 | 14 | 0 | 5A | 5C | 5 | 1 | 5A | 33 |
| Octal | 362 | 31 | 24 | 0 | 132 | 134 | 5 | 1 | 132 | 63 |
| Binary | 11110010 | 11001 | 10100 | 0 | 1011010 | 1011100 | 101 | 1 | 1011010 | 110011 |
Color Harmonies of #F21914
Complementary color
Monochromatic Colors of #F21914
Black with #F21914
Text Example
Text Example
White with #F21914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21914; }
p { color: rgb(242,25,20); }
H1.HeaderClassName
{
color: #F21914;
}
.AnyTagClassName
{
color: #F21914;
}
</style>
background-color css
<style>
a { background-color: #F21914; }
a { background-color: rgb(242,25,20); }
div.DivClassName
{
background-color: #F21914;
}
.BgClassName
{
background-color: #F21914;
}
</style>
border-color css
<style>
span { border-color: #F21914; }
span { border-color: rgb(242,25,20); }
td.TdClassName
{
border-color: #F21914;
}
.TagClassName
{
border-color: #F21914;
}
</style>