Shades of Red #ED0B05
Tints of Red #ED0B05
RGB
CMYK
RGB Variations
Color information
#ED0B05 (or 0xED0B05) is known color: Red. HEX triplet: ED, 0B and 05. RGB value is (237,11,5). Sum of RGB (Red+Green+Blue) = 237+11+5=253 (33% of max value = 765). Red value is 237 (92.97% from 255 or 93.68% from 253); Green value is 11 (4.69% from 255 or 4.35% from 253); Blue value is 5 (2.34% from 255 or 1.98% from 253); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0B05 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED0B05 is #12F4FA. Grayscale: #4E4E4E. Windows color (decimal): -1242363 or 330733. OLE color: 330733.
HSL color Cylindrical-coordinate representation of color #ED0B05: hue angle of 1.55º 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 #ED0B05 is Cyan = 0, Magento = 0.95, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 11 | 5 | - |
| CMYK | 0 | 0.95 | 0.98 | 0.07 |
| HSL | 1.55º | 0.96% | 0.47% | - |
| HSV(B) | 1.55º | 0.98% | 0.93% | - |
| XYZ | 35.07 | 18.25 | 1.82 | - |
| YUV | 77.89 | 86.87 | 241.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 11 | 5 | 0 | 0.95 | 0.98 | 0.07 | 1.55 | 0.96 | 0.47 |
| Hex | ED | B | 5 | 0 | 5F | 62 | 7 | 2 | 60 | 2F |
| Octal | 355 | 13 | 5 | 0 | 137 | 142 | 7 | 2 | 140 | 57 |
| Binary | 11101101 | 1011 | 101 | 0 | 1011111 | 1100010 | 111 | 10 | 1100000 | 101111 |
Color Harmonies of #ED0B05
Complementary color
Monochromatic Colors of #ED0B05
Black with #ED0B05
Text Example
Text Example
White with #ED0B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0B05; }
p { color: rgb(237,11,5); }
H1.HeaderClassName
{
color: #ED0B05;
}
.AnyTagClassName
{
color: #ED0B05;
}
</style>
background-color css
<style>
a { background-color: #ED0B05; }
a { background-color: rgb(237,11,5); }
div.DivClassName
{
background-color: #ED0B05;
}
.BgClassName
{
background-color: #ED0B05;
}
</style>
border-color css
<style>
span { border-color: #ED0B05; }
span { border-color: rgb(237,11,5); }
td.TdClassName
{
border-color: #ED0B05;
}
.TagClassName
{
border-color: #ED0B05;
}
</style>