Shades of Crimson #E4032A
Tints of Crimson #E4032A
RGB
CMYK
RGB Variations
Color information
#E4032A (or 0xE4032A) is known color: Crimson. HEX triplet: E4, 03 and 2A. RGB value is (228,3,42). Sum of RGB (Red+Green+Blue) = 228+3+42=273 (36% of max value = 765). Red value is 228 (89.45% from 255 or 83.52% from 273); Green value is 3 (1.56% from 255 or 1.10% from 273); Blue value is 42 (16.80% from 255 or 15.38% from 273); Max value from RGB is 228 - color contains mainly: red. Hex color #E4032A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E4032A is #1BFCD5. Grayscale: #4A4A4A. Windows color (decimal): -1834198 or 2753508. OLE color: 2753508.
HSL color Cylindrical-coordinate representation of color #E4032A: hue angle of 349.6º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E4032A is Cyan = 0, Magento = 0.99, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 3 | 42 | - |
| CMYK | 0 | 0.99 | 0.82 | 0.11 |
| HSL | 349.6º | 0.97% | 0.45% | - |
| HSV(B) | 349.6º | 0.99% | 0.89% | - |
| XYZ | 32.45 | 16.73 | 3.71 | - |
| YUV | 74.72 | 109.54 | 237.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 3 | 42 | 0 | 0.99 | 0.82 | 0.11 | 349.6 | 0.97 | 0.45 |
| Hex | E4 | 3 | 2A | 0 | 63 | 52 | B | 15E | 61 | 2D |
| Octal | 344 | 3 | 52 | 0 | 143 | 122 | 13 | 536 | 141 | 55 |
| Binary | 11100100 | 11 | 101010 | 0 | 1100011 | 1010010 | 1011 | 101011110 | 1100001 | 101101 |
Color Harmonies of #E4032A
Complementary color
Monochromatic Colors of #E4032A
Black with #E4032A
Text Example
Text Example
White with #E4032A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4032A; }
p { color: rgb(228,3,42); }
H1.HeaderClassName
{
color: #E4032A;
}
.AnyTagClassName
{
color: #E4032A;
}
</style>
background-color css
<style>
a { background-color: #E4032A; }
a { background-color: rgb(228,3,42); }
div.DivClassName
{
background-color: #E4032A;
}
.BgClassName
{
background-color: #E4032A;
}
</style>
border-color css
<style>
span { border-color: #E4032A; }
span { border-color: rgb(228,3,42); }
td.TdClassName
{
border-color: #E4032A;
}
.TagClassName
{
border-color: #E4032A;
}
</style>