Shades of Scarlet #F21912
Tints of Scarlet #F21912
RGB
CMYK
RGB Variations
Color information
#F21912 (or 0xF21912) is known color: Scarlet. HEX triplet: F2, 19 and 12. RGB value is (242,25,18). Sum of RGB (Red+Green+Blue) = 242+25+18=285 (37% of max value = 765). Red value is 242 (94.92% from 255 or 84.91% from 285); Green value is 25 (10.16% from 255 or 8.77% from 285); Blue value is 18 (7.42% from 255 or 6.32% from 285); Max value from RGB is 242 - color contains mainly: red. Hex color #F21912 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F21912 is #0DE6ED. Grayscale: #595959. Windows color (decimal): -911086 or 1186290. OLE color: 1186290.
HSL color Cylindrical-coordinate representation of color #F21912: hue angle of 1.88º 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 #F21912 is Cyan = 0, Magento = 0.90, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 25 | 18 | - |
| CMYK | 0 | 0.90 | 0.93 | 0.05 |
| HSL | 1.88º | 0.9% | 0.51% | - |
| HSV(B) | 1.88º | 0.93% | 0.95% | - |
| XYZ | 37.07 | 19.62 | 2.4 | - |
| YUV | 89.09 | 87.89 | 237.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 25 | 18 | 0 | 0.90 | 0.93 | 0.05 | 1.88 | 0.9 | 0.51 |
| Hex | F2 | 19 | 12 | 0 | 5A | 5D | 5 | 2 | 5A | 33 |
| Octal | 362 | 31 | 22 | 0 | 132 | 135 | 5 | 2 | 132 | 63 |
| Binary | 11110010 | 11001 | 10010 | 0 | 1011010 | 1011101 | 101 | 10 | 1011010 | 110011 |
Color Harmonies of #F21912
Complementary color
Monochromatic Colors of #F21912
Black with #F21912
Text Example
Text Example
White with #F21912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21912; }
p { color: rgb(242,25,18); }
H1.HeaderClassName
{
color: #F21912;
}
.AnyTagClassName
{
color: #F21912;
}
</style>
background-color css
<style>
a { background-color: #F21912; }
a { background-color: rgb(242,25,18); }
div.DivClassName
{
background-color: #F21912;
}
.BgClassName
{
background-color: #F21912;
}
</style>
border-color css
<style>
span { border-color: #F21912; }
span { border-color: rgb(242,25,18); }
td.TdClassName
{
border-color: #F21912;
}
.TagClassName
{
border-color: #F21912;
}
</style>