Shades of Red #E60B0A
Tints of Red #E60B0A
RGB
CMYK
RGB Variations
Color information
#E60B0A (or 0xE60B0A) is known color: Red. HEX triplet: E6, 0B and 0A. RGB value is (230,11,10). Sum of RGB (Red+Green+Blue) = 230+11+10=251 (33% of max value = 765). Red value is 230 (90.23% from 255 or 91.63% from 251); Green value is 11 (4.69% from 255 or 4.38% from 251); Blue value is 10 (4.30% from 255 or 3.98% from 251); Max value from RGB is 230 - color contains mainly: red. Hex color #E60B0A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E60B0A is #19F4F5. Grayscale: #4C4C4C. Windows color (decimal): -1701110 or 658406. OLE color: 658406.
HSL color Cylindrical-coordinate representation of color #E60B0A: hue angle of 0.27º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E60B0A is Cyan = 0, Magento = 0.95, Yellow = 0.96 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 11 | 10 | - |
| CMYK | 0 | 0.95 | 0.96 | 0.10 |
| HSL | 0.27º | 0.92% | 0.47% | - |
| HSV(B) | 0.27º | 0.96% | 0.9% | - |
| XYZ | 32.81 | 17.08 | 1.86 | - |
| YUV | 76.37 | 90.55 | 237.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 11 | 10 | 0 | 0.95 | 0.96 | 0.10 | 0.27 | 0.92 | 0.47 |
| Hex | E6 | B | A | 0 | 5F | 60 | A | 0 | 5C | 2F |
| Octal | 346 | 13 | 12 | 0 | 137 | 140 | 12 | 0 | 134 | 57 |
| Binary | 11100110 | 1011 | 1010 | 0 | 1011111 | 1100000 | 1010 | 0 | 1011100 | 101111 |
Color Harmonies of #E60B0A
Complementary color
Monochromatic Colors of #E60B0A
Black with #E60B0A
Text Example
Text Example
White with #E60B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60B0A; }
p { color: rgb(230,11,10); }
H1.HeaderClassName
{
color: #E60B0A;
}
.AnyTagClassName
{
color: #E60B0A;
}
</style>
background-color css
<style>
a { background-color: #E60B0A; }
a { background-color: rgb(230,11,10); }
div.DivClassName
{
background-color: #E60B0A;
}
.BgClassName
{
background-color: #E60B0A;
}
</style>
border-color css
<style>
span { border-color: #E60B0A; }
span { border-color: rgb(230,11,10); }
td.TdClassName
{
border-color: #E60B0A;
}
.TagClassName
{
border-color: #E60B0A;
}
</style>