Shades of Scarlet #F01414
Tints of Scarlet #F01414
RGB
CMYK
RGB Variations
Color information
#F01414 (or 0xF01414) is known color: Scarlet. HEX triplet: F0, 14 and 14. RGB value is (240,20,20). Sum of RGB (Red+Green+Blue) = 240+20+20=280 (37% of max value = 765). Red value is 240 (94.14% from 255 or 85.71% from 280); Green value is 20 (8.20% from 255 or 7.14% from 280); Blue value is 20 (8.20% from 255 or 7.14% from 280); Max value from RGB is 240 - color contains mainly: red. Hex color #F01414 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F01414 is #0FEBEB. Grayscale: #565656. Windows color (decimal): -1043436 or 1316080. OLE color: 1316080.
HSL color Cylindrical-coordinate representation of color #F01414: hue angle of 0º 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 #F01414 is Cyan = 0, Magento = 0.92, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 20 | 20 | - |
| CMYK | 0 | 0.92 | 0.92 | 0.06 |
| HSL | 0º | 0.88% | 0.51% | - |
| HSV(B) | 0º | 0.92% | 0.94% | - |
| XYZ | 36.31 | 19.08 | 2.43 | - |
| YUV | 85.78 | 90.89 | 238 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 20 | 20 | 0 | 0.92 | 0.92 | 0.06 | 0 | 0.88 | 0.51 |
| Hex | F0 | 14 | 14 | 0 | 5C | 5C | 6 | 0 | 58 | 33 |
| Octal | 360 | 24 | 24 | 0 | 134 | 134 | 6 | 0 | 130 | 63 |
| Binary | 11110000 | 10100 | 10100 | 0 | 1011100 | 1011100 | 110 | 0 | 1011000 | 110011 |
Color Harmonies of #F01414
Complementary color
Monochromatic Colors of #F01414
Black with #F01414
Text Example
Text Example
White with #F01414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01414; }
p { color: rgb(240,20,20); }
H1.HeaderClassName
{
color: #F01414;
}
.AnyTagClassName
{
color: #F01414;
}
</style>
background-color css
<style>
a { background-color: #F01414; }
a { background-color: rgb(240,20,20); }
div.DivClassName
{
background-color: #F01414;
}
.BgClassName
{
background-color: #F01414;
}
</style>
border-color css
<style>
span { border-color: #F01414; }
span { border-color: rgb(240,20,20); }
td.TdClassName
{
border-color: #F01414;
}
.TagClassName
{
border-color: #F01414;
}
</style>