Shades of Crimson #E11429
Tints of Crimson #E11429
RGB
CMYK
RGB Variations
Color information
#E11429 (or 0xE11429) is known color: Crimson. HEX triplet: E1, 14 and 29. RGB value is (225,20,41). Sum of RGB (Red+Green+Blue) = 225+20+41=286 (37% of max value = 765). Red value is 225 (88.28% from 255 or 78.67% from 286); Green value is 20 (8.20% from 255 or 6.99% from 286); Blue value is 41 (16.41% from 255 or 14.34% from 286); Max value from RGB is 225 - color contains mainly: red. Hex color #E11429 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E11429 is #1EEBD6. Grayscale: #535353. Windows color (decimal): -2026455 or 2692321. OLE color: 2692321.
HSL color Cylindrical-coordinate representation of color #E11429: hue angle of 353.85º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E11429 is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 20 | 41 | - |
| CMYK | 0 | 0.91 | 0.82 | 0.12 |
| HSL | 353.85º | 0.84% | 0.48% | - |
| HSV(B) | 353.85º | 0.91% | 0.88% | - |
| XYZ | 31.7 | 16.67 | 3.64 | - |
| YUV | 83.69 | 103.92 | 228.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 20 | 41 | 0 | 0.91 | 0.82 | 0.12 | 353.85 | 0.84 | 0.48 |
| Hex | E1 | 14 | 29 | 0 | 5B | 52 | C | 162 | 54 | 30 |
| Octal | 341 | 24 | 51 | 0 | 133 | 122 | 14 | 542 | 124 | 60 |
| Binary | 11100001 | 10100 | 101001 | 0 | 1011011 | 1010010 | 1100 | 101100010 | 1010100 | 110000 |
Color Harmonies of #E11429
Complementary color
Monochromatic Colors of #E11429
Black with #E11429
Text Example
Text Example
White with #E11429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11429; }
p { color: rgb(225,20,41); }
H1.HeaderClassName
{
color: #E11429;
}
.AnyTagClassName
{
color: #E11429;
}
</style>
background-color css
<style>
a { background-color: #E11429; }
a { background-color: rgb(225,20,41); }
div.DivClassName
{
background-color: #E11429;
}
.BgClassName
{
background-color: #E11429;
}
</style>
border-color css
<style>
span { border-color: #E11429; }
span { border-color: rgb(225,20,41); }
td.TdClassName
{
border-color: #E11429;
}
.TagClassName
{
border-color: #E11429;
}
</style>