Shades of Red #ED0A00
Tints of Red #ED0A00
RGB
CMYK
RGB Variations
Color information
#ED0A00 (or 0xED0A00) is known color: Red. HEX triplet: ED, 0A and 00. RGB value is (237,10,0). Sum of RGB (Red+Green+Blue) = 237+10+0=247 (32% of max value = 765). Red value is 237 (92.97% from 255 or 95.95% from 247); Green value is 10 (4.30% from 255 or 4.05% from 247); Blue value is 0 (0.39% from 255 or 0% from 247); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0A00 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED0A00 is #12F5FF. Grayscale: #4D4D4D. Windows color (decimal): -1242624 or 2797. OLE color: 2797.
HSL color Cylindrical-coordinate representation of color #ED0A00: hue angle of 2.53º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ED0A00 is Cyan = 0, Magento = 0.96, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 10 | 0 | - |
| CMYK | 0 | 0.96 | 1 | 0.07 |
| HSL | 2.53º | 1% | 0.46% | - |
| HSV(B) | 2.53º | 1% | 0.93% | - |
| XYZ | 35.03 | 18.22 | 1.67 | - |
| YUV | 76.73 | 84.71 | 242.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 10 | 0 | 0 | 0.96 | 1 | 0.07 | 2.53 | 1 | 0.46 |
| Hex | ED | A | 0 | 0 | 60 | 64 | 7 | 3 | 64 | 2E |
| Octal | 355 | 12 | 0 | 0 | 140 | 144 | 7 | 3 | 144 | 56 |
| Binary | 11101101 | 1010 | 0 | 0 | 1100000 | 1100100 | 111 | 11 | 1100100 | 101110 |
Color Harmonies of #ED0A00
Complementary color
Monochromatic Colors of #ED0A00
Black with #ED0A00
Text Example
Text Example
White with #ED0A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0A00; }
p { color: rgb(237,10,0); }
H1.HeaderClassName
{
color: #ED0A00;
}
.AnyTagClassName
{
color: #ED0A00;
}
</style>
background-color css
<style>
a { background-color: #ED0A00; }
a { background-color: rgb(237,10,0); }
div.DivClassName
{
background-color: #ED0A00;
}
.BgClassName
{
background-color: #ED0A00;
}
</style>
border-color css
<style>
span { border-color: #ED0A00; }
span { border-color: rgb(237,10,0); }
td.TdClassName
{
border-color: #ED0A00;
}
.TagClassName
{
border-color: #ED0A00;
}
</style>