Shades of Scarlet #F01C15
Tints of Scarlet #F01C15
RGB
CMYK
RGB Variations
Color information
#F01C15 (or 0xF01C15) is known color: Scarlet. HEX triplet: F0, 1C and 15. RGB value is (240,28,21). Sum of RGB (Red+Green+Blue) = 240+28+21=289 (38% of max value = 765). Red value is 240 (94.14% from 255 or 83.04% from 289); Green value is 28 (11.33% from 255 or 9.69% from 289); Blue value is 21 (8.59% from 255 or 7.27% from 289); Max value from RGB is 240 - color contains mainly: red. Hex color #F01C15 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F01C15 is #0FE3EA. Grayscale: #5A5A5A. Windows color (decimal): -1041387 or 1383664. OLE color: 1383664.
HSL color Cylindrical-coordinate representation of color #F01C15: hue angle of 1.92º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F01C15 is Cyan = 0, Magento = 0.88, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 28 | 21 | - |
| CMYK | 0 | 0.88 | 0.91 | 0.06 |
| HSL | 1.92º | 0.88% | 0.51% | - |
| HSV(B) | 1.92º | 0.91% | 0.94% | - |
| XYZ | 36.49 | 19.41 | 2.53 | - |
| YUV | 90.59 | 88.74 | 234.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 28 | 21 | 0 | 0.88 | 0.91 | 0.06 | 1.92 | 0.88 | 0.51 |
| Hex | F0 | 1C | 15 | 0 | 58 | 5B | 6 | 2 | 58 | 33 |
| Octal | 360 | 34 | 25 | 0 | 130 | 133 | 6 | 2 | 130 | 63 |
| Binary | 11110000 | 11100 | 10101 | 0 | 1011000 | 1011011 | 110 | 10 | 1011000 | 110011 |
Color Harmonies of #F01C15
Complementary color
Monochromatic Colors of #F01C15
Black with #F01C15
Text Example
Text Example
White with #F01C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01C15; }
p { color: rgb(240,28,21); }
H1.HeaderClassName
{
color: #F01C15;
}
.AnyTagClassName
{
color: #F01C15;
}
</style>
background-color css
<style>
a { background-color: #F01C15; }
a { background-color: rgb(240,28,21); }
div.DivClassName
{
background-color: #F01C15;
}
.BgClassName
{
background-color: #F01C15;
}
</style>
border-color css
<style>
span { border-color: #F01C15; }
span { border-color: rgb(240,28,21); }
td.TdClassName
{
border-color: #F01C15;
}
.TagClassName
{
border-color: #F01C15;
}
</style>