Shades of Red #F21004
Tints of Red #F21004
RGB
CMYK
RGB Variations
Color information
#F21004 (or 0xF21004) is known color: Red. HEX triplet: F2, 10 and 04. RGB value is (242,16,4). Sum of RGB (Red+Green+Blue) = 242+16+4=262 (34% of max value = 765). Red value is 242 (94.92% from 255 or 92.37% from 262); Green value is 16 (6.64% from 255 or 6.11% from 262); Blue value is 4 (1.95% from 255 or 1.53% from 262); Max value from RGB is 242 - color contains mainly: red. Hex color #F21004 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F21004 is #0DEFFB. Grayscale: #525252. Windows color (decimal): -913404 or 266482. OLE color: 266482.
HSL color Cylindrical-coordinate representation of color #F21004: hue angle of 3.03º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F21004 is Cyan = 0, Magento = 0.93, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 16 | 4 | - |
| CMYK | 0 | 0.93 | 0.98 | 0.05 |
| HSL | 3.03º | 0.97% | 0.48% | - |
| HSV(B) | 3.03º | 0.98% | 0.95% | - |
| XYZ | 36.83 | 19.26 | 1.89 | - |
| YUV | 82.21 | 83.87 | 241.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 16 | 4 | 0 | 0.93 | 0.98 | 0.05 | 3.03 | 0.97 | 0.48 |
| Hex | F2 | 10 | 4 | 0 | 5D | 62 | 5 | 3 | 61 | 30 |
| Octal | 362 | 20 | 4 | 0 | 135 | 142 | 5 | 3 | 141 | 60 |
| Binary | 11110010 | 10000 | 100 | 0 | 1011101 | 1100010 | 101 | 11 | 1100001 | 110000 |
Color Harmonies of #F21004
Complementary color
Monochromatic Colors of #F21004
Black with #F21004
Text Example
Text Example
White with #F21004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21004; }
p { color: rgb(242,16,4); }
H1.HeaderClassName
{
color: #F21004;
}
.AnyTagClassName
{
color: #F21004;
}
</style>
background-color css
<style>
a { background-color: #F21004; }
a { background-color: rgb(242,16,4); }
div.DivClassName
{
background-color: #F21004;
}
.BgClassName
{
background-color: #F21004;
}
</style>
border-color css
<style>
span { border-color: #F21004; }
span { border-color: rgb(242,16,4); }
td.TdClassName
{
border-color: #F21004;
}
.TagClassName
{
border-color: #F21004;
}
</style>