Shades of Crimson #E1033D
Tints of Crimson #E1033D
RGB
CMYK
RGB Variations
Color information
#E1033D (or 0xE1033D) is known color: Crimson. HEX triplet: E1, 03 and 3D. RGB value is (225,3,61). Sum of RGB (Red+Green+Blue) = 225+3+61=289 (38% of max value = 765). Red value is 225 (88.28% from 255 or 77.85% from 289); Green value is 3 (1.56% from 255 or 1.04% from 289); Blue value is 61 (24.22% from 255 or 21.11% from 289); Max value from RGB is 225 - color contains mainly: red. Hex color #E1033D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1033D is #1EFCC2. Grayscale: #4B4B4B. Windows color (decimal): -2030787 or 3998689. OLE color: 3998689.
HSL color Cylindrical-coordinate representation of color #E1033D: hue angle of 344.32º degrees, saturation: 0.97, 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 #E1033D is Cyan = 0, Magento = 0.99, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 3 | 61 | - |
| CMYK | 0 | 0.99 | 0.73 | 0.12 |
| HSL | 344.32º | 0.97% | 0.45% | - |
| HSV(B) | 344.32º | 0.99% | 0.88% | - |
| XYZ | 31.93 | 16.41 | 5.9 | - |
| YUV | 75.99 | 119.55 | 234.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 3 | 61 | 0 | 0.99 | 0.73 | 0.12 | 344.32 | 0.97 | 0.45 |
| Hex | E1 | 3 | 3D | 0 | 63 | 49 | C | 158 | 61 | 2D |
| Octal | 341 | 3 | 75 | 0 | 143 | 111 | 14 | 530 | 141 | 55 |
| Binary | 11100001 | 11 | 111101 | 0 | 1100011 | 1001001 | 1100 | 101011000 | 1100001 | 101101 |
Color Harmonies of #E1033D
Complementary color
Monochromatic Colors of #E1033D
Black with #E1033D
Text Example
Text Example
White with #E1033D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1033D; }
p { color: rgb(225,3,61); }
H1.HeaderClassName
{
color: #E1033D;
}
.AnyTagClassName
{
color: #E1033D;
}
</style>
background-color css
<style>
a { background-color: #E1033D; }
a { background-color: rgb(225,3,61); }
div.DivClassName
{
background-color: #E1033D;
}
.BgClassName
{
background-color: #E1033D;
}
</style>
border-color css
<style>
span { border-color: #E1033D; }
span { border-color: rgb(225,3,61); }
td.TdClassName
{
border-color: #E1033D;
}
.TagClassName
{
border-color: #E1033D;
}
</style>