Shades of Crimson #E2133C
Tints of Crimson #E2133C
RGB
CMYK
RGB Variations
Color information
#E2133C (or 0xE2133C) is known color: Crimson. HEX triplet: E2, 13 and 3C. RGB value is (226,19,60). Sum of RGB (Red+Green+Blue) = 226+19+60=305 (40% of max value = 765). Red value is 226 (88.67% from 255 or 74.10% from 305); Green value is 19 (7.81% from 255 or 6.23% from 305); Blue value is 60 (23.83% from 255 or 19.67% from 305); Max value from RGB is 226 - color contains mainly: red. Hex color #E2133C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2133C is #1DECC3. Grayscale: #555555. Windows color (decimal): -1961156 or 3937250. OLE color: 3937250.
HSL color Cylindrical-coordinate representation of color #E2133C: hue angle of 348.12º 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 #E2133C is Cyan = 0, Magento = 0.92, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 19 | 60 | - |
| CMYK | 0 | 0.92 | 0.73 | 0.11 |
| HSL | 348.12º | 0.84% | 0.48% | - |
| HSV(B) | 348.12º | 0.92% | 0.89% | - |
| XYZ | 32.41 | 16.96 | 5.84 | - |
| YUV | 85.57 | 113.58 | 228.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 19 | 60 | 0 | 0.92 | 0.73 | 0.11 | 348.12 | 0.84 | 0.48 |
| Hex | E2 | 13 | 3C | 0 | 5C | 49 | B | 15C | 54 | 30 |
| Octal | 342 | 23 | 74 | 0 | 134 | 111 | 13 | 534 | 124 | 60 |
| Binary | 11100010 | 10011 | 111100 | 0 | 1011100 | 1001001 | 1011 | 101011100 | 1010100 | 110000 |
Color Harmonies of #E2133C
Complementary color
Monochromatic Colors of #E2133C
Black with #E2133C
Text Example
Text Example
White with #E2133C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2133C; }
p { color: rgb(226,19,60); }
H1.HeaderClassName
{
color: #E2133C;
}
.AnyTagClassName
{
color: #E2133C;
}
</style>
background-color css
<style>
a { background-color: #E2133C; }
a { background-color: rgb(226,19,60); }
div.DivClassName
{
background-color: #E2133C;
}
.BgClassName
{
background-color: #E2133C;
}
</style>
border-color css
<style>
span { border-color: #E2133C; }
span { border-color: rgb(226,19,60); }
td.TdClassName
{
border-color: #E2133C;
}
.TagClassName
{
border-color: #E2133C;
}
</style>