Shades of Red #E60B04
Tints of Red #E60B04
RGB
CMYK
RGB Variations
Color information
#E60B04 (or 0xE60B04) is known color: Red. HEX triplet: E6, 0B and 04. RGB value is (230,11,4). Sum of RGB (Red+Green+Blue) = 230+11+4=245 (32% of max value = 765). Red value is 230 (90.23% from 255 or 93.88% from 245); Green value is 11 (4.69% from 255 or 4.49% from 245); Blue value is 4 (1.95% from 255 or 1.63% from 245); Max value from RGB is 230 - color contains mainly: red. Hex color #E60B04 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E60B04 is #19F4FB. Grayscale: #4B4B4B. Windows color (decimal): -1701116 or 265190. OLE color: 265190.
HSL color Cylindrical-coordinate representation of color #E60B04: hue angle of 1.86º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E60B04 is Cyan = 0, Magento = 0.95, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 11 | 4 | - |
| CMYK | 0 | 0.95 | 0.98 | 0.10 |
| HSL | 1.86º | 0.97% | 0.46% | - |
| HSV(B) | 1.86º | 0.98% | 0.9% | - |
| XYZ | 32.77 | 17.07 | 1.68 | - |
| YUV | 75.68 | 87.55 | 238.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 11 | 4 | 0 | 0.95 | 0.98 | 0.10 | 1.86 | 0.97 | 0.46 |
| Hex | E6 | B | 4 | 0 | 5F | 62 | A | 2 | 61 | 2E |
| Octal | 346 | 13 | 4 | 0 | 137 | 142 | 12 | 2 | 141 | 56 |
| Binary | 11100110 | 1011 | 100 | 0 | 1011111 | 1100010 | 1010 | 10 | 1100001 | 101110 |
Color Harmonies of #E60B04
Complementary color
Monochromatic Colors of #E60B04
Black with #E60B04
Text Example
Text Example
White with #E60B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60B04; }
p { color: rgb(230,11,4); }
H1.HeaderClassName
{
color: #E60B04;
}
.AnyTagClassName
{
color: #E60B04;
}
</style>
background-color css
<style>
a { background-color: #E60B04; }
a { background-color: rgb(230,11,4); }
div.DivClassName
{
background-color: #E60B04;
}
.BgClassName
{
background-color: #E60B04;
}
</style>
border-color css
<style>
span { border-color: #E60B04; }
span { border-color: rgb(230,11,4); }
td.TdClassName
{
border-color: #E60B04;
}
.TagClassName
{
border-color: #E60B04;
}
</style>