Shades of Crimson #E0162B
Tints of Crimson #E0162B
RGB
CMYK
RGB Variations
Color information
#E0162B (or 0xE0162B) is known color: Crimson. HEX triplet: E0, 16 and 2B. RGB value is (224,22,43). Sum of RGB (Red+Green+Blue) = 224+22+43=289 (38% of max value = 765). Red value is 224 (87.89% from 255 or 77.51% from 289); Green value is 22 (8.98% from 255 or 7.61% from 289); Blue value is 43 (17.19% from 255 or 14.88% from 289); Max value from RGB is 224 - color contains mainly: red. Hex color #E0162B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0162B is #1FE9D4. Grayscale: #545454. Windows color (decimal): -2091477 or 2823904. OLE color: 2823904.
HSL color Cylindrical-coordinate representation of color #E0162B: hue angle of 353.76º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E0162B is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 22 | 43 | - |
| CMYK | 0 | 0.90 | 0.81 | 0.12 |
| HSL | 353.76º | 0.82% | 0.48% | - |
| HSV(B) | 353.76º | 0.9% | 0.88% | - |
| XYZ | 31.46 | 16.6 | 3.83 | - |
| YUV | 84.79 | 104.42 | 227.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 22 | 43 | 0 | 0.90 | 0.81 | 0.12 | 353.76 | 0.82 | 0.48 |
| Hex | E0 | 16 | 2B | 0 | 5A | 51 | C | 162 | 52 | 30 |
| Octal | 340 | 26 | 53 | 0 | 132 | 121 | 14 | 542 | 122 | 60 |
| Binary | 11100000 | 10110 | 101011 | 0 | 1011010 | 1010001 | 1100 | 101100010 | 1010010 | 110000 |
Color Harmonies of #E0162B
Complementary color
Monochromatic Colors of #E0162B
Black with #E0162B
Text Example
Text Example
White with #E0162B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0162B; }
p { color: rgb(224,22,43); }
H1.HeaderClassName
{
color: #E0162B;
}
.AnyTagClassName
{
color: #E0162B;
}
</style>
background-color css
<style>
a { background-color: #E0162B; }
a { background-color: rgb(224,22,43); }
div.DivClassName
{
background-color: #E0162B;
}
.BgClassName
{
background-color: #E0162B;
}
</style>
border-color css
<style>
span { border-color: #E0162B; }
span { border-color: rgb(224,22,43); }
td.TdClassName
{
border-color: #E0162B;
}
.TagClassName
{
border-color: #E0162B;
}
</style>