Shades of Red #E60D0B
Tints of Red #E60D0B
RGB
CMYK
RGB Variations
Color information
#E60D0B (or 0xE60D0B) is known color: Red. HEX triplet: E6, 0D and 0B. RGB value is (230,13,11). Sum of RGB (Red+Green+Blue) = 230+13+11=254 (33% of max value = 765). Red value is 230 (90.23% from 255 or 90.55% from 254); Green value is 13 (5.47% from 255 or 5.12% from 254); Blue value is 11 (4.69% from 255 or 4.33% from 254); Max value from RGB is 230 - color contains mainly: red. Hex color #E60D0B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E60D0B is #19F2F4. Grayscale: #4D4D4D. Windows color (decimal): -1700597 or 724454. OLE color: 724454.
HSL color Cylindrical-coordinate representation of color #E60D0B: hue angle of 0.55º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E60D0B is Cyan = 0, Magento = 0.94, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 13 | 11 | - |
| CMYK | 0 | 0.94 | 0.95 | 0.10 |
| HSL | 0.55º | 0.91% | 0.47% | - |
| HSV(B) | 0.55º | 0.95% | 0.9% | - |
| XYZ | 32.84 | 17.14 | 1.89 | - |
| YUV | 77.66 | 90.39 | 236.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 13 | 11 | 0 | 0.94 | 0.95 | 0.10 | 0.55 | 0.91 | 0.47 |
| Hex | E6 | D | B | 0 | 5E | 5F | A | 1 | 5B | 2F |
| Octal | 346 | 15 | 13 | 0 | 136 | 137 | 12 | 1 | 133 | 57 |
| Binary | 11100110 | 1101 | 1011 | 0 | 1011110 | 1011111 | 1010 | 1 | 1011011 | 101111 |
Color Harmonies of #E60D0B
Complementary color
Monochromatic Colors of #E60D0B
Black with #E60D0B
Text Example
Text Example
White with #E60D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60D0B; }
p { color: rgb(230,13,11); }
H1.HeaderClassName
{
color: #E60D0B;
}
.AnyTagClassName
{
color: #E60D0B;
}
</style>
background-color css
<style>
a { background-color: #E60D0B; }
a { background-color: rgb(230,13,11); }
div.DivClassName
{
background-color: #E60D0B;
}
.BgClassName
{
background-color: #E60D0B;
}
</style>
border-color css
<style>
span { border-color: #E60D0B; }
span { border-color: rgb(230,13,11); }
td.TdClassName
{
border-color: #E60D0B;
}
.TagClassName
{
border-color: #E60D0B;
}
</style>