Shades of Crimson #E1023A
Tints of Crimson #E1023A
RGB
CMYK
RGB Variations
Color information
#E1023A (or 0xE1023A) is known color: Crimson. HEX triplet: E1, 02 and 3A. RGB value is (225,2,58). Sum of RGB (Red+Green+Blue) = 225+2+58=285 (37% of max value = 765). Red value is 225 (88.28% from 255 or 78.95% from 285); Green value is 2 (1.17% from 255 or 0.70% from 285); Blue value is 58 (23.05% from 255 or 20.35% from 285); Max value from RGB is 225 - color contains mainly: red. Hex color #E1023A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1023A is #1EFDC5. Grayscale: #4B4B4B. Windows color (decimal): -2031046 or 3801825. OLE color: 3801825.
HSL color Cylindrical-coordinate representation of color #E1023A: hue angle of 344.93º 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 #E1023A is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 2 | 58 | - |
| CMYK | 0 | 0.99 | 0.74 | 0.12 |
| HSL | 344.93º | 0.98% | 0.45% | - |
| HSV(B) | 344.93º | 0.99% | 0.88% | - |
| XYZ | 31.84 | 16.36 | 5.48 | - |
| YUV | 75.06 | 118.38 | 234.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 2 | 58 | 0 | 0.99 | 0.74 | 0.12 | 344.93 | 0.98 | 0.45 |
| Hex | E1 | 2 | 3A | 0 | 63 | 4A | C | 159 | 62 | 2D |
| Octal | 341 | 2 | 72 | 0 | 143 | 112 | 14 | 531 | 142 | 55 |
| Binary | 11100001 | 10 | 111010 | 0 | 1100011 | 1001010 | 1100 | 101011001 | 1100010 | 101101 |
Color Harmonies of #E1023A
Complementary color
Monochromatic Colors of #E1023A
Black with #E1023A
Text Example
Text Example
White with #E1023A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1023A; }
p { color: rgb(225,2,58); }
H1.HeaderClassName
{
color: #E1023A;
}
.AnyTagClassName
{
color: #E1023A;
}
</style>
background-color css
<style>
a { background-color: #E1023A; }
a { background-color: rgb(225,2,58); }
div.DivClassName
{
background-color: #E1023A;
}
.BgClassName
{
background-color: #E1023A;
}
</style>
border-color css
<style>
span { border-color: #E1023A; }
span { border-color: rgb(225,2,58); }
td.TdClassName
{
border-color: #E1023A;
}
.TagClassName
{
border-color: #E1023A;
}
</style>