Shades of Crimson #E2033D
Tints of Crimson #E2033D
RGB
CMYK
RGB Variations
Color information
#E2033D (or 0xE2033D) is known color: Crimson. HEX triplet: E2, 03 and 3D. RGB value is (226,3,61). Sum of RGB (Red+Green+Blue) = 226+3+61=290 (38% of max value = 765). Red value is 226 (88.67% from 255 or 77.93% from 290); Green value is 3 (1.56% from 255 or 1.03% from 290); Blue value is 61 (24.22% from 255 or 21.03% from 290); Max value from RGB is 226 - color contains mainly: red. Hex color #E2033D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2033D is #1DFCC2. Grayscale: #4C4C4C. Windows color (decimal): -1965251 or 3998690. OLE color: 3998690.
HSL color Cylindrical-coordinate representation of color #E2033D: hue angle of 344.39º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E2033D is Cyan = 0, Magento = 0.99, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 3 | 61 | - |
| CMYK | 0 | 0.99 | 0.73 | 0.11 |
| HSL | 344.39º | 0.97% | 0.45% | - |
| HSV(B) | 344.39º | 0.99% | 0.89% | - |
| XYZ | 32.24 | 16.57 | 5.91 | - |
| YUV | 76.29 | 119.38 | 234.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 3 | 61 | 0 | 0.99 | 0.73 | 0.11 | 344.39 | 0.97 | 0.45 |
| Hex | E2 | 3 | 3D | 0 | 63 | 49 | B | 158 | 61 | 2D |
| Octal | 342 | 3 | 75 | 0 | 143 | 111 | 13 | 530 | 141 | 55 |
| Binary | 11100010 | 11 | 111101 | 0 | 1100011 | 1001001 | 1011 | 101011000 | 1100001 | 101101 |
Color Harmonies of #E2033D
Complementary color
Monochromatic Colors of #E2033D
Black with #E2033D
Text Example
Text Example
White with #E2033D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2033D; }
p { color: rgb(226,3,61); }
H1.HeaderClassName
{
color: #E2033D;
}
.AnyTagClassName
{
color: #E2033D;
}
</style>
background-color css
<style>
a { background-color: #E2033D; }
a { background-color: rgb(226,3,61); }
div.DivClassName
{
background-color: #E2033D;
}
.BgClassName
{
background-color: #E2033D;
}
</style>
border-color css
<style>
span { border-color: #E2033D; }
span { border-color: rgb(226,3,61); }
td.TdClassName
{
border-color: #E2033D;
}
.TagClassName
{
border-color: #E2033D;
}
</style>