Shades of Crimson #E5033E
Tints of Crimson #E5033E
RGB
CMYK
RGB Variations
Color information
#E5033E (or 0xE5033E) is known color: Crimson. HEX triplet: E5, 03 and 3E. RGB value is (229,3,62). Sum of RGB (Red+Green+Blue) = 229+3+62=294 (38% of max value = 765). Red value is 229 (89.84% from 255 or 77.89% from 294); Green value is 3 (1.56% from 255 or 1.02% from 294); Blue value is 62 (24.61% from 255 or 21.09% from 294); Max value from RGB is 229 - color contains mainly: red. Hex color #E5033E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5033E is #1AFCC1. Grayscale: #4D4D4D. Windows color (decimal): -1768642 or 4064229. OLE color: 4064229.
HSL color Cylindrical-coordinate representation of color #E5033E: hue angle of 344.34º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E5033E is Cyan = 0, Magento = 0.99, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 3 | 62 | - |
| CMYK | 0 | 0.99 | 0.73 | 0.10 |
| HSL | 344.34º | 0.97% | 0.45% | - |
| HSV(B) | 344.34º | 0.99% | 0.9% | - |
| XYZ | 33.22 | 17.07 | 6.1 | - |
| YUV | 77.3 | 119.37 | 236.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 3 | 62 | 0 | 0.99 | 0.73 | 0.10 | 344.34 | 0.97 | 0.45 |
| Hex | E5 | 3 | 3E | 0 | 63 | 49 | A | 158 | 61 | 2D |
| Octal | 345 | 3 | 76 | 0 | 143 | 111 | 12 | 530 | 141 | 55 |
| Binary | 11100101 | 11 | 111110 | 0 | 1100011 | 1001001 | 1010 | 101011000 | 1100001 | 101101 |
Color Harmonies of #E5033E
Complementary color
Monochromatic Colors of #E5033E
Black with #E5033E
Text Example
Text Example
White with #E5033E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5033E; }
p { color: rgb(229,3,62); }
H1.HeaderClassName
{
color: #E5033E;
}
.AnyTagClassName
{
color: #E5033E;
}
</style>
background-color css
<style>
a { background-color: #E5033E; }
a { background-color: rgb(229,3,62); }
div.DivClassName
{
background-color: #E5033E;
}
.BgClassName
{
background-color: #E5033E;
}
</style>
border-color css
<style>
span { border-color: #E5033E; }
span { border-color: rgb(229,3,62); }
td.TdClassName
{
border-color: #E5033E;
}
.TagClassName
{
border-color: #E5033E;
}
</style>