Shades of Crimson #E40329
Tints of Crimson #E40329
RGB
CMYK
RGB Variations
Color information
#E40329 (or 0xE40329) is known color: Crimson. HEX triplet: E4, 03 and 29. RGB value is (228,3,41). Sum of RGB (Red+Green+Blue) = 228+3+41=272 (36% of max value = 765). Red value is 228 (89.45% from 255 or 83.82% from 272); Green value is 3 (1.56% from 255 or 1.10% from 272); Blue value is 41 (16.41% from 255 or 15.07% from 272); Max value from RGB is 228 - color contains mainly: red. Hex color #E40329 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E40329 is #1BFCD6. Grayscale: #4A4A4A. Windows color (decimal): -1834199 or 2687972. OLE color: 2687972.
HSL color Cylindrical-coordinate representation of color #E40329: hue angle of 349.87º 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 #E40329 is Cyan = 0, Magento = 0.99, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 3 | 41 | - |
| CMYK | 0 | 0.99 | 0.82 | 0.11 |
| HSL | 349.87º | 0.97% | 0.45% | - |
| HSV(B) | 349.87º | 0.99% | 0.89% | - |
| XYZ | 32.43 | 16.72 | 3.62 | - |
| YUV | 74.61 | 109.04 | 237.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 3 | 41 | 0 | 0.99 | 0.82 | 0.11 | 349.87 | 0.97 | 0.45 |
| Hex | E4 | 3 | 29 | 0 | 63 | 52 | B | 15E | 61 | 2D |
| Octal | 344 | 3 | 51 | 0 | 143 | 122 | 13 | 536 | 141 | 55 |
| Binary | 11100100 | 11 | 101001 | 0 | 1100011 | 1010010 | 1011 | 101011110 | 1100001 | 101101 |
Color Harmonies of #E40329
Complementary color
Monochromatic Colors of #E40329
Black with #E40329
Text Example
Text Example
White with #E40329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40329; }
p { color: rgb(228,3,41); }
H1.HeaderClassName
{
color: #E40329;
}
.AnyTagClassName
{
color: #E40329;
}
</style>
background-color css
<style>
a { background-color: #E40329; }
a { background-color: rgb(228,3,41); }
div.DivClassName
{
background-color: #E40329;
}
.BgClassName
{
background-color: #E40329;
}
</style>
border-color css
<style>
span { border-color: #E40329; }
span { border-color: rgb(228,3,41); }
td.TdClassName
{
border-color: #E40329;
}
.TagClassName
{
border-color: #E40329;
}
</style>