Shades of Crimson #E1022D
Tints of Crimson #E1022D
RGB
CMYK
RGB Variations
Color information
#E1022D (or 0xE1022D) is known color: Crimson. HEX triplet: E1, 02 and 2D. RGB value is (225,2,45). Sum of RGB (Red+Green+Blue) = 225+2+45=272 (36% of max value = 765). Red value is 225 (88.28% from 255 or 82.72% from 272); Green value is 2 (1.17% from 255 or 0.74% from 272); Blue value is 45 (17.97% from 255 or 16.54% from 272); Max value from RGB is 225 - color contains mainly: red. Hex color #E1022D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1022D is #1EFDD2. Grayscale: #494949. Windows color (decimal): -2031059 or 2949857. OLE color: 2949857.
HSL color Cylindrical-coordinate representation of color #E1022D: hue angle of 348.43º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E1022D is Cyan = 0, Magento = 0.99, Yellow = 0.8 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 2 | 45 | - |
| CMYK | 0 | 0.99 | 0.8 | 0.12 |
| HSL | 348.43º | 0.98% | 0.45% | - |
| HSV(B) | 348.43º | 0.99% | 0.88% | - |
| XYZ | 31.55 | 16.24 | 3.95 | - |
| YUV | 73.58 | 111.88 | 236 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 2 | 45 | 0 | 0.99 | 0.8 | 0.12 | 348.43 | 0.98 | 0.45 |
| Hex | E1 | 2 | 2D | 0 | 63 | 50 | C | 15C | 62 | 2D |
| Octal | 341 | 2 | 55 | 0 | 143 | 120 | 14 | 534 | 142 | 55 |
| Binary | 11100001 | 10 | 101101 | 0 | 1100011 | 1010000 | 1100 | 101011100 | 1100010 | 101101 |
Color Harmonies of #E1022D
Complementary color
Monochromatic Colors of #E1022D
Black with #E1022D
Text Example
Text Example
White with #E1022D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1022D; }
p { color: rgb(225,2,45); }
H1.HeaderClassName
{
color: #E1022D;
}
.AnyTagClassName
{
color: #E1022D;
}
</style>
background-color css
<style>
a { background-color: #E1022D; }
a { background-color: rgb(225,2,45); }
div.DivClassName
{
background-color: #E1022D;
}
.BgClassName
{
background-color: #E1022D;
}
</style>
border-color css
<style>
span { border-color: #E1022D; }
span { border-color: rgb(225,2,45); }
td.TdClassName
{
border-color: #E1022D;
}
.TagClassName
{
border-color: #E1022D;
}
</style>