Shades of Red #ED1311
Tints of Red #ED1311
RGB
CMYK
RGB Variations
Color information
#ED1311 (or 0xED1311) is known color: Red. HEX triplet: ED, 13 and 11. RGB value is (237,19,17). Sum of RGB (Red+Green+Blue) = 237+19+17=273 (36% of max value = 765). Red value is 237 (92.97% from 255 or 86.81% from 273); Green value is 19 (7.81% from 255 or 6.96% from 273); Blue value is 17 (7.03% from 255 or 6.23% from 273); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1311 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED1311 is #12ECEE. Grayscale: #545454. Windows color (decimal): -1240303 or 1119213. OLE color: 1119213.
HSL color Cylindrical-coordinate representation of color #ED1311: hue angle of 0.55º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ED1311 is Cyan = 0, Magento = 0.92, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 19 | 17 | - |
| CMYK | 0 | 0.92 | 0.93 | 0.07 |
| HSL | 0.55º | 0.87% | 0.5% | - |
| HSV(B) | 0.55º | 0.93% | 0.93% | - |
| XYZ | 35.26 | 18.51 | 2.24 | - |
| YUV | 83.95 | 90.22 | 237.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 19 | 17 | 0 | 0.92 | 0.93 | 0.07 | 0.55 | 0.87 | 0.5 |
| Hex | ED | 13 | 11 | 0 | 5C | 5D | 7 | 1 | 57 | 32 |
| Octal | 355 | 23 | 21 | 0 | 134 | 135 | 7 | 1 | 127 | 62 |
| Binary | 11101101 | 10011 | 10001 | 0 | 1011100 | 1011101 | 111 | 1 | 1010111 | 110010 |
Color Harmonies of #ED1311
Complementary color
Monochromatic Colors of #ED1311
Black with #ED1311
Text Example
Text Example
White with #ED1311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1311; }
p { color: rgb(237,19,17); }
H1.HeaderClassName
{
color: #ED1311;
}
.AnyTagClassName
{
color: #ED1311;
}
</style>
background-color css
<style>
a { background-color: #ED1311; }
a { background-color: rgb(237,19,17); }
div.DivClassName
{
background-color: #ED1311;
}
.BgClassName
{
background-color: #ED1311;
}
</style>
border-color css
<style>
span { border-color: #ED1311; }
span { border-color: rgb(237,19,17); }
td.TdClassName
{
border-color: #ED1311;
}
.TagClassName
{
border-color: #ED1311;
}
</style>