Shades of Crimson #E20633
Tints of Crimson #E20633
RGB
CMYK
RGB Variations
Color information
#E20633 (or 0xE20633) is known color: Crimson. HEX triplet: E2, 06 and 33. RGB value is (226,6,51). Sum of RGB (Red+Green+Blue) = 226+6+51=283 (37% of max value = 765). Red value is 226 (88.67% from 255 or 79.86% from 283); Green value is 6 (2.73% from 255 or 2.12% from 283); Blue value is 51 (20.31% from 255 or 18.02% from 283); Max value from RGB is 226 - color contains mainly: red. Hex color #E20633 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E20633 is #1DF9CC. Grayscale: #4C4C4C. Windows color (decimal): -1964493 or 3344098. OLE color: 3344098.
HSL color Cylindrical-coordinate representation of color #E20633: hue angle of 347.73º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E20633 is Cyan = 0, Magento = 0.97, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 6 | 51 | - |
| CMYK | 0 | 0.97 | 0.77 | 0.11 |
| HSL | 347.73º | 0.95% | 0.45% | - |
| HSV(B) | 347.73º | 0.97% | 0.89% | - |
| XYZ | 32.03 | 16.54 | 4.64 | - |
| YUV | 76.91 | 113.39 | 234.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 6 | 51 | 0 | 0.97 | 0.77 | 0.11 | 347.73 | 0.95 | 0.45 |
| Hex | E2 | 6 | 33 | 0 | 61 | 4D | B | 15C | 5F | 2D |
| Octal | 342 | 6 | 63 | 0 | 141 | 115 | 13 | 534 | 137 | 55 |
| Binary | 11100010 | 110 | 110011 | 0 | 1100001 | 1001101 | 1011 | 101011100 | 1011111 | 101101 |
Color Harmonies of #E20633
Complementary color
Monochromatic Colors of #E20633
Black with #E20633
Text Example
Text Example
White with #E20633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20633; }
p { color: rgb(226,6,51); }
H1.HeaderClassName
{
color: #E20633;
}
.AnyTagClassName
{
color: #E20633;
}
</style>
background-color css
<style>
a { background-color: #E20633; }
a { background-color: rgb(226,6,51); }
div.DivClassName
{
background-color: #E20633;
}
.BgClassName
{
background-color: #E20633;
}
</style>
border-color css
<style>
span { border-color: #E20633; }
span { border-color: rgb(226,6,51); }
td.TdClassName
{
border-color: #E20633;
}
.TagClassName
{
border-color: #E20633;
}
</style>