Shades of Red #ED1005
Tints of Red #ED1005
RGB
CMYK
RGB Variations
Color information
#ED1005 (or 0xED1005) is known color: Red. HEX triplet: ED, 10 and 05. RGB value is (237,16,5). Sum of RGB (Red+Green+Blue) = 237+16+5=258 (34% of max value = 765). Red value is 237 (92.97% from 255 or 91.86% from 258); Green value is 16 (6.64% from 255 or 6.20% from 258); Blue value is 5 (2.34% from 255 or 1.94% from 258); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1005 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED1005 is #12EFFA. Grayscale: #515151. Windows color (decimal): -1241083 or 332013. OLE color: 332013.
HSL color Cylindrical-coordinate representation of color #ED1005: hue angle of 2.84º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ED1005 is Cyan = 0, Magento = 0.93, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 16 | 5 | - |
| CMYK | 0 | 0.93 | 0.98 | 0.07 |
| HSL | 2.84º | 0.96% | 0.47% | - |
| HSV(B) | 2.84º | 0.98% | 0.93% | - |
| XYZ | 35.14 | 18.39 | 1.84 | - |
| YUV | 80.83 | 85.22 | 239.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 16 | 5 | 0 | 0.93 | 0.98 | 0.07 | 2.84 | 0.96 | 0.47 |
| Hex | ED | 10 | 5 | 0 | 5D | 62 | 7 | 3 | 60 | 2F |
| Octal | 355 | 20 | 5 | 0 | 135 | 142 | 7 | 3 | 140 | 57 |
| Binary | 11101101 | 10000 | 101 | 0 | 1011101 | 1100010 | 111 | 11 | 1100000 | 101111 |
Color Harmonies of #ED1005
Complementary color
Monochromatic Colors of #ED1005
Black with #ED1005
Text Example
Text Example
White with #ED1005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1005; }
p { color: rgb(237,16,5); }
H1.HeaderClassName
{
color: #ED1005;
}
.AnyTagClassName
{
color: #ED1005;
}
</style>
background-color css
<style>
a { background-color: #ED1005; }
a { background-color: rgb(237,16,5); }
div.DivClassName
{
background-color: #ED1005;
}
.BgClassName
{
background-color: #ED1005;
}
</style>
border-color css
<style>
span { border-color: #ED1005; }
span { border-color: rgb(237,16,5); }
td.TdClassName
{
border-color: #ED1005;
}
.TagClassName
{
border-color: #ED1005;
}
</style>