Shades of Crimson #E00B33
Tints of Crimson #E00B33
RGB
CMYK
RGB Variations
Color information
#E00B33 (or 0xE00B33) is known color: Crimson. HEX triplet: E0, 0B and 33. RGB value is (224,11,51). Sum of RGB (Red+Green+Blue) = 224+11+51=286 (37% of max value = 765). Red value is 224 (87.89% from 255 or 78.32% from 286); Green value is 11 (4.69% from 255 or 3.85% from 286); Blue value is 51 (20.31% from 255 or 17.83% from 286); Max value from RGB is 224 - color contains mainly: red. Hex color #E00B33 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00B33 is #1FF4CC. Grayscale: #4F4F4F. Windows color (decimal): -2094285 or 3345376. OLE color: 3345376.
HSL color Cylindrical-coordinate representation of color #E00B33: hue angle of 348.73º 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 #E00B33 is Cyan = 0, Magento = 0.95, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 11 | 51 | - |
| CMYK | 0 | 0.95 | 0.77 | 0.12 |
| HSL | 348.73º | 0.91% | 0.46% | - |
| HSV(B) | 348.73º | 0.95% | 0.88% | - |
| XYZ | 31.46 | 16.33 | 4.63 | - |
| YUV | 79.25 | 112.07 | 231.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 11 | 51 | 0 | 0.95 | 0.77 | 0.12 | 348.73 | 0.91 | 0.46 |
| Hex | E0 | B | 33 | 0 | 5F | 4D | C | 15D | 5B | 2E |
| Octal | 340 | 13 | 63 | 0 | 137 | 115 | 14 | 535 | 133 | 56 |
| Binary | 11100000 | 1011 | 110011 | 0 | 1011111 | 1001101 | 1100 | 101011101 | 1011011 | 101110 |
Color Harmonies of #E00B33
Complementary color
Monochromatic Colors of #E00B33
Black with #E00B33
Text Example
Text Example
White with #E00B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00B33; }
p { color: rgb(224,11,51); }
H1.HeaderClassName
{
color: #E00B33;
}
.AnyTagClassName
{
color: #E00B33;
}
</style>
background-color css
<style>
a { background-color: #E00B33; }
a { background-color: rgb(224,11,51); }
div.DivClassName
{
background-color: #E00B33;
}
.BgClassName
{
background-color: #E00B33;
}
</style>
border-color css
<style>
span { border-color: #E00B33; }
span { border-color: rgb(224,11,51); }
td.TdClassName
{
border-color: #E00B33;
}
.TagClassName
{
border-color: #E00B33;
}
</style>