Shades of Scarlet #F01612
Tints of Scarlet #F01612
RGB
CMYK
RGB Variations
Color information
#F01612 (or 0xF01612) is known color: Scarlet. HEX triplet: F0, 16 and 12. RGB value is (240,22,18). Sum of RGB (Red+Green+Blue) = 240+22+18=280 (37% of max value = 765). Red value is 240 (94.14% from 255 or 85.71% from 280); Green value is 22 (8.98% from 255 or 7.86% from 280); Blue value is 18 (7.42% from 255 or 6.43% from 280); Max value from RGB is 240 - color contains mainly: red. Hex color #F01612 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F01612 is #0FE9ED. Grayscale: #565656. Windows color (decimal): -1042926 or 1185520. OLE color: 1185520.
HSL color Cylindrical-coordinate representation of color #F01612: hue angle of 1.08º 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 #F01612 is Cyan = 0, Magento = 0.91, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 22 | 18 | - |
| CMYK | 0 | 0.91 | 0.92 | 0.06 |
| HSL | 1.08º | 0.88% | 0.51% | - |
| HSV(B) | 1.08º | 0.93% | 0.94% | - |
| XYZ | 36.33 | 19.14 | 2.35 | - |
| YUV | 86.73 | 89.22 | 237.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 22 | 18 | 0 | 0.91 | 0.92 | 0.06 | 1.08 | 0.88 | 0.51 |
| Hex | F0 | 16 | 12 | 0 | 5B | 5C | 6 | 1 | 58 | 33 |
| Octal | 360 | 26 | 22 | 0 | 133 | 134 | 6 | 1 | 130 | 63 |
| Binary | 11110000 | 10110 | 10010 | 0 | 1011011 | 1011100 | 110 | 1 | 1011000 | 110011 |
Color Harmonies of #F01612
Complementary color
Monochromatic Colors of #F01612
Black with #F01612
Text Example
Text Example
White with #F01612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01612; }
p { color: rgb(240,22,18); }
H1.HeaderClassName
{
color: #F01612;
}
.AnyTagClassName
{
color: #F01612;
}
</style>
background-color css
<style>
a { background-color: #F01612; }
a { background-color: rgb(240,22,18); }
div.DivClassName
{
background-color: #F01612;
}
.BgClassName
{
background-color: #F01612;
}
</style>
border-color css
<style>
span { border-color: #F01612; }
span { border-color: rgb(240,22,18); }
td.TdClassName
{
border-color: #F01612;
}
.TagClassName
{
border-color: #F01612;
}
</style>