Shades of Scarlet #F01C13
Tints of Scarlet #F01C13
RGB
CMYK
RGB Variations
Color information
#F01C13 (or 0xF01C13) is known color: Scarlet. HEX triplet: F0, 1C and 13. RGB value is (240,28,19). Sum of RGB (Red+Green+Blue) = 240+28+19=287 (38% of max value = 765). Red value is 240 (94.14% from 255 or 83.62% from 287); Green value is 28 (11.33% from 255 or 9.76% from 287); Blue value is 19 (7.81% from 255 or 6.62% from 287); Max value from RGB is 240 - color contains mainly: red. Hex color #F01C13 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F01C13 is #0FE3EC. Grayscale: #5A5A5A. Windows color (decimal): -1041389 or 1252592. OLE color: 1252592.
HSL color Cylindrical-coordinate representation of color #F01C13: hue angle of 2.44º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F01C13 is Cyan = 0, Magento = 0.88, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 28 | 19 | - |
| CMYK | 0 | 0.88 | 0.92 | 0.06 |
| HSL | 2.44º | 0.88% | 0.51% | - |
| HSV(B) | 2.44º | 0.92% | 0.94% | - |
| XYZ | 36.47 | 19.4 | 2.44 | - |
| YUV | 90.36 | 87.74 | 234.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 28 | 19 | 0 | 0.88 | 0.92 | 0.06 | 2.44 | 0.88 | 0.51 |
| Hex | F0 | 1C | 13 | 0 | 58 | 5C | 6 | 2 | 58 | 33 |
| Octal | 360 | 34 | 23 | 0 | 130 | 134 | 6 | 2 | 130 | 63 |
| Binary | 11110000 | 11100 | 10011 | 0 | 1011000 | 1011100 | 110 | 10 | 1011000 | 110011 |
Color Harmonies of #F01C13
Complementary color
Monochromatic Colors of #F01C13
Black with #F01C13
Text Example
Text Example
White with #F01C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01C13; }
p { color: rgb(240,28,19); }
H1.HeaderClassName
{
color: #F01C13;
}
.AnyTagClassName
{
color: #F01C13;
}
</style>
background-color css
<style>
a { background-color: #F01C13; }
a { background-color: rgb(240,28,19); }
div.DivClassName
{
background-color: #F01C13;
}
.BgClassName
{
background-color: #F01C13;
}
</style>
border-color css
<style>
span { border-color: #F01C13; }
span { border-color: rgb(240,28,19); }
td.TdClassName
{
border-color: #F01C13;
}
.TagClassName
{
border-color: #F01C13;
}
</style>