Shades of Crimson #E00033
Tints of Crimson #E00033
RGB
CMYK
RGB Variations
Color information
#E00033 (or 0xE00033) is known color: Crimson. HEX triplet: E0, 00 and 33. RGB value is (224,0,51). Sum of RGB (Red+Green+Blue) = 224+0+51=275 (36% of max value = 765). Red value is 224 (87.89% from 255 or 81.45% from 275); Green value is 0 (0.39% from 255 or 0% from 275); Blue value is 51 (20.31% from 255 or 18.55% from 275); Max value from RGB is 224 - color contains mainly: red. Hex color #E00033 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00033 is #1FFFCC. Grayscale: #484848. Windows color (decimal): -2097101 or 3342560. OLE color: 3342560.
HSL color Cylindrical-coordinate representation of color #E00033: hue angle of 346.34º 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 #E00033 is Cyan = 0, Magento = 1, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 0 | 51 | - |
| CMYK | 0 | 1 | 0.77 | 0.12 |
| HSL | 346.34º | 1% | 0.44% | - |
| HSV(B) | 346.34º | 1% | 0.88% | - |
| XYZ | 31.34 | 16.09 | 4.59 | - |
| YUV | 72.79 | 115.71 | 235.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 0 | 51 | 0 | 1 | 0.77 | 0.12 | 346.34 | 1 | 0.44 |
| Hex | E0 | 0 | 33 | 0 | 64 | 4D | C | 15A | 64 | 2C |
| Octal | 340 | 0 | 63 | 0 | 144 | 115 | 14 | 532 | 144 | 54 |
| Binary | 11100000 | 0 | 110011 | 0 | 1100100 | 1001101 | 1100 | 101011010 | 1100100 | 101100 |
Color Harmonies of #E00033
Complementary color
Monochromatic Colors of #E00033
Black with #E00033
Text Example
Text Example
White with #E00033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00033; }
p { color: rgb(224,0,51); }
H1.HeaderClassName
{
color: #E00033;
}
.AnyTagClassName
{
color: #E00033;
}
</style>
background-color css
<style>
a { background-color: #E00033; }
a { background-color: rgb(224,0,51); }
div.DivClassName
{
background-color: #E00033;
}
.BgClassName
{
background-color: #E00033;
}
</style>
border-color css
<style>
span { border-color: #E00033; }
span { border-color: rgb(224,0,51); }
td.TdClassName
{
border-color: #E00033;
}
.TagClassName
{
border-color: #E00033;
}
</style>