Shades of Crimson #E4032C
Tints of Crimson #E4032C
RGB
CMYK
RGB Variations
Color information
#E4032C (or 0xE4032C) is known color: Crimson. HEX triplet: E4, 03 and 2C. RGB value is (228,3,44). Sum of RGB (Red+Green+Blue) = 228+3+44=275 (36% of max value = 765). Red value is 228 (89.45% from 255 or 82.91% from 275); Green value is 3 (1.56% from 255 or 1.09% from 275); Blue value is 44 (17.58% from 255 or 16% from 275); Max value from RGB is 228 - color contains mainly: red. Hex color #E4032C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E4032C is #1BFCD3. Grayscale: #4B4B4B. Windows color (decimal): -1834196 or 2884580. OLE color: 2884580.
HSL color Cylindrical-coordinate representation of color #E4032C: hue angle of 349.07º 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 #E4032C is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 3 | 44 | - |
| CMYK | 0 | 0.99 | 0.81 | 0.11 |
| HSL | 349.07º | 0.97% | 0.45% | - |
| HSV(B) | 349.07º | 0.99% | 0.89% | - |
| XYZ | 32.48 | 16.74 | 3.9 | - |
| YUV | 74.95 | 110.54 | 237.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 3 | 44 | 0 | 0.99 | 0.81 | 0.11 | 349.07 | 0.97 | 0.45 |
| Hex | E4 | 3 | 2C | 0 | 63 | 51 | B | 15D | 61 | 2D |
| Octal | 344 | 3 | 54 | 0 | 143 | 121 | 13 | 535 | 141 | 55 |
| Binary | 11100100 | 11 | 101100 | 0 | 1100011 | 1010001 | 1011 | 101011101 | 1100001 | 101101 |
Color Harmonies of #E4032C
Complementary color
Monochromatic Colors of #E4032C
Black with #E4032C
Text Example
Text Example
White with #E4032C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4032C; }
p { color: rgb(228,3,44); }
H1.HeaderClassName
{
color: #E4032C;
}
.AnyTagClassName
{
color: #E4032C;
}
</style>
background-color css
<style>
a { background-color: #E4032C; }
a { background-color: rgb(228,3,44); }
div.DivClassName
{
background-color: #E4032C;
}
.BgClassName
{
background-color: #E4032C;
}
</style>
border-color css
<style>
span { border-color: #E4032C; }
span { border-color: rgb(228,3,44); }
td.TdClassName
{
border-color: #E4032C;
}
.TagClassName
{
border-color: #E4032C;
}
</style>