Shades of Red #ED0E05
Tints of Red #ED0E05
RGB
CMYK
RGB Variations
Color information
#ED0E05 (or 0xED0E05) is known color: Red. HEX triplet: ED, 0E and 05. RGB value is (237,14,5). Sum of RGB (Red+Green+Blue) = 237+14+5=256 (33% of max value = 765). Red value is 237 (92.97% from 255 or 92.58% from 256); Green value is 14 (5.86% from 255 or 5.47% from 256); Blue value is 5 (2.34% from 255 or 1.95% from 256); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0E05 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED0E05 is #12F1FA. Grayscale: #4F4F4F. Windows color (decimal): -1241595 or 331501. OLE color: 331501.
HSL color Cylindrical-coordinate representation of color #ED0E05: hue angle of 2.33º 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 #ED0E05 is Cyan = 0, Magento = 0.94, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 14 | 5 | - |
| CMYK | 0 | 0.94 | 0.98 | 0.07 |
| HSL | 2.33º | 0.96% | 0.47% | - |
| HSV(B) | 2.33º | 0.98% | 0.93% | - |
| XYZ | 35.11 | 18.33 | 1.83 | - |
| YUV | 79.65 | 85.88 | 240.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 14 | 5 | 0 | 0.94 | 0.98 | 0.07 | 2.33 | 0.96 | 0.47 |
| Hex | ED | E | 5 | 0 | 5E | 62 | 7 | 2 | 60 | 2F |
| Octal | 355 | 16 | 5 | 0 | 136 | 142 | 7 | 2 | 140 | 57 |
| Binary | 11101101 | 1110 | 101 | 0 | 1011110 | 1100010 | 111 | 10 | 1100000 | 101111 |
Color Harmonies of #ED0E05
Complementary color
Monochromatic Colors of #ED0E05
Black with #ED0E05
Text Example
Text Example
White with #ED0E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0E05; }
p { color: rgb(237,14,5); }
H1.HeaderClassName
{
color: #ED0E05;
}
.AnyTagClassName
{
color: #ED0E05;
}
</style>
background-color css
<style>
a { background-color: #ED0E05; }
a { background-color: rgb(237,14,5); }
div.DivClassName
{
background-color: #ED0E05;
}
.BgClassName
{
background-color: #ED0E05;
}
</style>
border-color css
<style>
span { border-color: #ED0E05; }
span { border-color: rgb(237,14,5); }
td.TdClassName
{
border-color: #ED0E05;
}
.TagClassName
{
border-color: #ED0E05;
}
</style>