Shades of Red #ED1310
Tints of Red #ED1310
RGB
CMYK
RGB Variations
Color information
#ED1310 (or 0xED1310) is known color: Red. HEX triplet: ED, 13 and 10. RGB value is (237,19,16). Sum of RGB (Red+Green+Blue) = 237+19+16=272 (36% of max value = 765). Red value is 237 (92.97% from 255 or 87.13% from 272); Green value is 19 (7.81% from 255 or 6.99% from 272); Blue value is 16 (6.64% from 255 or 5.88% from 272); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1310 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED1310 is #12ECEF. Grayscale: #545454. Windows color (decimal): -1240304 or 1053677. OLE color: 1053677.
HSL color Cylindrical-coordinate representation of color #ED1310: hue angle of 0.81º 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 #ED1310 is Cyan = 0, Magento = 0.92, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 19 | 16 | - |
| CMYK | 0 | 0.92 | 0.93 | 0.07 |
| HSL | 0.81º | 0.87% | 0.5% | - |
| HSV(B) | 0.81º | 0.93% | 0.93% | - |
| XYZ | 35.25 | 18.51 | 2.2 | - |
| YUV | 83.84 | 89.72 | 237.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 19 | 16 | 0 | 0.92 | 0.93 | 0.07 | 0.81 | 0.87 | 0.5 |
| Hex | ED | 13 | 10 | 0 | 5C | 5D | 7 | 1 | 57 | 32 |
| Octal | 355 | 23 | 20 | 0 | 134 | 135 | 7 | 1 | 127 | 62 |
| Binary | 11101101 | 10011 | 10000 | 0 | 1011100 | 1011101 | 111 | 1 | 1010111 | 110010 |
Color Harmonies of #ED1310
Complementary color
Monochromatic Colors of #ED1310
Black with #ED1310
Text Example
Text Example
White with #ED1310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1310; }
p { color: rgb(237,19,16); }
H1.HeaderClassName
{
color: #ED1310;
}
.AnyTagClassName
{
color: #ED1310;
}
</style>
background-color css
<style>
a { background-color: #ED1310; }
a { background-color: rgb(237,19,16); }
div.DivClassName
{
background-color: #ED1310;
}
.BgClassName
{
background-color: #ED1310;
}
</style>
border-color css
<style>
span { border-color: #ED1310; }
span { border-color: rgb(237,19,16); }
td.TdClassName
{
border-color: #ED1310;
}
.TagClassName
{
border-color: #ED1310;
}
</style>