Shades of Scarlet #F11412
Tints of Scarlet #F11412
RGB
CMYK
RGB Variations
Color information
#F11412 (or 0xF11412) is known color: Scarlet. HEX triplet: F1, 14 and 12. RGB value is (241,20,18). Sum of RGB (Red+Green+Blue) = 241+20+18=279 (36% of max value = 765). Red value is 241 (94.53% from 255 or 86.38% from 279); Green value is 20 (8.20% from 255 or 7.17% from 279); Blue value is 18 (7.42% from 255 or 6.45% from 279); Max value from RGB is 241 - color contains mainly: red. Hex color #F11412 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F11412 is #0EEBED. Grayscale: #565656. Windows color (decimal): -977902 or 1185009. OLE color: 1185009.
HSL color Cylindrical-coordinate representation of color #F11412: hue angle of 0.54º degrees, saturation: 0.89, 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 #F11412 is Cyan = 0, Magento = 0.92, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 20 | 18 | - |
| CMYK | 0 | 0.92 | 0.93 | 0.05 |
| HSL | 0.54º | 0.89% | 0.51% | - |
| HSV(B) | 0.54º | 0.93% | 0.95% | - |
| XYZ | 36.63 | 19.24 | 2.36 | - |
| YUV | 85.85 | 89.72 | 238.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 20 | 18 | 0 | 0.92 | 0.93 | 0.05 | 0.54 | 0.89 | 0.51 |
| Hex | F1 | 14 | 12 | 0 | 5C | 5D | 5 | 1 | 59 | 33 |
| Octal | 361 | 24 | 22 | 0 | 134 | 135 | 5 | 1 | 131 | 63 |
| Binary | 11110001 | 10100 | 10010 | 0 | 1011100 | 1011101 | 101 | 1 | 1011001 | 110011 |
Color Harmonies of #F11412
Complementary color
Monochromatic Colors of #F11412
Black with #F11412
Text Example
Text Example
White with #F11412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11412; }
p { color: rgb(241,20,18); }
H1.HeaderClassName
{
color: #F11412;
}
.AnyTagClassName
{
color: #F11412;
}
</style>
background-color css
<style>
a { background-color: #F11412; }
a { background-color: rgb(241,20,18); }
div.DivClassName
{
background-color: #F11412;
}
.BgClassName
{
background-color: #F11412;
}
</style>
border-color css
<style>
span { border-color: #F11412; }
span { border-color: rgb(241,20,18); }
td.TdClassName
{
border-color: #F11412;
}
.TagClassName
{
border-color: #F11412;
}
</style>