Shades of Crimson #E1023D
Tints of Crimson #E1023D
RGB
CMYK
RGB Variations
Color information
#E1023D (or 0xE1023D) is known color: Crimson. HEX triplet: E1, 02 and 3D. RGB value is (225,2,61). Sum of RGB (Red+Green+Blue) = 225+2+61=288 (38% of max value = 765). Red value is 225 (88.28% from 255 or 78.12% from 288); Green value is 2 (1.17% from 255 or 0.69% from 288); Blue value is 61 (24.22% from 255 or 21.18% from 288); Max value from RGB is 225 - color contains mainly: red. Hex color #E1023D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1023D is #1EFDC2. Grayscale: #4B4B4B. Windows color (decimal): -2031043 or 3998433. OLE color: 3998433.
HSL color Cylindrical-coordinate representation of color #E1023D: hue angle of 344.13º 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 #E1023D is Cyan = 0, Magento = 0.99, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 2 | 61 | - |
| CMYK | 0 | 0.99 | 0.73 | 0.12 |
| HSL | 344.13º | 0.98% | 0.45% | - |
| HSV(B) | 344.13º | 0.99% | 0.88% | - |
| XYZ | 31.92 | 16.39 | 5.9 | - |
| YUV | 75.4 | 119.88 | 234.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 2 | 61 | 0 | 0.99 | 0.73 | 0.12 | 344.13 | 0.98 | 0.45 |
| Hex | E1 | 2 | 3D | 0 | 63 | 49 | C | 158 | 62 | 2D |
| Octal | 341 | 2 | 75 | 0 | 143 | 111 | 14 | 530 | 142 | 55 |
| Binary | 11100001 | 10 | 111101 | 0 | 1100011 | 1001001 | 1100 | 101011000 | 1100010 | 101101 |
Color Harmonies of #E1023D
Complementary color
Monochromatic Colors of #E1023D
Black with #E1023D
Text Example
Text Example
White with #E1023D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1023D; }
p { color: rgb(225,2,61); }
H1.HeaderClassName
{
color: #E1023D;
}
.AnyTagClassName
{
color: #E1023D;
}
</style>
background-color css
<style>
a { background-color: #E1023D; }
a { background-color: rgb(225,2,61); }
div.DivClassName
{
background-color: #E1023D;
}
.BgClassName
{
background-color: #E1023D;
}
</style>
border-color css
<style>
span { border-color: #E1023D; }
span { border-color: rgb(225,2,61); }
td.TdClassName
{
border-color: #E1023D;
}
.TagClassName
{
border-color: #E1023D;
}
</style>