Shades of Red #F2110E
Tints of Red #F2110E
RGB
CMYK
RGB Variations
Color information
#F2110E (or 0xF2110E) is known color: Red. HEX triplet: F2, 11 and 0E. RGB value is (242,17,14). Sum of RGB (Red+Green+Blue) = 242+17+14=273 (36% of max value = 765). Red value is 242 (94.92% from 255 or 88.64% from 273); Green value is 17 (7.03% from 255 or 6.23% from 273); Blue value is 14 (5.86% from 255 or 5.13% from 273); Max value from RGB is 242 - color contains mainly: red. Hex color #F2110E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F2110E is #0DEEF1. Grayscale: #545454. Windows color (decimal): -913138 or 922098. OLE color: 922098.
HSL color Cylindrical-coordinate representation of color #F2110E: hue angle of 0.79º 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 #F2110E is Cyan = 0, Magento = 0.93, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 17 | 14 | - |
| CMYK | 0 | 0.93 | 0.94 | 0.05 |
| HSL | 0.79º | 0.9% | 0.5% | - |
| HSV(B) | 0.79º | 0.94% | 0.95% | - |
| XYZ | 36.9 | 19.31 | 2.2 | - |
| YUV | 83.93 | 88.54 | 240.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 17 | 14 | 0 | 0.93 | 0.94 | 0.05 | 0.79 | 0.9 | 0.5 |
| Hex | F2 | 11 | E | 0 | 5D | 5E | 5 | 1 | 5A | 32 |
| Octal | 362 | 21 | 16 | 0 | 135 | 136 | 5 | 1 | 132 | 62 |
| Binary | 11110010 | 10001 | 1110 | 0 | 1011101 | 1011110 | 101 | 1 | 1011010 | 110010 |
Color Harmonies of #F2110E
Complementary color
Monochromatic Colors of #F2110E
Black with #F2110E
Text Example
Text Example
White with #F2110E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2110E; }
p { color: rgb(242,17,14); }
H1.HeaderClassName
{
color: #F2110E;
}
.AnyTagClassName
{
color: #F2110E;
}
</style>
background-color css
<style>
a { background-color: #F2110E; }
a { background-color: rgb(242,17,14); }
div.DivClassName
{
background-color: #F2110E;
}
.BgClassName
{
background-color: #F2110E;
}
</style>
border-color css
<style>
span { border-color: #F2110E; }
span { border-color: rgb(242,17,14); }
td.TdClassName
{
border-color: #F2110E;
}
.TagClassName
{
border-color: #F2110E;
}
</style>