Shades of Crimson #E00B34
Tints of Crimson #E00B34
RGB
CMYK
RGB Variations
Color information
#E00B34 (or 0xE00B34) is known color: Crimson. HEX triplet: E0, 0B and 34. RGB value is (224,11,52). Sum of RGB (Red+Green+Blue) = 224+11+52=287 (38% of max value = 765). Red value is 224 (87.89% from 255 or 78.05% from 287); Green value is 11 (4.69% from 255 or 3.83% from 287); Blue value is 52 (20.70% from 255 or 18.12% from 287); Max value from RGB is 224 - color contains mainly: red. Hex color #E00B34 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00B34 is #1FF4CB. Grayscale: #4F4F4F. Windows color (decimal): -2094284 or 3410912. OLE color: 3410912.
HSL color Cylindrical-coordinate representation of color #E00B34: hue angle of 348.45º 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 #E00B34 is Cyan = 0, Magento = 0.95, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 11 | 52 | - |
| CMYK | 0 | 0.95 | 0.77 | 0.12 |
| HSL | 348.45º | 0.91% | 0.46% | - |
| HSV(B) | 348.45º | 0.95% | 0.88% | - |
| XYZ | 31.48 | 16.33 | 4.74 | - |
| YUV | 79.36 | 112.57 | 231.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 11 | 52 | 0 | 0.95 | 0.77 | 0.12 | 348.45 | 0.91 | 0.46 |
| Hex | E0 | B | 34 | 0 | 5F | 4D | C | 15C | 5B | 2E |
| Octal | 340 | 13 | 64 | 0 | 137 | 115 | 14 | 534 | 133 | 56 |
| Binary | 11100000 | 1011 | 110100 | 0 | 1011111 | 1001101 | 1100 | 101011100 | 1011011 | 101110 |
Color Harmonies of #E00B34
Complementary color
Monochromatic Colors of #E00B34
Black with #E00B34
Text Example
Text Example
White with #E00B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00B34; }
p { color: rgb(224,11,52); }
H1.HeaderClassName
{
color: #E00B34;
}
.AnyTagClassName
{
color: #E00B34;
}
</style>
background-color css
<style>
a { background-color: #E00B34; }
a { background-color: rgb(224,11,52); }
div.DivClassName
{
background-color: #E00B34;
}
.BgClassName
{
background-color: #E00B34;
}
</style>
border-color css
<style>
span { border-color: #E00B34; }
span { border-color: rgb(224,11,52); }
td.TdClassName
{
border-color: #E00B34;
}
.TagClassName
{
border-color: #E00B34;
}
</style>