Shades of Crimson #E40032
Tints of Crimson #E40032
RGB
CMYK
RGB Variations
Color information
#E40032 (or 0xE40032) is known color: Crimson. HEX triplet: E4, 00 and 32. RGB value is (228,0,50). Sum of RGB (Red+Green+Blue) = 228+0+50=278 (36% of max value = 765). Red value is 228 (89.45% from 255 or 82.01% from 278); Green value is 0 (0.39% from 255 or 0% from 278); Blue value is 50 (19.92% from 255 or 17.99% from 278); Max value from RGB is 228 - color contains mainly: red. Hex color #E40032 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E40032 is #1BFFCD. Grayscale: #494949. Windows color (decimal): -1834958 or 3277028. OLE color: 3277028.
HSL color Cylindrical-coordinate representation of color #E40032: hue angle of 346.84º 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 #E40032 is Cyan = 0, Magento = 1, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 0 | 50 | - |
| CMYK | 0 | 1 | 0.78 | 0.11 |
| HSL | 346.84º | 1% | 0.45% | - |
| HSV(B) | 346.84º | 1% | 0.89% | - |
| XYZ | 32.57 | 16.72 | 4.53 | - |
| YUV | 73.87 | 114.54 | 237.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 0 | 50 | 0 | 1 | 0.78 | 0.11 | 346.84 | 1 | 0.45 |
| Hex | E4 | 0 | 32 | 0 | 64 | 4E | B | 15B | 64 | 2D |
| Octal | 344 | 0 | 62 | 0 | 144 | 116 | 13 | 533 | 144 | 55 |
| Binary | 11100100 | 0 | 110010 | 0 | 1100100 | 1001110 | 1011 | 101011011 | 1100100 | 101101 |
Color Harmonies of #E40032
Complementary color
Monochromatic Colors of #E40032
Black with #E40032
Text Example
Text Example
White with #E40032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40032; }
p { color: rgb(228,0,50); }
H1.HeaderClassName
{
color: #E40032;
}
.AnyTagClassName
{
color: #E40032;
}
</style>
background-color css
<style>
a { background-color: #E40032; }
a { background-color: rgb(228,0,50); }
div.DivClassName
{
background-color: #E40032;
}
.BgClassName
{
background-color: #E40032;
}
</style>
border-color css
<style>
span { border-color: #E40032; }
span { border-color: rgb(228,0,50); }
td.TdClassName
{
border-color: #E40032;
}
.TagClassName
{
border-color: #E40032;
}
</style>