Shades of Red #E60D0D
Tints of Red #E60D0D
RGB
CMYK
RGB Variations
Color information
#E60D0D (or 0xE60D0D) is known color: Red. HEX triplet: E6, 0D and 0D. RGB value is (230,13,13). Sum of RGB (Red+Green+Blue) = 230+13+13=256 (33% of max value = 765). Red value is 230 (90.23% from 255 or 89.84% from 256); Green value is 13 (5.47% from 255 or 5.08% from 256); Blue value is 13 (5.47% from 255 or 5.08% from 256); Max value from RGB is 230 - color contains mainly: red. Hex color #E60D0D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E60D0D is #19F2F2. Grayscale: #4E4E4E. Windows color (decimal): -1700595 or 855526. OLE color: 855526.
HSL color Cylindrical-coordinate representation of color #E60D0D: hue angle of 0º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E60D0D is Cyan = 0, Magento = 0.94, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 13 | 13 | - |
| CMYK | 0 | 0.94 | 0.94 | 0.10 |
| HSL | 0º | 0.89% | 0.48% | - |
| HSV(B) | 0º | 0.94% | 0.9% | - |
| XYZ | 32.85 | 17.14 | 1.96 | - |
| YUV | 77.88 | 91.39 | 236.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 13 | 13 | 0 | 0.94 | 0.94 | 0.10 | 0 | 0.89 | 0.48 |
| Hex | E6 | D | D | 0 | 5E | 5E | A | 0 | 59 | 30 |
| Octal | 346 | 15 | 15 | 0 | 136 | 136 | 12 | 0 | 131 | 60 |
| Binary | 11100110 | 1101 | 1101 | 0 | 1011110 | 1011110 | 1010 | 0 | 1011001 | 110000 |
Color Harmonies of #E60D0D
Complementary color
Monochromatic Colors of #E60D0D
Black with #E60D0D
Text Example
Text Example
White with #E60D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60D0D; }
p { color: rgb(230,13,13); }
H1.HeaderClassName
{
color: #E60D0D;
}
.AnyTagClassName
{
color: #E60D0D;
}
</style>
background-color css
<style>
a { background-color: #E60D0D; }
a { background-color: rgb(230,13,13); }
div.DivClassName
{
background-color: #E60D0D;
}
.BgClassName
{
background-color: #E60D0D;
}
</style>
border-color css
<style>
span { border-color: #E60D0D; }
span { border-color: rgb(230,13,13); }
td.TdClassName
{
border-color: #E60D0D;
}
.TagClassName
{
border-color: #E60D0D;
}
</style>