Shades of Scarlet #F21714
Tints of Scarlet #F21714
RGB
CMYK
RGB Variations
Color information
#F21714 (or 0xF21714) is known color: Scarlet. HEX triplet: F2, 17 and 14. RGB value is (242,23,20). Sum of RGB (Red+Green+Blue) = 242+23+20=285 (37% of max value = 765). Red value is 242 (94.92% from 255 or 84.91% from 285); Green value is 23 (9.38% from 255 or 8.07% from 285); Blue value is 20 (8.20% from 255 or 7.02% from 285); Max value from RGB is 242 - color contains mainly: red. Hex color #F21714 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F21714 is #0DE8EB. Grayscale: #585858. Windows color (decimal): -911596 or 1316850. OLE color: 1316850.
HSL color Cylindrical-coordinate representation of color #F21714: hue angle of 0.81º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F21714 is Cyan = 0, Magento = 0.90, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 23 | 20 | - |
| CMYK | 0 | 0.90 | 0.92 | 0.05 |
| HSL | 0.81º | 0.9% | 0.51% | - |
| HSV(B) | 0.81º | 0.92% | 0.95% | - |
| XYZ | 37.05 | 19.54 | 2.48 | - |
| YUV | 88.14 | 89.55 | 237.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 23 | 20 | 0 | 0.90 | 0.92 | 0.05 | 0.81 | 0.9 | 0.51 |
| Hex | F2 | 17 | 14 | 0 | 5A | 5C | 5 | 1 | 5A | 33 |
| Octal | 362 | 27 | 24 | 0 | 132 | 134 | 5 | 1 | 132 | 63 |
| Binary | 11110010 | 10111 | 10100 | 0 | 1011010 | 1011100 | 101 | 1 | 1011010 | 110011 |
Color Harmonies of #F21714
Complementary color
Monochromatic Colors of #F21714
Black with #F21714
Text Example
Text Example
White with #F21714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21714; }
p { color: rgb(242,23,20); }
H1.HeaderClassName
{
color: #F21714;
}
.AnyTagClassName
{
color: #F21714;
}
</style>
background-color css
<style>
a { background-color: #F21714; }
a { background-color: rgb(242,23,20); }
div.DivClassName
{
background-color: #F21714;
}
.BgClassName
{
background-color: #F21714;
}
</style>
border-color css
<style>
span { border-color: #F21714; }
span { border-color: rgb(242,23,20); }
td.TdClassName
{
border-color: #F21714;
}
.TagClassName
{
border-color: #F21714;
}
</style>