Shades of Crimson #E21343
Tints of Crimson #E21343
RGB
CMYK
RGB Variations
Color information
#E21343 (or 0xE21343) is known color: Crimson. HEX triplet: E2, 13 and 43. RGB value is (226,19,67). Sum of RGB (Red+Green+Blue) = 226+19+67=312 (41% of max value = 765). Red value is 226 (88.67% from 255 or 72.44% from 312); Green value is 19 (7.81% from 255 or 6.09% from 312); Blue value is 67 (26.56% from 255 or 21.47% from 312); Max value from RGB is 226 - color contains mainly: red. Hex color #E21343 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E21343 is #1DECBC. Grayscale: #565656. Windows color (decimal): -1961149 or 4396002. OLE color: 4396002.
HSL color Cylindrical-coordinate representation of color #E21343: hue angle of 346.09º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E21343 is Cyan = 0, Magento = 0.92, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 19 | 67 | - |
| CMYK | 0 | 0.92 | 0.70 | 0.11 |
| HSL | 346.09º | 0.84% | 0.48% | - |
| HSV(B) | 346.09º | 0.92% | 0.89% | - |
| XYZ | 32.61 | 17.04 | 6.88 | - |
| YUV | 86.37 | 117.08 | 227.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 19 | 67 | 0 | 0.92 | 0.70 | 0.11 | 346.09 | 0.84 | 0.48 |
| Hex | E2 | 13 | 43 | 0 | 5C | 46 | B | 15A | 54 | 30 |
| Octal | 342 | 23 | 103 | 0 | 134 | 106 | 13 | 532 | 124 | 60 |
| Binary | 11100010 | 10011 | 1000011 | 0 | 1011100 | 1000110 | 1011 | 101011010 | 1010100 | 110000 |
Color Harmonies of #E21343
Complementary color
Monochromatic Colors of #E21343
Black with #E21343
Text Example
Text Example
White with #E21343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21343; }
p { color: rgb(226,19,67); }
H1.HeaderClassName
{
color: #E21343;
}
.AnyTagClassName
{
color: #E21343;
}
</style>
background-color css
<style>
a { background-color: #E21343; }
a { background-color: rgb(226,19,67); }
div.DivClassName
{
background-color: #E21343;
}
.BgClassName
{
background-color: #E21343;
}
</style>
border-color css
<style>
span { border-color: #E21343; }
span { border-color: rgb(226,19,67); }
td.TdClassName
{
border-color: #E21343;
}
.TagClassName
{
border-color: #E21343;
}
</style>