Shades of Red #F21210
Tints of Red #F21210
RGB
CMYK
RGB Variations
Color information
#F21210 (or 0xF21210) is known color: Red. HEX triplet: F2, 12 and 10. RGB value is (242,18,16). Sum of RGB (Red+Green+Blue) = 242+18+16=276 (36% of max value = 765). Red value is 242 (94.92% from 255 or 87.68% from 276); Green value is 18 (7.42% from 255 or 6.52% from 276); Blue value is 16 (6.64% from 255 or 5.80% from 276); Max value from RGB is 242 - color contains mainly: red. Hex color #F21210 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F21210 is #0DEDEF. Grayscale: #545454. Windows color (decimal): -912880 or 1053426. OLE color: 1053426.
HSL color Cylindrical-coordinate representation of color #F21210: hue angle of 0.53º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F21210 is Cyan = 0, Magento = 0.93, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 18 | 16 | - |
| CMYK | 0 | 0.93 | 0.93 | 0.05 |
| HSL | 0.53º | 0.9% | 0.51% | - |
| HSV(B) | 0.53º | 0.93% | 0.95% | - |
| XYZ | 36.93 | 19.35 | 2.28 | - |
| YUV | 84.75 | 89.21 | 240.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 18 | 16 | 0 | 0.93 | 0.93 | 0.05 | 0.53 | 0.9 | 0.51 |
| Hex | F2 | 12 | 10 | 0 | 5D | 5D | 5 | 1 | 5A | 33 |
| Octal | 362 | 22 | 20 | 0 | 135 | 135 | 5 | 1 | 132 | 63 |
| Binary | 11110010 | 10010 | 10000 | 0 | 1011101 | 1011101 | 101 | 1 | 1011010 | 110011 |
Color Harmonies of #F21210
Complementary color
Monochromatic Colors of #F21210
Black with #F21210
Text Example
Text Example
White with #F21210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21210; }
p { color: rgb(242,18,16); }
H1.HeaderClassName
{
color: #F21210;
}
.AnyTagClassName
{
color: #F21210;
}
</style>
background-color css
<style>
a { background-color: #F21210; }
a { background-color: rgb(242,18,16); }
div.DivClassName
{
background-color: #F21210;
}
.BgClassName
{
background-color: #F21210;
}
</style>
border-color css
<style>
span { border-color: #F21210; }
span { border-color: rgb(242,18,16); }
td.TdClassName
{
border-color: #F21210;
}
.TagClassName
{
border-color: #F21210;
}
</style>