Shades of Crimson #E40033
Tints of Crimson #E40033
RGB
CMYK
RGB Variations
Color information
#E40033 (or 0xE40033) is known color: Crimson. HEX triplet: E4, 00 and 33. RGB value is (228,0,51). Sum of RGB (Red+Green+Blue) = 228+0+51=279 (36% of max value = 765). Red value is 228 (89.45% from 255 or 81.72% from 279); Green value is 0 (0.39% from 255 or 0% from 279); Blue value is 51 (20.31% from 255 or 18.28% from 279); Max value from RGB is 228 - color contains mainly: red. Hex color #E40033 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E40033 is #1BFFCC. Grayscale: #4A4A4A. Windows color (decimal): -1834957 or 3342564. OLE color: 3342564.
HSL color Cylindrical-coordinate representation of color #E40033: hue angle of 346.58º 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 #E40033 is Cyan = 0, Magento = 1, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 0 | 51 | - |
| CMYK | 0 | 1 | 0.78 | 0.11 |
| HSL | 346.58º | 1% | 0.45% | - |
| HSV(B) | 346.58º | 1% | 0.89% | - |
| XYZ | 32.59 | 16.73 | 4.64 | - |
| YUV | 73.99 | 115.04 | 237.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 0 | 51 | 0 | 1 | 0.78 | 0.11 | 346.58 | 1 | 0.45 |
| Hex | E4 | 0 | 33 | 0 | 64 | 4E | B | 15B | 64 | 2D |
| Octal | 344 | 0 | 63 | 0 | 144 | 116 | 13 | 533 | 144 | 55 |
| Binary | 11100100 | 0 | 110011 | 0 | 1100100 | 1001110 | 1011 | 101011011 | 1100100 | 101101 |
Color Harmonies of #E40033
Complementary color
Monochromatic Colors of #E40033
Black with #E40033
Text Example
Text Example
White with #E40033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40033; }
p { color: rgb(228,0,51); }
H1.HeaderClassName
{
color: #E40033;
}
.AnyTagClassName
{
color: #E40033;
}
</style>
background-color css
<style>
a { background-color: #E40033; }
a { background-color: rgb(228,0,51); }
div.DivClassName
{
background-color: #E40033;
}
.BgClassName
{
background-color: #E40033;
}
</style>
border-color css
<style>
span { border-color: #E40033; }
span { border-color: rgb(228,0,51); }
td.TdClassName
{
border-color: #E40033;
}
.TagClassName
{
border-color: #E40033;
}
</style>