Shades of Crimson #E0032E
Tints of Crimson #E0032E
RGB
CMYK
RGB Variations
Color information
#E0032E (or 0xE0032E) is known color: Crimson. HEX triplet: E0, 03 and 2E. RGB value is (224,3,46). Sum of RGB (Red+Green+Blue) = 224+3+46=273 (36% of max value = 765). Red value is 224 (87.89% from 255 or 82.05% from 273); Green value is 3 (1.56% from 255 or 1.10% from 273); Blue value is 46 (18.36% from 255 or 16.85% from 273); Max value from RGB is 224 - color contains mainly: red. Hex color #E0032E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0032E is #1FFCD1. Grayscale: #4A4A4A. Windows color (decimal): -2096338 or 3015648. OLE color: 3015648.
HSL color Cylindrical-coordinate representation of color #E0032E: hue angle of 348.33º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E0032E is Cyan = 0, Magento = 0.99, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 3 | 46 | - |
| CMYK | 0 | 0.99 | 0.79 | 0.12 |
| HSL | 348.33º | 0.97% | 0.45% | - |
| HSV(B) | 348.33º | 0.99% | 0.88% | - |
| XYZ | 31.27 | 16.11 | 4.05 | - |
| YUV | 73.98 | 112.22 | 235 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 3 | 46 | 0 | 0.99 | 0.79 | 0.12 | 348.33 | 0.97 | 0.45 |
| Hex | E0 | 3 | 2E | 0 | 63 | 4F | C | 15C | 61 | 2D |
| Octal | 340 | 3 | 56 | 0 | 143 | 117 | 14 | 534 | 141 | 55 |
| Binary | 11100000 | 11 | 101110 | 0 | 1100011 | 1001111 | 1100 | 101011100 | 1100001 | 101101 |
Color Harmonies of #E0032E
Complementary color
Monochromatic Colors of #E0032E
Black with #E0032E
Text Example
Text Example
White with #E0032E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0032E; }
p { color: rgb(224,3,46); }
H1.HeaderClassName
{
color: #E0032E;
}
.AnyTagClassName
{
color: #E0032E;
}
</style>
background-color css
<style>
a { background-color: #E0032E; }
a { background-color: rgb(224,3,46); }
div.DivClassName
{
background-color: #E0032E;
}
.BgClassName
{
background-color: #E0032E;
}
</style>
border-color css
<style>
span { border-color: #E0032E; }
span { border-color: rgb(224,3,46); }
td.TdClassName
{
border-color: #E0032E;
}
.TagClassName
{
border-color: #E0032E;
}
</style>