Shades of Crimson #E21435
Tints of Crimson #E21435
RGB
CMYK
RGB Variations
Color information
#E21435 (or 0xE21435) is known color: Crimson. HEX triplet: E2, 14 and 35. RGB value is (226,20,53). Sum of RGB (Red+Green+Blue) = 226+20+53=299 (39% of max value = 765). Red value is 226 (88.67% from 255 or 75.59% from 299); Green value is 20 (8.20% from 255 or 6.69% from 299); Blue value is 53 (21.09% from 255 or 17.73% from 299); Max value from RGB is 226 - color contains mainly: red. Hex color #E21435 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E21435 is #1DEBCA. Grayscale: #555555. Windows color (decimal): -1960907 or 3478754. OLE color: 3478754.
HSL color Cylindrical-coordinate representation of color #E21435: hue angle of 350.39º 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 #E21435 is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 20 | 53 | - |
| CMYK | 0 | 0.91 | 0.77 | 0.11 |
| HSL | 350.39º | 0.84% | 0.48% | - |
| HSV(B) | 350.39º | 0.91% | 0.89% | - |
| XYZ | 32.26 | 16.93 | 4.94 | - |
| YUV | 85.36 | 109.75 | 228.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 20 | 53 | 0 | 0.91 | 0.77 | 0.11 | 350.39 | 0.84 | 0.48 |
| Hex | E2 | 14 | 35 | 0 | 5B | 4D | B | 15E | 54 | 30 |
| Octal | 342 | 24 | 65 | 0 | 133 | 115 | 13 | 536 | 124 | 60 |
| Binary | 11100010 | 10100 | 110101 | 0 | 1011011 | 1001101 | 1011 | 101011110 | 1010100 | 110000 |
Color Harmonies of #E21435
Complementary color
Monochromatic Colors of #E21435
Black with #E21435
Text Example
Text Example
White with #E21435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21435; }
p { color: rgb(226,20,53); }
H1.HeaderClassName
{
color: #E21435;
}
.AnyTagClassName
{
color: #E21435;
}
</style>
background-color css
<style>
a { background-color: #E21435; }
a { background-color: rgb(226,20,53); }
div.DivClassName
{
background-color: #E21435;
}
.BgClassName
{
background-color: #E21435;
}
</style>
border-color css
<style>
span { border-color: #E21435; }
span { border-color: rgb(226,20,53); }
td.TdClassName
{
border-color: #E21435;
}
.TagClassName
{
border-color: #E21435;
}
</style>