Shades of Scarlet #F01E18
Tints of Scarlet #F01E18
RGB
CMYK
RGB Variations
Color information
#F01E18 (or 0xF01E18) is known color: Scarlet. HEX triplet: F0, 1E and 18. RGB value is (240,30,24). Sum of RGB (Red+Green+Blue) = 240+30+24=294 (38% of max value = 765). Red value is 240 (94.14% from 255 or 81.63% from 294); Green value is 30 (12.11% from 255 or 10.20% from 294); Blue value is 24 (9.77% from 255 or 8.16% from 294); Max value from RGB is 240 - color contains mainly: red. Hex color #F01E18 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F01E18 is #0FE1E7. Grayscale: #5C5C5C. Windows color (decimal): -1040872 or 1580784. OLE color: 1580784.
HSL color Cylindrical-coordinate representation of color #F01E18: hue angle of 1.67º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F01E18 is Cyan = 0, Magento = 0.87, Yellow = 0.9 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 30 | 24 | - |
| CMYK | 0 | 0.87 | 0.9 | 0.06 |
| HSL | 1.67º | 0.88% | 0.52% | - |
| HSV(B) | 1.67º | 0.9% | 0.94% | - |
| XYZ | 36.56 | 19.52 | 2.7 | - |
| YUV | 92.11 | 89.57 | 233.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 30 | 24 | 0 | 0.87 | 0.9 | 0.06 | 1.67 | 0.88 | 0.52 |
| Hex | F0 | 1E | 18 | 0 | 57 | 5A | 6 | 2 | 58 | 34 |
| Octal | 360 | 36 | 30 | 0 | 127 | 132 | 6 | 2 | 130 | 64 |
| Binary | 11110000 | 11110 | 11000 | 0 | 1010111 | 1011010 | 110 | 10 | 1011000 | 110100 |
Color Harmonies of #F01E18
Complementary color
Monochromatic Colors of #F01E18
Black with #F01E18
Text Example
Text Example
White with #F01E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01E18; }
p { color: rgb(240,30,24); }
H1.HeaderClassName
{
color: #F01E18;
}
.AnyTagClassName
{
color: #F01E18;
}
</style>
background-color css
<style>
a { background-color: #F01E18; }
a { background-color: rgb(240,30,24); }
div.DivClassName
{
background-color: #F01E18;
}
.BgClassName
{
background-color: #F01E18;
}
</style>
border-color css
<style>
span { border-color: #F01E18; }
span { border-color: rgb(240,30,24); }
td.TdClassName
{
border-color: #F01E18;
}
.TagClassName
{
border-color: #F01E18;
}
</style>