Shades of Scarlet #F21C14
Tints of Scarlet #F21C14
RGB
CMYK
RGB Variations
Color information
#F21C14 (or 0xF21C14) is known color: Scarlet. HEX triplet: F2, 1C and 14. RGB value is (242,28,20). Sum of RGB (Red+Green+Blue) = 242+28+20=290 (38% of max value = 765). Red value is 242 (94.92% from 255 or 83.45% from 290); Green value is 28 (11.33% from 255 or 9.66% from 290); Blue value is 20 (8.20% from 255 or 6.90% from 290); Max value from RGB is 242 - color contains mainly: red. Hex color #F21C14 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F21C14 is #0DE3EB. Grayscale: #5B5B5B. Windows color (decimal): -910316 or 1318130. OLE color: 1318130.
HSL color Cylindrical-coordinate representation of color #F21C14: hue angle of 2.16º 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 #F21C14 is Cyan = 0, Magento = 0.88, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 28 | 20 | - |
| CMYK | 0 | 0.88 | 0.92 | 0.05 |
| HSL | 2.16º | 0.9% | 0.51% | - |
| HSV(B) | 2.16º | 0.92% | 0.95% | - |
| XYZ | 37.16 | 19.76 | 2.52 | - |
| YUV | 91.07 | 87.9 | 235.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 28 | 20 | 0 | 0.88 | 0.92 | 0.05 | 2.16 | 0.9 | 0.51 |
| Hex | F2 | 1C | 14 | 0 | 58 | 5C | 5 | 2 | 5A | 33 |
| Octal | 362 | 34 | 24 | 0 | 130 | 134 | 5 | 2 | 132 | 63 |
| Binary | 11110010 | 11100 | 10100 | 0 | 1011000 | 1011100 | 101 | 10 | 1011010 | 110011 |
Color Harmonies of #F21C14
Complementary color
Monochromatic Colors of #F21C14
Black with #F21C14
Text Example
Text Example
White with #F21C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21C14; }
p { color: rgb(242,28,20); }
H1.HeaderClassName
{
color: #F21C14;
}
.AnyTagClassName
{
color: #F21C14;
}
</style>
background-color css
<style>
a { background-color: #F21C14; }
a { background-color: rgb(242,28,20); }
div.DivClassName
{
background-color: #F21C14;
}
.BgClassName
{
background-color: #F21C14;
}
</style>
border-color css
<style>
span { border-color: #F21C14; }
span { border-color: rgb(242,28,20); }
td.TdClassName
{
border-color: #F21C14;
}
.TagClassName
{
border-color: #F21C14;
}
</style>