Shades of Crimson #E00B32
Tints of Crimson #E00B32
RGB
CMYK
RGB Variations
Color information
#E00B32 (or 0xE00B32) is known color: Crimson. HEX triplet: E0, 0B and 32. RGB value is (224,11,50). Sum of RGB (Red+Green+Blue) = 224+11+50=285 (37% of max value = 765). Red value is 224 (87.89% from 255 or 78.60% from 285); Green value is 11 (4.69% from 255 or 3.86% from 285); Blue value is 50 (19.92% from 255 or 17.54% from 285); Max value from RGB is 224 - color contains mainly: red. Hex color #E00B32 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00B32 is #1FF4CD. Grayscale: #4F4F4F. Windows color (decimal): -2094286 or 3279840. OLE color: 3279840.
HSL color Cylindrical-coordinate representation of color #E00B32: hue angle of 349.01º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E00B32 is Cyan = 0, Magento = 0.95, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 11 | 50 | - |
| CMYK | 0 | 0.95 | 0.78 | 0.12 |
| HSL | 349.01º | 0.91% | 0.46% | - |
| HSV(B) | 349.01º | 0.95% | 0.88% | - |
| XYZ | 31.44 | 16.32 | 4.51 | - |
| YUV | 79.13 | 111.57 | 231.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 11 | 50 | 0 | 0.95 | 0.78 | 0.12 | 349.01 | 0.91 | 0.46 |
| Hex | E0 | B | 32 | 0 | 5F | 4E | C | 15D | 5B | 2E |
| Octal | 340 | 13 | 62 | 0 | 137 | 116 | 14 | 535 | 133 | 56 |
| Binary | 11100000 | 1011 | 110010 | 0 | 1011111 | 1001110 | 1100 | 101011101 | 1011011 | 101110 |
Color Harmonies of #E00B32
Complementary color
Monochromatic Colors of #E00B32
Black with #E00B32
Text Example
Text Example
White with #E00B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00B32; }
p { color: rgb(224,11,50); }
H1.HeaderClassName
{
color: #E00B32;
}
.AnyTagClassName
{
color: #E00B32;
}
</style>
background-color css
<style>
a { background-color: #E00B32; }
a { background-color: rgb(224,11,50); }
div.DivClassName
{
background-color: #E00B32;
}
.BgClassName
{
background-color: #E00B32;
}
</style>
border-color css
<style>
span { border-color: #E00B32; }
span { border-color: rgb(224,11,50); }
td.TdClassName
{
border-color: #E00B32;
}
.TagClassName
{
border-color: #E00B32;
}
</style>