Shades of Crimson #E0162F
Tints of Crimson #E0162F
RGB
CMYK
RGB Variations
Color information
#E0162F (or 0xE0162F) is known color: Crimson. HEX triplet: E0, 16 and 2F. RGB value is (224,22,47). Sum of RGB (Red+Green+Blue) = 224+22+47=293 (38% of max value = 765). Red value is 224 (87.89% from 255 or 76.45% from 293); Green value is 22 (8.98% from 255 or 7.51% from 293); Blue value is 47 (18.75% from 255 or 16.04% from 293); Max value from RGB is 224 - color contains mainly: red. Hex color #E0162F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0162F is #1FE9D0. Grayscale: #555555. Windows color (decimal): -2091473 or 3086048. OLE color: 3086048.
HSL color Cylindrical-coordinate representation of color #E0162F: hue angle of 352.57º 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 #E0162F is Cyan = 0, Magento = 0.90, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 22 | 47 | - |
| CMYK | 0 | 0.90 | 0.79 | 0.12 |
| HSL | 352.57º | 0.82% | 0.48% | - |
| HSV(B) | 352.57º | 0.9% | 0.88% | - |
| XYZ | 31.54 | 16.63 | 4.24 | - |
| YUV | 85.25 | 106.42 | 226.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 22 | 47 | 0 | 0.90 | 0.79 | 0.12 | 352.57 | 0.82 | 0.48 |
| Hex | E0 | 16 | 2F | 0 | 5A | 4F | C | 161 | 52 | 30 |
| Octal | 340 | 26 | 57 | 0 | 132 | 117 | 14 | 541 | 122 | 60 |
| Binary | 11100000 | 10110 | 101111 | 0 | 1011010 | 1001111 | 1100 | 101100001 | 1010010 | 110000 |
Color Harmonies of #E0162F
Complementary color
Monochromatic Colors of #E0162F
Black with #E0162F
Text Example
Text Example
White with #E0162F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0162F; }
p { color: rgb(224,22,47); }
H1.HeaderClassName
{
color: #E0162F;
}
.AnyTagClassName
{
color: #E0162F;
}
</style>
background-color css
<style>
a { background-color: #E0162F; }
a { background-color: rgb(224,22,47); }
div.DivClassName
{
background-color: #E0162F;
}
.BgClassName
{
background-color: #E0162F;
}
</style>
border-color css
<style>
span { border-color: #E0162F; }
span { border-color: rgb(224,22,47); }
td.TdClassName
{
border-color: #E0162F;
}
.TagClassName
{
border-color: #E0162F;
}
</style>