Shades of Red #ED1205
Tints of Red #ED1205
RGB
CMYK
RGB Variations
Color information
#ED1205 (or 0xED1205) is known color: Red. HEX triplet: ED, 12 and 05. RGB value is (237,18,5). Sum of RGB (Red+Green+Blue) = 237+18+5=260 (34% of max value = 765). Red value is 237 (92.97% from 255 or 91.15% from 260); Green value is 18 (7.42% from 255 or 6.92% from 260); Blue value is 5 (2.34% from 255 or 1.92% from 260); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1205 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED1205 is #12EDFA. Grayscale: #525252. Windows color (decimal): -1240571 or 332525. OLE color: 332525.
HSL color Cylindrical-coordinate representation of color #ED1205: hue angle of 3.36º 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 #ED1205 is Cyan = 0, Magento = 0.92, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 18 | 5 | - |
| CMYK | 0 | 0.92 | 0.98 | 0.07 |
| HSL | 3.36º | 0.96% | 0.47% | - |
| HSV(B) | 3.36º | 0.98% | 0.93% | - |
| XYZ | 35.17 | 18.45 | 1.85 | - |
| YUV | 82 | 84.55 | 238.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 18 | 5 | 0 | 0.92 | 0.98 | 0.07 | 3.36 | 0.96 | 0.47 |
| Hex | ED | 12 | 5 | 0 | 5C | 62 | 7 | 3 | 60 | 2F |
| Octal | 355 | 22 | 5 | 0 | 134 | 142 | 7 | 3 | 140 | 57 |
| Binary | 11101101 | 10010 | 101 | 0 | 1011100 | 1100010 | 111 | 11 | 1100000 | 101111 |
Color Harmonies of #ED1205
Complementary color
Monochromatic Colors of #ED1205
Black with #ED1205
Text Example
Text Example
White with #ED1205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1205; }
p { color: rgb(237,18,5); }
H1.HeaderClassName
{
color: #ED1205;
}
.AnyTagClassName
{
color: #ED1205;
}
</style>
background-color css
<style>
a { background-color: #ED1205; }
a { background-color: rgb(237,18,5); }
div.DivClassName
{
background-color: #ED1205;
}
.BgClassName
{
background-color: #ED1205;
}
</style>
border-color css
<style>
span { border-color: #ED1205; }
span { border-color: rgb(237,18,5); }
td.TdClassName
{
border-color: #ED1205;
}
.TagClassName
{
border-color: #ED1205;
}
</style>