Shades of Crimson #E5003A
Tints of Crimson #E5003A
RGB
CMYK
RGB Variations
Color information
#E5003A (or 0xE5003A) is known color: Crimson. HEX triplet: E5, 00 and 3A. RGB value is (229,0,58). Sum of RGB (Red+Green+Blue) = 229+0+58=287 (38% of max value = 765). Red value is 229 (89.84% from 255 or 79.79% from 287); Green value is 0 (0.39% from 255 or 0% from 287); Blue value is 58 (23.05% from 255 or 20.21% from 287); Max value from RGB is 229 - color contains mainly: red. Hex color #E5003A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5003A is #1AFFC5. Grayscale: #4B4B4B. Windows color (decimal): -1769414 or 3801317. OLE color: 3801317.
HSL color Cylindrical-coordinate representation of color #E5003A: hue angle of 344.8º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E5003A is Cyan = 0, Magento = 1, Yellow = 0.75 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 0 | 58 | - |
| CMYK | 0 | 1 | 0.75 | 0.10 |
| HSL | 344.8º | 1% | 0.45% | - |
| HSV(B) | 344.8º | 1% | 0.9% | - |
| XYZ | 33.08 | 16.96 | 5.53 | - |
| YUV | 75.08 | 118.37 | 237.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 0 | 58 | 0 | 1 | 0.75 | 0.10 | 344.8 | 1 | 0.45 |
| Hex | E5 | 0 | 3A | 0 | 64 | 4B | A | 159 | 64 | 2D |
| Octal | 345 | 0 | 72 | 0 | 144 | 113 | 12 | 531 | 144 | 55 |
| Binary | 11100101 | 0 | 111010 | 0 | 1100100 | 1001011 | 1010 | 101011001 | 1100100 | 101101 |
Color Harmonies of #E5003A
Complementary color
Monochromatic Colors of #E5003A
Black with #E5003A
Text Example
Text Example
White with #E5003A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5003A; }
p { color: rgb(229,0,58); }
H1.HeaderClassName
{
color: #E5003A;
}
.AnyTagClassName
{
color: #E5003A;
}
</style>
background-color css
<style>
a { background-color: #E5003A; }
a { background-color: rgb(229,0,58); }
div.DivClassName
{
background-color: #E5003A;
}
.BgClassName
{
background-color: #E5003A;
}
</style>
border-color css
<style>
span { border-color: #E5003A; }
span { border-color: rgb(229,0,58); }
td.TdClassName
{
border-color: #E5003A;
}
.TagClassName
{
border-color: #E5003A;
}
</style>