Shades of Red #F21204
Tints of Red #F21204
RGB
CMYK
RGB Variations
Color information
#F21204 (or 0xF21204) is known color: Red. HEX triplet: F2, 12 and 04. RGB value is (242,18,4). Sum of RGB (Red+Green+Blue) = 242+18+4=264 (34% of max value = 765). Red value is 242 (94.92% from 255 or 91.67% from 264); Green value is 18 (7.42% from 255 or 6.82% from 264); Blue value is 4 (1.95% from 255 or 1.52% from 264); Max value from RGB is 242 - color contains mainly: red. Hex color #F21204 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F21204 is #0DEDFB. Grayscale: #535353. Windows color (decimal): -912892 or 266994. OLE color: 266994.
HSL color Cylindrical-coordinate representation of color #F21204: hue angle of 3.53º 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 #F21204 is Cyan = 0, Magento = 0.93, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 18 | 4 | - |
| CMYK | 0 | 0.93 | 0.98 | 0.05 |
| HSL | 3.53º | 0.97% | 0.48% | - |
| HSV(B) | 3.53º | 0.98% | 0.95% | - |
| XYZ | 36.86 | 19.32 | 1.9 | - |
| YUV | 83.38 | 83.21 | 241.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 18 | 4 | 0 | 0.93 | 0.98 | 0.05 | 3.53 | 0.97 | 0.48 |
| Hex | F2 | 12 | 4 | 0 | 5D | 62 | 5 | 4 | 61 | 30 |
| Octal | 362 | 22 | 4 | 0 | 135 | 142 | 5 | 4 | 141 | 60 |
| Binary | 11110010 | 10010 | 100 | 0 | 1011101 | 1100010 | 101 | 100 | 1100001 | 110000 |
Color Harmonies of #F21204
Complementary color
Monochromatic Colors of #F21204
Black with #F21204
Text Example
Text Example
White with #F21204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21204; }
p { color: rgb(242,18,4); }
H1.HeaderClassName
{
color: #F21204;
}
.AnyTagClassName
{
color: #F21204;
}
</style>
background-color css
<style>
a { background-color: #F21204; }
a { background-color: rgb(242,18,4); }
div.DivClassName
{
background-color: #F21204;
}
.BgClassName
{
background-color: #F21204;
}
</style>
border-color css
<style>
span { border-color: #F21204; }
span { border-color: rgb(242,18,4); }
td.TdClassName
{
border-color: #F21204;
}
.TagClassName
{
border-color: #F21204;
}
</style>