Shades of Scarlet #F01E12
Tints of Scarlet #F01E12
RGB
CMYK
RGB Variations
Color information
#F01E12 (or 0xF01E12) is known color: Scarlet. HEX triplet: F0, 1E and 12. RGB value is (240,30,18). Sum of RGB (Red+Green+Blue) = 240+30+18=288 (38% of max value = 765). Red value is 240 (94.14% from 255 or 83.33% from 288); Green value is 30 (12.11% from 255 or 10.42% from 288); Blue value is 18 (7.42% from 255 or 6.25% from 288); Max value from RGB is 240 - color contains mainly: red. Hex color #F01E12 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F01E12 is #0FE1ED. Grayscale: #5B5B5B. Windows color (decimal): -1040878 or 1187568. OLE color: 1187568.
HSL color Cylindrical-coordinate representation of color #F01E12: hue angle of 3.24º 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 #F01E12 is Cyan = 0, Magento = 0.87, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 30 | 18 | - |
| CMYK | 0 | 0.87 | 0.92 | 0.06 |
| HSL | 3.24º | 0.88% | 0.51% | - |
| HSV(B) | 3.24º | 0.93% | 0.94% | - |
| XYZ | 36.51 | 19.5 | 2.41 | - |
| YUV | 91.42 | 86.57 | 233.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 30 | 18 | 0 | 0.87 | 0.92 | 0.06 | 3.24 | 0.88 | 0.51 |
| Hex | F0 | 1E | 12 | 0 | 57 | 5C | 6 | 3 | 58 | 33 |
| Octal | 360 | 36 | 22 | 0 | 127 | 134 | 6 | 3 | 130 | 63 |
| Binary | 11110000 | 11110 | 10010 | 0 | 1010111 | 1011100 | 110 | 11 | 1011000 | 110011 |
Color Harmonies of #F01E12
Complementary color
Monochromatic Colors of #F01E12
Black with #F01E12
Text Example
Text Example
White with #F01E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01E12; }
p { color: rgb(240,30,18); }
H1.HeaderClassName
{
color: #F01E12;
}
.AnyTagClassName
{
color: #F01E12;
}
</style>
background-color css
<style>
a { background-color: #F01E12; }
a { background-color: rgb(240,30,18); }
div.DivClassName
{
background-color: #F01E12;
}
.BgClassName
{
background-color: #F01E12;
}
</style>
border-color css
<style>
span { border-color: #F01E12; }
span { border-color: rgb(240,30,18); }
td.TdClassName
{
border-color: #F01E12;
}
.TagClassName
{
border-color: #F01E12;
}
</style>