Shades of Scarlet #F01D18
Tints of Scarlet #F01D18
RGB
CMYK
RGB Variations
Color information
#F01D18 (or 0xF01D18) is known color: Scarlet. HEX triplet: F0, 1D and 18. RGB value is (240,29,24). Sum of RGB (Red+Green+Blue) = 240+29+24=293 (38% of max value = 765). Red value is 240 (94.14% from 255 or 81.91% from 293); Green value is 29 (11.72% from 255 or 9.90% from 293); Blue value is 24 (9.77% from 255 or 8.19% from 293); Max value from RGB is 240 - color contains mainly: red. Hex color #F01D18 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F01D18 is #0FE2E7. Grayscale: #5B5B5B. Windows color (decimal): -1041128 or 1580528. OLE color: 1580528.
HSL color Cylindrical-coordinate representation of color #F01D18: hue angle of 1.39º 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 #F01D18 is Cyan = 0, Magento = 0.88, Yellow = 0.9 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 29 | 24 | - |
| CMYK | 0 | 0.88 | 0.9 | 0.06 |
| HSL | 1.39º | 0.88% | 0.52% | - |
| HSV(B) | 1.39º | 0.9% | 0.94% | - |
| XYZ | 36.54 | 19.47 | 2.7 | - |
| YUV | 91.52 | 89.9 | 233.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 29 | 24 | 0 | 0.88 | 0.9 | 0.06 | 1.39 | 0.88 | 0.52 |
| Hex | F0 | 1D | 18 | 0 | 58 | 5A | 6 | 1 | 58 | 34 |
| Octal | 360 | 35 | 30 | 0 | 130 | 132 | 6 | 1 | 130 | 64 |
| Binary | 11110000 | 11101 | 11000 | 0 | 1011000 | 1011010 | 110 | 1 | 1011000 | 110100 |
Color Harmonies of #F01D18
Complementary color
Monochromatic Colors of #F01D18
Black with #F01D18
Text Example
Text Example
White with #F01D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01D18; }
p { color: rgb(240,29,24); }
H1.HeaderClassName
{
color: #F01D18;
}
.AnyTagClassName
{
color: #F01D18;
}
</style>
background-color css
<style>
a { background-color: #F01D18; }
a { background-color: rgb(240,29,24); }
div.DivClassName
{
background-color: #F01D18;
}
.BgClassName
{
background-color: #F01D18;
}
</style>
border-color css
<style>
span { border-color: #F01D18; }
span { border-color: rgb(240,29,24); }
td.TdClassName
{
border-color: #F01D18;
}
.TagClassName
{
border-color: #F01D18;
}
</style>