Shades of Red #F21312
Tints of Red #F21312
RGB
CMYK
RGB Variations
Color information
#F21312 (or 0xF21312) is known color: Red. HEX triplet: F2, 13 and 12. RGB value is (242,19,18). Sum of RGB (Red+Green+Blue) = 242+19+18=279 (36% of max value = 765). Red value is 242 (94.92% from 255 or 86.74% from 279); Green value is 19 (7.81% from 255 or 6.81% from 279); Blue value is 18 (7.42% from 255 or 6.45% from 279); Max value from RGB is 242 - color contains mainly: red. Hex color #F21312 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F21312 is #0DECED. Grayscale: #555555. Windows color (decimal): -912622 or 1184754. OLE color: 1184754.
HSL color Cylindrical-coordinate representation of color #F21312: hue angle of 0.27º 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 #F21312 is Cyan = 0, Magento = 0.92, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 19 | 18 | - |
| CMYK | 0 | 0.92 | 0.93 | 0.05 |
| HSL | 0.27º | 0.9% | 0.51% | - |
| HSV(B) | 0.27º | 0.93% | 0.95% | - |
| XYZ | 36.96 | 19.39 | 2.37 | - |
| YUV | 85.56 | 89.88 | 239.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 19 | 18 | 0 | 0.92 | 0.93 | 0.05 | 0.27 | 0.9 | 0.51 |
| Hex | F2 | 13 | 12 | 0 | 5C | 5D | 5 | 0 | 5A | 33 |
| Octal | 362 | 23 | 22 | 0 | 134 | 135 | 5 | 0 | 132 | 63 |
| Binary | 11110010 | 10011 | 10010 | 0 | 1011100 | 1011101 | 101 | 0 | 1011010 | 110011 |
Color Harmonies of #F21312
Complementary color
Monochromatic Colors of #F21312
Black with #F21312
Text Example
Text Example
White with #F21312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21312; }
p { color: rgb(242,19,18); }
H1.HeaderClassName
{
color: #F21312;
}
.AnyTagClassName
{
color: #F21312;
}
</style>
background-color css
<style>
a { background-color: #F21312; }
a { background-color: rgb(242,19,18); }
div.DivClassName
{
background-color: #F21312;
}
.BgClassName
{
background-color: #F21312;
}
</style>
border-color css
<style>
span { border-color: #F21312; }
span { border-color: rgb(242,19,18); }
td.TdClassName
{
border-color: #F21312;
}
.TagClassName
{
border-color: #F21312;
}
</style>