Shades of Scarlet #F11912
Tints of Scarlet #F11912
RGB
CMYK
RGB Variations
Color information
#F11912 (or 0xF11912) is known color: Scarlet. HEX triplet: F1, 19 and 12. RGB value is (241,25,18). Sum of RGB (Red+Green+Blue) = 241+25+18=284 (37% of max value = 765). Red value is 241 (94.53% from 255 or 84.86% from 284); Green value is 25 (10.16% from 255 or 8.80% from 284); Blue value is 18 (7.42% from 255 or 6.34% from 284); Max value from RGB is 241 - color contains mainly: red. Hex color #F11912 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F11912 is #0EE6ED. Grayscale: #595959. Windows color (decimal): -976622 or 1186289. OLE color: 1186289.
HSL color Cylindrical-coordinate representation of color #F11912: hue angle of 1.88º 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 #F11912 is Cyan = 0, Magento = 0.90, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 25 | 18 | - |
| CMYK | 0 | 0.90 | 0.93 | 0.05 |
| HSL | 1.88º | 0.89% | 0.51% | - |
| HSV(B) | 1.88º | 0.93% | 0.95% | - |
| XYZ | 36.73 | 19.44 | 2.39 | - |
| YUV | 88.79 | 88.06 | 236.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 25 | 18 | 0 | 0.90 | 0.93 | 0.05 | 1.88 | 0.89 | 0.51 |
| Hex | F1 | 19 | 12 | 0 | 5A | 5D | 5 | 2 | 59 | 33 |
| Octal | 361 | 31 | 22 | 0 | 132 | 135 | 5 | 2 | 131 | 63 |
| Binary | 11110001 | 11001 | 10010 | 0 | 1011010 | 1011101 | 101 | 10 | 1011001 | 110011 |
Color Harmonies of #F11912
Complementary color
Monochromatic Colors of #F11912
Black with #F11912
Text Example
Text Example
White with #F11912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11912; }
p { color: rgb(241,25,18); }
H1.HeaderClassName
{
color: #F11912;
}
.AnyTagClassName
{
color: #F11912;
}
</style>
background-color css
<style>
a { background-color: #F11912; }
a { background-color: rgb(241,25,18); }
div.DivClassName
{
background-color: #F11912;
}
.BgClassName
{
background-color: #F11912;
}
</style>
border-color css
<style>
span { border-color: #F11912; }
span { border-color: rgb(241,25,18); }
td.TdClassName
{
border-color: #F11912;
}
.TagClassName
{
border-color: #F11912;
}
</style>