Shades of Crimson #E20034
Tints of Crimson #E20034
RGB
CMYK
RGB Variations
Color information
#E20034 (or 0xE20034) is known color: Crimson. HEX triplet: E2, 00 and 34. RGB value is (226,0,52). Sum of RGB (Red+Green+Blue) = 226+0+52=278 (36% of max value = 765). Red value is 226 (88.67% from 255 or 81.29% from 278); Green value is 0 (0.39% from 255 or 0% from 278); Blue value is 52 (20.70% from 255 or 18.71% from 278); Max value from RGB is 226 - color contains mainly: red. Hex color #E20034 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E20034 is #1DFFCB. Grayscale: #494949. Windows color (decimal): -1966028 or 3408098. OLE color: 3408098.
HSL color Cylindrical-coordinate representation of color #E20034: hue angle of 346.19º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E20034 is Cyan = 0, Magento = 1, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 0 | 52 | - |
| CMYK | 0 | 1 | 0.77 | 0.11 |
| HSL | 346.19º | 1% | 0.44% | - |
| HSV(B) | 346.19º | 1% | 0.89% | - |
| XYZ | 31.98 | 16.42 | 4.73 | - |
| YUV | 73.5 | 115.87 | 236.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 0 | 52 | 0 | 1 | 0.77 | 0.11 | 346.19 | 1 | 0.44 |
| Hex | E2 | 0 | 34 | 0 | 64 | 4D | B | 15A | 64 | 2C |
| Octal | 342 | 0 | 64 | 0 | 144 | 115 | 13 | 532 | 144 | 54 |
| Binary | 11100010 | 0 | 110100 | 0 | 1100100 | 1001101 | 1011 | 101011010 | 1100100 | 101100 |
Color Harmonies of #E20034
Complementary color
Monochromatic Colors of #E20034
Black with #E20034
Text Example
Text Example
White with #E20034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20034; }
p { color: rgb(226,0,52); }
H1.HeaderClassName
{
color: #E20034;
}
.AnyTagClassName
{
color: #E20034;
}
</style>
background-color css
<style>
a { background-color: #E20034; }
a { background-color: rgb(226,0,52); }
div.DivClassName
{
background-color: #E20034;
}
.BgClassName
{
background-color: #E20034;
}
</style>
border-color css
<style>
span { border-color: #E20034; }
span { border-color: rgb(226,0,52); }
td.TdClassName
{
border-color: #E20034;
}
.TagClassName
{
border-color: #E20034;
}
</style>