Shades of Crimson #E21433
Tints of Crimson #E21433
RGB
CMYK
RGB Variations
Color information
#E21433 (or 0xE21433) is known color: Crimson. HEX triplet: E2, 14 and 33. RGB value is (226,20,51). Sum of RGB (Red+Green+Blue) = 226+20+51=297 (39% of max value = 765). Red value is 226 (88.67% from 255 or 76.09% from 297); Green value is 20 (8.20% from 255 or 6.73% from 297); Blue value is 51 (20.31% from 255 or 17.17% from 297); Max value from RGB is 226 - color contains mainly: red. Hex color #E21433 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E21433 is #1DEBCC. Grayscale: #555555. Windows color (decimal): -1960909 or 3347682. OLE color: 3347682.
HSL color Cylindrical-coordinate representation of color #E21433: hue angle of 350.97º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E21433 is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 20 | 51 | - |
| CMYK | 0 | 0.91 | 0.77 | 0.11 |
| HSL | 350.97º | 0.84% | 0.48% | - |
| HSV(B) | 350.97º | 0.91% | 0.89% | - |
| XYZ | 32.21 | 16.91 | 4.7 | - |
| YUV | 85.13 | 108.75 | 228.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 20 | 51 | 0 | 0.91 | 0.77 | 0.11 | 350.97 | 0.84 | 0.48 |
| Hex | E2 | 14 | 33 | 0 | 5B | 4D | B | 15F | 54 | 30 |
| Octal | 342 | 24 | 63 | 0 | 133 | 115 | 13 | 537 | 124 | 60 |
| Binary | 11100010 | 10100 | 110011 | 0 | 1011011 | 1001101 | 1011 | 101011111 | 1010100 | 110000 |
Color Harmonies of #E21433
Complementary color
Monochromatic Colors of #E21433
Black with #E21433
Text Example
Text Example
White with #E21433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21433; }
p { color: rgb(226,20,51); }
H1.HeaderClassName
{
color: #E21433;
}
.AnyTagClassName
{
color: #E21433;
}
</style>
background-color css
<style>
a { background-color: #E21433; }
a { background-color: rgb(226,20,51); }
div.DivClassName
{
background-color: #E21433;
}
.BgClassName
{
background-color: #E21433;
}
</style>
border-color css
<style>
span { border-color: #E21433; }
span { border-color: rgb(226,20,51); }
td.TdClassName
{
border-color: #E21433;
}
.TagClassName
{
border-color: #E21433;
}
</style>