Shades of Crimson #E2142D
Tints of Crimson #E2142D
RGB
CMYK
RGB Variations
Color information
#E2142D (or 0xE2142D) is known color: Crimson. HEX triplet: E2, 14 and 2D. RGB value is (226,20,45). Sum of RGB (Red+Green+Blue) = 226+20+45=291 (38% of max value = 765). Red value is 226 (88.67% from 255 or 77.66% from 291); Green value is 20 (8.20% from 255 or 6.87% from 291); Blue value is 45 (17.97% from 255 or 15.46% from 291); Max value from RGB is 226 - color contains mainly: red. Hex color #E2142D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2142D is #1DEBD2. Grayscale: #545454. Windows color (decimal): -1960915 or 2954466. OLE color: 2954466.
HSL color Cylindrical-coordinate representation of color #E2142D: hue angle of 352.72º 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 #E2142D is Cyan = 0, Magento = 0.91, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 20 | 45 | - |
| CMYK | 0 | 0.91 | 0.80 | 0.11 |
| HSL | 352.72º | 0.84% | 0.48% | - |
| HSV(B) | 352.72º | 0.91% | 0.89% | - |
| XYZ | 32.09 | 16.86 | 4.05 | - |
| YUV | 84.44 | 105.75 | 228.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 20 | 45 | 0 | 0.91 | 0.80 | 0.11 | 352.72 | 0.84 | 0.48 |
| Hex | E2 | 14 | 2D | 0 | 5B | 50 | B | 161 | 54 | 30 |
| Octal | 342 | 24 | 55 | 0 | 133 | 120 | 13 | 541 | 124 | 60 |
| Binary | 11100010 | 10100 | 101101 | 0 | 1011011 | 1010000 | 1011 | 101100001 | 1010100 | 110000 |
Color Harmonies of #E2142D
Complementary color
Monochromatic Colors of #E2142D
Black with #E2142D
Text Example
Text Example
White with #E2142D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2142D; }
p { color: rgb(226,20,45); }
H1.HeaderClassName
{
color: #E2142D;
}
.AnyTagClassName
{
color: #E2142D;
}
</style>
background-color css
<style>
a { background-color: #E2142D; }
a { background-color: rgb(226,20,45); }
div.DivClassName
{
background-color: #E2142D;
}
.BgClassName
{
background-color: #E2142D;
}
</style>
border-color css
<style>
span { border-color: #E2142D; }
span { border-color: rgb(226,20,45); }
td.TdClassName
{
border-color: #E2142D;
}
.TagClassName
{
border-color: #E2142D;
}
</style>