Shades of Scarlet #F41912
Tints of Scarlet #F41912
RGB
CMYK
RGB Variations
Color information
#F41912 (or 0xF41912) is known color: Scarlet. HEX triplet: F4, 19 and 12. RGB value is (244,25,18). Sum of RGB (Red+Green+Blue) = 244+25+18=287 (38% of max value = 765). Red value is 244 (95.70% from 255 or 85.02% from 287); Green value is 25 (10.16% from 255 or 8.71% from 287); Blue value is 18 (7.42% from 255 or 6.27% from 287); Max value from RGB is 244 - color contains mainly: red. Hex color #F41912 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F41912 is #0BE6ED. Grayscale: #595959. Windows color (decimal): -780014 or 1186292. OLE color: 1186292.
HSL color Cylindrical-coordinate representation of color #F41912: hue angle of 1.86º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F41912 is Cyan = 0, Magento = 0.90, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 25 | 18 | - |
| CMYK | 0 | 0.90 | 0.93 | 0.04 |
| HSL | 1.86º | 0.91% | 0.51% | - |
| HSV(B) | 1.86º | 0.93% | 0.96% | - |
| XYZ | 37.77 | 19.97 | 2.44 | - |
| YUV | 89.68 | 87.55 | 238.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 25 | 18 | 0 | 0.90 | 0.93 | 0.04 | 1.86 | 0.91 | 0.51 |
| Hex | F4 | 19 | 12 | 0 | 5A | 5D | 4 | 2 | 5B | 33 |
| Octal | 364 | 31 | 22 | 0 | 132 | 135 | 4 | 2 | 133 | 63 |
| Binary | 11110100 | 11001 | 10010 | 0 | 1011010 | 1011101 | 100 | 10 | 1011011 | 110011 |
Color Harmonies of #F41912
Complementary color
Monochromatic Colors of #F41912
Black with #F41912
Text Example
Text Example
White with #F41912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41912; }
p { color: rgb(244,25,18); }
H1.HeaderClassName
{
color: #F41912;
}
.AnyTagClassName
{
color: #F41912;
}
</style>
background-color css
<style>
a { background-color: #F41912; }
a { background-color: rgb(244,25,18); }
div.DivClassName
{
background-color: #F41912;
}
.BgClassName
{
background-color: #F41912;
}
</style>
border-color css
<style>
span { border-color: #F41912; }
span { border-color: rgb(244,25,18); }
td.TdClassName
{
border-color: #F41912;
}
.TagClassName
{
border-color: #F41912;
}
</style>