Shades of Crimson #E00029
Tints of Crimson #E00029
RGB
CMYK
RGB Variations
Color information
#E00029 (or 0xE00029) is known color: Crimson. HEX triplet: E0, 00 and 29. RGB value is (224,0,41). Sum of RGB (Red+Green+Blue) = 224+0+41=265 (35% of max value = 765). Red value is 224 (87.89% from 255 or 84.53% from 265); Green value is 0 (0.39% from 255 or 0% from 265); Blue value is 41 (16.41% from 255 or 15.47% from 265); Max value from RGB is 224 - color contains mainly: red. Hex color #E00029 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00029 is #1FFFD6. Grayscale: #474747. Windows color (decimal): -2097111 or 2687200. OLE color: 2687200.
HSL color Cylindrical-coordinate representation of color #E00029: hue angle of 349.02º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E00029 is Cyan = 0, Magento = 1, Yellow = 0.82 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 0 | 41 | - |
| CMYK | 0 | 1 | 0.82 | 0.12 |
| HSL | 349.02º | 1% | 0.44% | - |
| HSV(B) | 349.02º | 1% | 0.88% | - |
| XYZ | 31.14 | 16.01 | 3.55 | - |
| YUV | 71.65 | 110.71 | 236.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 0 | 41 | 0 | 1 | 0.82 | 0.12 | 349.02 | 1 | 0.44 |
| Hex | E0 | 0 | 29 | 0 | 64 | 52 | C | 15D | 64 | 2C |
| Octal | 340 | 0 | 51 | 0 | 144 | 122 | 14 | 535 | 144 | 54 |
| Binary | 11100000 | 0 | 101001 | 0 | 1100100 | 1010010 | 1100 | 101011101 | 1100100 | 101100 |
Color Harmonies of #E00029
Complementary color
Monochromatic Colors of #E00029
Black with #E00029
Text Example
Text Example
White with #E00029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00029; }
p { color: rgb(224,0,41); }
H1.HeaderClassName
{
color: #E00029;
}
.AnyTagClassName
{
color: #E00029;
}
</style>
background-color css
<style>
a { background-color: #E00029; }
a { background-color: rgb(224,0,41); }
div.DivClassName
{
background-color: #E00029;
}
.BgClassName
{
background-color: #E00029;
}
</style>
border-color css
<style>
span { border-color: #E00029; }
span { border-color: rgb(224,0,41); }
td.TdClassName
{
border-color: #E00029;
}
.TagClassName
{
border-color: #E00029;
}
</style>