Shades of Crimson #E01229
Tints of Crimson #E01229
RGB
CMYK
RGB Variations
Color information
#E01229 (or 0xE01229) is known color: Crimson. HEX triplet: E0, 12 and 29. RGB value is (224,18,41). Sum of RGB (Red+Green+Blue) = 224+18+41=283 (37% of max value = 765). Red value is 224 (87.89% from 255 or 79.15% from 283); Green value is 18 (7.42% from 255 or 6.36% from 283); Blue value is 41 (16.41% from 255 or 14.49% from 283); Max value from RGB is 224 - color contains mainly: red. Hex color #E01229 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E01229 is #1FEDD6. Grayscale: #525252. Windows color (decimal): -2092503 or 2691808. OLE color: 2691808.
HSL color Cylindrical-coordinate representation of color #E01229: hue angle of 353.3º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E01229 is Cyan = 0, Magento = 0.92, Yellow = 0.82 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 18 | 41 | - |
| CMYK | 0 | 0.92 | 0.82 | 0.12 |
| HSL | 353.3º | 0.85% | 0.47% | - |
| HSV(B) | 353.3º | 0.92% | 0.88% | - |
| XYZ | 31.36 | 16.44 | 3.62 | - |
| YUV | 82.22 | 104.75 | 229.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 18 | 41 | 0 | 0.92 | 0.82 | 0.12 | 353.3 | 0.85 | 0.47 |
| Hex | E0 | 12 | 29 | 0 | 5C | 52 | C | 161 | 55 | 2F |
| Octal | 340 | 22 | 51 | 0 | 134 | 122 | 14 | 541 | 125 | 57 |
| Binary | 11100000 | 10010 | 101001 | 0 | 1011100 | 1010010 | 1100 | 101100001 | 1010101 | 101111 |
Color Harmonies of #E01229
Complementary color
Monochromatic Colors of #E01229
Black with #E01229
Text Example
Text Example
White with #E01229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01229; }
p { color: rgb(224,18,41); }
H1.HeaderClassName
{
color: #E01229;
}
.AnyTagClassName
{
color: #E01229;
}
</style>
background-color css
<style>
a { background-color: #E01229; }
a { background-color: rgb(224,18,41); }
div.DivClassName
{
background-color: #E01229;
}
.BgClassName
{
background-color: #E01229;
}
</style>
border-color css
<style>
span { border-color: #E01229; }
span { border-color: rgb(224,18,41); }
td.TdClassName
{
border-color: #E01229;
}
.TagClassName
{
border-color: #E01229;
}
</style>