Shades of Red #F2120E
Tints of Red #F2120E
RGB
CMYK
RGB Variations
Color information
#F2120E (or 0xF2120E) is known color: Red. HEX triplet: F2, 12 and 0E. RGB value is (242,18,14). Sum of RGB (Red+Green+Blue) = 242+18+14=274 (36% of max value = 765). Red value is 242 (94.92% from 255 or 88.32% from 274); Green value is 18 (7.42% from 255 or 6.57% from 274); Blue value is 14 (5.86% from 255 or 5.11% from 274); Max value from RGB is 242 - color contains mainly: red. Hex color #F2120E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F2120E is #0DEDF1. Grayscale: #545454. Windows color (decimal): -912882 or 922354. OLE color: 922354.
HSL color Cylindrical-coordinate representation of color #F2120E: hue angle of 1.05º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F2120E is Cyan = 0, Magento = 0.93, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 18 | 14 | - |
| CMYK | 0 | 0.93 | 0.94 | 0.05 |
| HSL | 1.05º | 0.9% | 0.5% | - |
| HSV(B) | 1.05º | 0.94% | 0.95% | - |
| XYZ | 36.91 | 19.34 | 2.2 | - |
| YUV | 84.52 | 88.21 | 240.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 18 | 14 | 0 | 0.93 | 0.94 | 0.05 | 1.05 | 0.9 | 0.5 |
| Hex | F2 | 12 | E | 0 | 5D | 5E | 5 | 1 | 5A | 32 |
| Octal | 362 | 22 | 16 | 0 | 135 | 136 | 5 | 1 | 132 | 62 |
| Binary | 11110010 | 10010 | 1110 | 0 | 1011101 | 1011110 | 101 | 1 | 1011010 | 110010 |
Color Harmonies of #F2120E
Complementary color
Monochromatic Colors of #F2120E
Black with #F2120E
Text Example
Text Example
White with #F2120E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2120E; }
p { color: rgb(242,18,14); }
H1.HeaderClassName
{
color: #F2120E;
}
.AnyTagClassName
{
color: #F2120E;
}
</style>
background-color css
<style>
a { background-color: #F2120E; }
a { background-color: rgb(242,18,14); }
div.DivClassName
{
background-color: #F2120E;
}
.BgClassName
{
background-color: #F2120E;
}
</style>
border-color css
<style>
span { border-color: #F2120E; }
span { border-color: rgb(242,18,14); }
td.TdClassName
{
border-color: #F2120E;
}
.TagClassName
{
border-color: #F2120E;
}
</style>