Shades of Scarlet #F01912
Tints of Scarlet #F01912
RGB
CMYK
RGB Variations
Color information
#F01912 (or 0xF01912) is known color: Scarlet. HEX triplet: F0, 19 and 12. RGB value is (240,25,18). Sum of RGB (Red+Green+Blue) = 240+25+18=283 (37% of max value = 765). Red value is 240 (94.14% from 255 or 84.81% from 283); Green value is 25 (10.16% from 255 or 8.83% from 283); Blue value is 18 (7.42% from 255 or 6.36% from 283); Max value from RGB is 240 - color contains mainly: red. Hex color #F01912 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F01912 is #0FE6ED. Grayscale: #585858. Windows color (decimal): -1042158 or 1186288. OLE color: 1186288.
HSL color Cylindrical-coordinate representation of color #F01912: hue angle of 1.89º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F01912 is Cyan = 0, Magento = 0.90, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 25 | 18 | - |
| CMYK | 0 | 0.90 | 0.92 | 0.06 |
| HSL | 1.89º | 0.88% | 0.51% | - |
| HSV(B) | 1.89º | 0.93% | 0.94% | - |
| XYZ | 36.39 | 19.26 | 2.37 | - |
| YUV | 88.49 | 88.23 | 236.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 25 | 18 | 0 | 0.90 | 0.92 | 0.06 | 1.89 | 0.88 | 0.51 |
| Hex | F0 | 19 | 12 | 0 | 5A | 5C | 6 | 2 | 58 | 33 |
| Octal | 360 | 31 | 22 | 0 | 132 | 134 | 6 | 2 | 130 | 63 |
| Binary | 11110000 | 11001 | 10010 | 0 | 1011010 | 1011100 | 110 | 10 | 1011000 | 110011 |
Color Harmonies of #F01912
Complementary color
Monochromatic Colors of #F01912
Black with #F01912
Text Example
Text Example
White with #F01912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01912; }
p { color: rgb(240,25,18); }
H1.HeaderClassName
{
color: #F01912;
}
.AnyTagClassName
{
color: #F01912;
}
</style>
background-color css
<style>
a { background-color: #F01912; }
a { background-color: rgb(240,25,18); }
div.DivClassName
{
background-color: #F01912;
}
.BgClassName
{
background-color: #F01912;
}
</style>
border-color css
<style>
span { border-color: #F01912; }
span { border-color: rgb(240,25,18); }
td.TdClassName
{
border-color: #F01912;
}
.TagClassName
{
border-color: #F01912;
}
</style>