Shades of Crimson #E21633
Tints of Crimson #E21633
RGB
CMYK
RGB Variations
Color information
#E21633 (or 0xE21633) is known color: Crimson. HEX triplet: E2, 16 and 33. RGB value is (226,22,51). Sum of RGB (Red+Green+Blue) = 226+22+51=299 (39% of max value = 765). Red value is 226 (88.67% from 255 or 75.59% from 299); Green value is 22 (8.98% from 255 or 7.36% from 299); Blue value is 51 (20.31% from 255 or 17.06% from 299); Max value from RGB is 226 - color contains mainly: red. Hex color #E21633 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E21633 is #1DE9CC. Grayscale: #565656. Windows color (decimal): -1960397 or 3348194. OLE color: 3348194.
HSL color Cylindrical-coordinate representation of color #E21633: hue angle of 351.47º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E21633 is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 22 | 51 | - |
| CMYK | 0 | 0.90 | 0.77 | 0.11 |
| HSL | 351.47º | 0.82% | 0.49% | - |
| HSV(B) | 351.47º | 0.9% | 0.89% | - |
| XYZ | 32.25 | 16.98 | 4.71 | - |
| YUV | 86.3 | 108.09 | 227.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 22 | 51 | 0 | 0.90 | 0.77 | 0.11 | 351.47 | 0.82 | 0.49 |
| Hex | E2 | 16 | 33 | 0 | 5A | 4D | B | 15F | 52 | 31 |
| Octal | 342 | 26 | 63 | 0 | 132 | 115 | 13 | 537 | 122 | 61 |
| Binary | 11100010 | 10110 | 110011 | 0 | 1011010 | 1001101 | 1011 | 101011111 | 1010010 | 110001 |
Color Harmonies of #E21633
Complementary color
Monochromatic Colors of #E21633
Black with #E21633
Text Example
Text Example
White with #E21633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21633; }
p { color: rgb(226,22,51); }
H1.HeaderClassName
{
color: #E21633;
}
.AnyTagClassName
{
color: #E21633;
}
</style>
background-color css
<style>
a { background-color: #E21633; }
a { background-color: rgb(226,22,51); }
div.DivClassName
{
background-color: #E21633;
}
.BgClassName
{
background-color: #E21633;
}
</style>
border-color css
<style>
span { border-color: #E21633; }
span { border-color: rgb(226,22,51); }
td.TdClassName
{
border-color: #E21633;
}
.TagClassName
{
border-color: #E21633;
}
</style>