Shades of Crimson #E1022A
Tints of Crimson #E1022A
RGB
CMYK
RGB Variations
Color information
#E1022A (or 0xE1022A) is known color: Crimson. HEX triplet: E1, 02 and 2A. RGB value is (225,2,42). Sum of RGB (Red+Green+Blue) = 225+2+42=269 (35% of max value = 765). Red value is 225 (88.28% from 255 or 83.64% from 269); Green value is 2 (1.17% from 255 or 0.74% from 269); Blue value is 42 (16.80% from 255 or 15.61% from 269); Max value from RGB is 225 - color contains mainly: red. Hex color #E1022A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1022A is #1EFDD5. Grayscale: #494949. Windows color (decimal): -2031062 or 2753249. OLE color: 2753249.
HSL color Cylindrical-coordinate representation of color #E1022A: hue angle of 349.24º 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 #E1022A is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 2 | 42 | - |
| CMYK | 0 | 0.99 | 0.81 | 0.12 |
| HSL | 349.24º | 0.98% | 0.45% | - |
| HSV(B) | 349.24º | 0.99% | 0.88% | - |
| XYZ | 31.49 | 16.22 | 3.66 | - |
| YUV | 73.24 | 110.38 | 236.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 2 | 42 | 0 | 0.99 | 0.81 | 0.12 | 349.24 | 0.98 | 0.45 |
| Hex | E1 | 2 | 2A | 0 | 63 | 51 | C | 15D | 62 | 2D |
| Octal | 341 | 2 | 52 | 0 | 143 | 121 | 14 | 535 | 142 | 55 |
| Binary | 11100001 | 10 | 101010 | 0 | 1100011 | 1010001 | 1100 | 101011101 | 1100010 | 101101 |
Color Harmonies of #E1022A
Complementary color
Monochromatic Colors of #E1022A
Black with #E1022A
Text Example
Text Example
White with #E1022A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1022A; }
p { color: rgb(225,2,42); }
H1.HeaderClassName
{
color: #E1022A;
}
.AnyTagClassName
{
color: #E1022A;
}
</style>
background-color css
<style>
a { background-color: #E1022A; }
a { background-color: rgb(225,2,42); }
div.DivClassName
{
background-color: #E1022A;
}
.BgClassName
{
background-color: #E1022A;
}
</style>
border-color css
<style>
span { border-color: #E1022A; }
span { border-color: rgb(225,2,42); }
td.TdClassName
{
border-color: #E1022A;
}
.TagClassName
{
border-color: #E1022A;
}
</style>