Shades of Crimson #E70B33
Tints of Crimson #E70B33
RGB
CMYK
RGB Variations
Color information
#E70B33 (or 0xE70B33) is known color: Crimson. HEX triplet: E7, 0B and 33. RGB value is (231,11,51). Sum of RGB (Red+Green+Blue) = 231+11+51=293 (38% of max value = 765). Red value is 231 (90.62% from 255 or 78.84% from 293); Green value is 11 (4.69% from 255 or 3.75% from 293); Blue value is 51 (20.31% from 255 or 17.41% from 293); Max value from RGB is 231 - color contains mainly: red. Hex color #E70B33 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70B33 is #18F4CC. Grayscale: #515151. Windows color (decimal): -1635533 or 3345383. OLE color: 3345383.
HSL color Cylindrical-coordinate representation of color #E70B33: hue angle of 349.09º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E70B33 is Cyan = 0, Magento = 0.95, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 11 | 51 | - |
| CMYK | 0 | 0.95 | 0.78 | 0.09 |
| HSL | 349.09º | 0.91% | 0.47% | - |
| HSV(B) | 349.09º | 0.95% | 0.91% | - |
| XYZ | 33.67 | 17.47 | 4.73 | - |
| YUV | 81.34 | 110.89 | 234.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 11 | 51 | 0 | 0.95 | 0.78 | 0.09 | 349.09 | 0.91 | 0.47 |
| Hex | E7 | B | 33 | 0 | 5F | 4E | 9 | 15D | 5B | 2F |
| Octal | 347 | 13 | 63 | 0 | 137 | 116 | 11 | 535 | 133 | 57 |
| Binary | 11100111 | 1011 | 110011 | 0 | 1011111 | 1001110 | 1001 | 101011101 | 1011011 | 101111 |
Color Harmonies of #E70B33
Complementary color
Monochromatic Colors of #E70B33
Black with #E70B33
Text Example
Text Example
White with #E70B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70B33; }
p { color: rgb(231,11,51); }
H1.HeaderClassName
{
color: #E70B33;
}
.AnyTagClassName
{
color: #E70B33;
}
</style>
background-color css
<style>
a { background-color: #E70B33; }
a { background-color: rgb(231,11,51); }
div.DivClassName
{
background-color: #E70B33;
}
.BgClassName
{
background-color: #E70B33;
}
</style>
border-color css
<style>
span { border-color: #E70B33; }
span { border-color: rgb(231,11,51); }
td.TdClassName
{
border-color: #E70B33;
}
.TagClassName
{
border-color: #E70B33;
}
</style>