Shades of Red #F21311
Tints of Red #F21311
RGB
CMYK
RGB Variations
Color information
#F21311 (or 0xF21311) is known color: Red. HEX triplet: F2, 13 and 11. RGB value is (242,19,17). Sum of RGB (Red+Green+Blue) = 242+19+17=278 (36% of max value = 765). Red value is 242 (94.92% from 255 or 87.05% from 278); Green value is 19 (7.81% from 255 or 6.83% from 278); Blue value is 17 (7.03% from 255 or 6.12% from 278); Max value from RGB is 242 - color contains mainly: red. Hex color #F21311 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F21311 is #0DECEE. Grayscale: #555555. Windows color (decimal): -912623 or 1119218. OLE color: 1119218.
HSL color Cylindrical-coordinate representation of color #F21311: 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 #F21311 is Cyan = 0, Magento = 0.92, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 19 | 17 | - |
| CMYK | 0 | 0.92 | 0.93 | 0.05 |
| HSL | 0.53º | 0.9% | 0.51% | - |
| HSV(B) | 0.53º | 0.93% | 0.95% | - |
| XYZ | 36.95 | 19.38 | 2.32 | - |
| YUV | 85.45 | 89.38 | 239.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 19 | 17 | 0 | 0.92 | 0.93 | 0.05 | 0.53 | 0.9 | 0.51 |
| Hex | F2 | 13 | 11 | 0 | 5C | 5D | 5 | 1 | 5A | 33 |
| Octal | 362 | 23 | 21 | 0 | 134 | 135 | 5 | 1 | 132 | 63 |
| Binary | 11110010 | 10011 | 10001 | 0 | 1011100 | 1011101 | 101 | 1 | 1011010 | 110011 |
Color Harmonies of #F21311
Complementary color
Monochromatic Colors of #F21311
Black with #F21311
Text Example
Text Example
White with #F21311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21311; }
p { color: rgb(242,19,17); }
H1.HeaderClassName
{
color: #F21311;
}
.AnyTagClassName
{
color: #F21311;
}
</style>
background-color css
<style>
a { background-color: #F21311; }
a { background-color: rgb(242,19,17); }
div.DivClassName
{
background-color: #F21311;
}
.BgClassName
{
background-color: #F21311;
}
</style>
border-color css
<style>
span { border-color: #F21311; }
span { border-color: rgb(242,19,17); }
td.TdClassName
{
border-color: #F21311;
}
.TagClassName
{
border-color: #F21311;
}
</style>