Shades of Crimson #E20132
Tints of Crimson #E20132
RGB
CMYK
RGB Variations
Color information
#E20132 (or 0xE20132) is known color: Crimson. HEX triplet: E2, 01 and 32. RGB value is (226,1,50). Sum of RGB (Red+Green+Blue) = 226+1+50=277 (36% of max value = 765). Red value is 226 (88.67% from 255 or 81.59% from 277); Green value is 1 (0.78% from 255 or 0.36% from 277); Blue value is 50 (19.92% from 255 or 18.05% from 277); Max value from RGB is 226 - color contains mainly: red. Hex color #E20132 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E20132 is #1DFECD. Grayscale: #494949. Windows color (decimal): -1965774 or 3277282. OLE color: 3277282.
HSL color Cylindrical-coordinate representation of color #E20132: hue angle of 346.93º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E20132 is Cyan = 0, Magento = 1.00, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 1 | 50 | - |
| CMYK | 0 | 1.00 | 0.78 | 0.11 |
| HSL | 346.93º | 0.99% | 0.45% | - |
| HSV(B) | 346.93º | 1% | 0.89% | - |
| XYZ | 31.95 | 16.42 | 4.5 | - |
| YUV | 73.86 | 114.54 | 236.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 1 | 50 | 0 | 1.00 | 0.78 | 0.11 | 346.93 | 0.99 | 0.45 |
| Hex | E2 | 1 | 32 | 0 | 64 | 4E | B | 15B | 63 | 2D |
| Octal | 342 | 1 | 62 | 0 | 144 | 116 | 13 | 533 | 143 | 55 |
| Binary | 11100010 | 1 | 110010 | 0 | 1100100 | 1001110 | 1011 | 101011011 | 1100011 | 101101 |
Color Harmonies of #E20132
Complementary color
Monochromatic Colors of #E20132
Black with #E20132
Text Example
Text Example
White with #E20132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20132; }
p { color: rgb(226,1,50); }
H1.HeaderClassName
{
color: #E20132;
}
.AnyTagClassName
{
color: #E20132;
}
</style>
background-color css
<style>
a { background-color: #E20132; }
a { background-color: rgb(226,1,50); }
div.DivClassName
{
background-color: #E20132;
}
.BgClassName
{
background-color: #E20132;
}
</style>
border-color css
<style>
span { border-color: #E20132; }
span { border-color: rgb(226,1,50); }
td.TdClassName
{
border-color: #E20132;
}
.TagClassName
{
border-color: #E20132;
}
</style>