Shades of Crimson #E7033B
Tints of Crimson #E7033B
RGB
CMYK
RGB Variations
Color information
#E7033B (or 0xE7033B) is known color: Crimson. HEX triplet: E7, 03 and 3B. RGB value is (231,3,59). Sum of RGB (Red+Green+Blue) = 231+3+59=293 (38% of max value = 765). Red value is 231 (90.62% from 255 or 78.84% from 293); Green value is 3 (1.56% from 255 or 1.02% from 293); Blue value is 59 (23.44% from 255 or 20.14% from 293); Max value from RGB is 231 - color contains mainly: red. Hex color #E7033B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E7033B is #18FCC4. Grayscale: #4D4D4D. Windows color (decimal): -1637573 or 3867623. OLE color: 3867623.
HSL color Cylindrical-coordinate representation of color #E7033B: hue angle of 345.26º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E7033B is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 3 | 59 | - |
| CMYK | 0 | 0.99 | 0.74 | 0.09 |
| HSL | 345.26º | 0.97% | 0.46% | - |
| HSV(B) | 345.26º | 0.99% | 0.91% | - |
| XYZ | 33.78 | 17.37 | 5.71 | - |
| YUV | 77.56 | 117.54 | 237.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 3 | 59 | 0 | 0.99 | 0.74 | 0.09 | 345.26 | 0.97 | 0.46 |
| Hex | E7 | 3 | 3B | 0 | 63 | 4A | 9 | 159 | 61 | 2E |
| Octal | 347 | 3 | 73 | 0 | 143 | 112 | 11 | 531 | 141 | 56 |
| Binary | 11100111 | 11 | 111011 | 0 | 1100011 | 1001010 | 1001 | 101011001 | 1100001 | 101110 |
Color Harmonies of #E7033B
Complementary color
Monochromatic Colors of #E7033B
Black with #E7033B
Text Example
Text Example
White with #E7033B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7033B; }
p { color: rgb(231,3,59); }
H1.HeaderClassName
{
color: #E7033B;
}
.AnyTagClassName
{
color: #E7033B;
}
</style>
background-color css
<style>
a { background-color: #E7033B; }
a { background-color: rgb(231,3,59); }
div.DivClassName
{
background-color: #E7033B;
}
.BgClassName
{
background-color: #E7033B;
}
</style>
border-color css
<style>
span { border-color: #E7033B; }
span { border-color: rgb(231,3,59); }
td.TdClassName
{
border-color: #E7033B;
}
.TagClassName
{
border-color: #E7033B;
}
</style>