Shades of Crimson #E00032
Tints of Crimson #E00032
RGB
CMYK
RGB Variations
Color information
#E00032 (or 0xE00032) is known color: Crimson. HEX triplet: E0, 00 and 32. RGB value is (224,0,50). Sum of RGB (Red+Green+Blue) = 224+0+50=274 (36% of max value = 765). Red value is 224 (87.89% from 255 or 81.75% from 274); Green value is 0 (0.39% from 255 or 0% from 274); Blue value is 50 (19.92% from 255 or 18.25% from 274); Max value from RGB is 224 - color contains mainly: red. Hex color #E00032 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00032 is #1FFFCD. Grayscale: #484848. Windows color (decimal): -2097102 or 3277024. OLE color: 3277024.
HSL color Cylindrical-coordinate representation of color #E00032: hue angle of 346.61º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E00032 is Cyan = 0, Magento = 1, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 0 | 50 | - |
| CMYK | 0 | 1 | 0.78 | 0.12 |
| HSL | 346.61º | 1% | 0.44% | - |
| HSV(B) | 346.61º | 1% | 0.88% | - |
| XYZ | 31.32 | 16.08 | 4.47 | - |
| YUV | 72.68 | 115.21 | 235.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 0 | 50 | 0 | 1 | 0.78 | 0.12 | 346.61 | 1 | 0.44 |
| Hex | E0 | 0 | 32 | 0 | 64 | 4E | C | 15B | 64 | 2C |
| Octal | 340 | 0 | 62 | 0 | 144 | 116 | 14 | 533 | 144 | 54 |
| Binary | 11100000 | 0 | 110010 | 0 | 1100100 | 1001110 | 1100 | 101011011 | 1100100 | 101100 |
Color Harmonies of #E00032
Complementary color
Monochromatic Colors of #E00032
Black with #E00032
Text Example
Text Example
White with #E00032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00032; }
p { color: rgb(224,0,50); }
H1.HeaderClassName
{
color: #E00032;
}
.AnyTagClassName
{
color: #E00032;
}
</style>
background-color css
<style>
a { background-color: #E00032; }
a { background-color: rgb(224,0,50); }
div.DivClassName
{
background-color: #E00032;
}
.BgClassName
{
background-color: #E00032;
}
</style>
border-color css
<style>
span { border-color: #E00032; }
span { border-color: rgb(224,0,50); }
td.TdClassName
{
border-color: #E00032;
}
.TagClassName
{
border-color: #E00032;
}
</style>