Shades of Red #ED0D0B
Tints of Red #ED0D0B
RGB
CMYK
RGB Variations
Color information
#ED0D0B (or 0xED0D0B) is known color: Red. HEX triplet: ED, 0D and 0B. RGB value is (237,13,11). Sum of RGB (Red+Green+Blue) = 237+13+11=261 (34% of max value = 765). Red value is 237 (92.97% from 255 or 90.80% from 261); Green value is 13 (5.47% from 255 or 4.98% from 261); Blue value is 11 (4.69% from 255 or 4.21% from 261); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0D0B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED0D0B is #12F2F4. Grayscale: #4F4F4F. Windows color (decimal): -1241845 or 724461. OLE color: 724461.
HSL color Cylindrical-coordinate representation of color #ED0D0B: hue angle of 0.53º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ED0D0B is Cyan = 0, Magento = 0.95, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 13 | 11 | - |
| CMYK | 0 | 0.95 | 0.95 | 0.07 |
| HSL | 0.53º | 0.91% | 0.49% | - |
| HSV(B) | 0.53º | 0.95% | 0.93% | - |
| XYZ | 35.13 | 18.32 | 2 | - |
| YUV | 79.75 | 89.21 | 240.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 13 | 11 | 0 | 0.95 | 0.95 | 0.07 | 0.53 | 0.91 | 0.49 |
| Hex | ED | D | B | 0 | 5F | 5F | 7 | 1 | 5B | 31 |
| Octal | 355 | 15 | 13 | 0 | 137 | 137 | 7 | 1 | 133 | 61 |
| Binary | 11101101 | 1101 | 1011 | 0 | 1011111 | 1011111 | 111 | 1 | 1011011 | 110001 |
Color Harmonies of #ED0D0B
Complementary color
Monochromatic Colors of #ED0D0B
Black with #ED0D0B
Text Example
Text Example
White with #ED0D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0D0B; }
p { color: rgb(237,13,11); }
H1.HeaderClassName
{
color: #ED0D0B;
}
.AnyTagClassName
{
color: #ED0D0B;
}
</style>
background-color css
<style>
a { background-color: #ED0D0B; }
a { background-color: rgb(237,13,11); }
div.DivClassName
{
background-color: #ED0D0B;
}
.BgClassName
{
background-color: #ED0D0B;
}
</style>
border-color css
<style>
span { border-color: #ED0D0B; }
span { border-color: rgb(237,13,11); }
td.TdClassName
{
border-color: #ED0D0B;
}
.TagClassName
{
border-color: #ED0D0B;
}
</style>