Shades of Crimson #E80034
Tints of Crimson #E80034
RGB
CMYK
RGB Variations
Color information
#E80034 (or 0xE80034) is known color: Crimson. HEX triplet: E8, 00 and 34. RGB value is (232,0,52). Sum of RGB (Red+Green+Blue) = 232+0+52=284 (37% of max value = 765). Red value is 232 (91.02% from 255 or 81.69% from 284); Green value is 0 (0.39% from 255 or 0% from 284); Blue value is 52 (20.70% from 255 or 18.31% from 284); Max value from RGB is 232 - color contains mainly: red. Hex color #E80034 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80034 is #17FFCB. Grayscale: #4B4B4B. Windows color (decimal): -1572812 or 3408104. OLE color: 3408104.
HSL color Cylindrical-coordinate representation of color #E80034: hue angle of 346.55º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E80034 is Cyan = 0, Magento = 1, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 0 | 52 | - |
| CMYK | 0 | 1 | 0.78 | 0.09 |
| HSL | 346.55º | 1% | 0.45% | - |
| HSV(B) | 346.55º | 1% | 0.91% | - |
| XYZ | 33.9 | 17.4 | 4.82 | - |
| YUV | 75.3 | 114.86 | 239.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 0 | 52 | 0 | 1 | 0.78 | 0.09 | 346.55 | 1 | 0.45 |
| Hex | E8 | 0 | 34 | 0 | 64 | 4E | 9 | 15B | 64 | 2D |
| Octal | 350 | 0 | 64 | 0 | 144 | 116 | 11 | 533 | 144 | 55 |
| Binary | 11101000 | 0 | 110100 | 0 | 1100100 | 1001110 | 1001 | 101011011 | 1100100 | 101101 |
Color Harmonies of #E80034
Complementary color
Monochromatic Colors of #E80034
Black with #E80034
Text Example
Text Example
White with #E80034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80034; }
p { color: rgb(232,0,52); }
H1.HeaderClassName
{
color: #E80034;
}
.AnyTagClassName
{
color: #E80034;
}
</style>
background-color css
<style>
a { background-color: #E80034; }
a { background-color: rgb(232,0,52); }
div.DivClassName
{
background-color: #E80034;
}
.BgClassName
{
background-color: #E80034;
}
</style>
border-color css
<style>
span { border-color: #E80034; }
span { border-color: rgb(232,0,52); }
td.TdClassName
{
border-color: #E80034;
}
.TagClassName
{
border-color: #E80034;
}
</style>