Shades of Crimson #E4003A
Tints of Crimson #E4003A
RGB
CMYK
RGB Variations
Color information
#E4003A (or 0xE4003A) is known color: Crimson. HEX triplet: E4, 00 and 3A. RGB value is (228,0,58). Sum of RGB (Red+Green+Blue) = 228+0+58=286 (37% of max value = 765). Red value is 228 (89.45% from 255 or 79.72% from 286); Green value is 0 (0.39% from 255 or 0% from 286); Blue value is 58 (23.05% from 255 or 20.28% from 286); Max value from RGB is 228 - color contains mainly: red. Hex color #E4003A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E4003A is #1BFFC5. Grayscale: #4A4A4A. Windows color (decimal): -1834950 or 3801316. OLE color: 3801316.
HSL color Cylindrical-coordinate representation of color #E4003A: hue angle of 344.74º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E4003A is Cyan = 0, Magento = 1, Yellow = 0.75 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 0 | 58 | - |
| CMYK | 0 | 1 | 0.75 | 0.11 |
| HSL | 344.74º | 1% | 0.45% | - |
| HSV(B) | 344.74º | 1% | 0.89% | - |
| XYZ | 32.76 | 16.8 | 5.52 | - |
| YUV | 74.78 | 118.54 | 237.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 0 | 58 | 0 | 1 | 0.75 | 0.11 | 344.74 | 1 | 0.45 |
| Hex | E4 | 0 | 3A | 0 | 64 | 4B | B | 159 | 64 | 2D |
| Octal | 344 | 0 | 72 | 0 | 144 | 113 | 13 | 531 | 144 | 55 |
| Binary | 11100100 | 0 | 111010 | 0 | 1100100 | 1001011 | 1011 | 101011001 | 1100100 | 101101 |
Color Harmonies of #E4003A
Complementary color
Monochromatic Colors of #E4003A
Black with #E4003A
Text Example
Text Example
White with #E4003A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4003A; }
p { color: rgb(228,0,58); }
H1.HeaderClassName
{
color: #E4003A;
}
.AnyTagClassName
{
color: #E4003A;
}
</style>
background-color css
<style>
a { background-color: #E4003A; }
a { background-color: rgb(228,0,58); }
div.DivClassName
{
background-color: #E4003A;
}
.BgClassName
{
background-color: #E4003A;
}
</style>
border-color css
<style>
span { border-color: #E4003A; }
span { border-color: rgb(228,0,58); }
td.TdClassName
{
border-color: #E4003A;
}
.TagClassName
{
border-color: #E4003A;
}
</style>