Shades of Crimson #E70339
Tints of Crimson #E70339
RGB
CMYK
RGB Variations
Color information
#E70339 (or 0xE70339) is known color: Crimson. HEX triplet: E7, 03 and 39. RGB value is (231,3,57). Sum of RGB (Red+Green+Blue) = 231+3+57=291 (38% of max value = 765). Red value is 231 (90.62% from 255 or 79.38% from 291); Green value is 3 (1.56% from 255 or 1.03% from 291); Blue value is 57 (22.66% from 255 or 19.59% from 291); Max value from RGB is 231 - color contains mainly: red. Hex color #E70339 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70339 is #18FCC6. Grayscale: #4D4D4D. Windows color (decimal): -1637575 or 3736551. OLE color: 3736551.
HSL color Cylindrical-coordinate representation of color #E70339: hue angle of 345.79º 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 #E70339 is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 3 | 57 | - |
| CMYK | 0 | 0.99 | 0.75 | 0.09 |
| HSL | 345.79º | 0.97% | 0.46% | - |
| HSV(B) | 345.79º | 0.99% | 0.91% | - |
| XYZ | 33.73 | 17.35 | 5.44 | - |
| YUV | 77.33 | 116.54 | 237.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 3 | 57 | 0 | 0.99 | 0.75 | 0.09 | 345.79 | 0.97 | 0.46 |
| Hex | E7 | 3 | 39 | 0 | 63 | 4B | 9 | 15A | 61 | 2E |
| Octal | 347 | 3 | 71 | 0 | 143 | 113 | 11 | 532 | 141 | 56 |
| Binary | 11100111 | 11 | 111001 | 0 | 1100011 | 1001011 | 1001 | 101011010 | 1100001 | 101110 |
Color Harmonies of #E70339
Complementary color
Monochromatic Colors of #E70339
Black with #E70339
Text Example
Text Example
White with #E70339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70339; }
p { color: rgb(231,3,57); }
H1.HeaderClassName
{
color: #E70339;
}
.AnyTagClassName
{
color: #E70339;
}
</style>
background-color css
<style>
a { background-color: #E70339; }
a { background-color: rgb(231,3,57); }
div.DivClassName
{
background-color: #E70339;
}
.BgClassName
{
background-color: #E70339;
}
</style>
border-color css
<style>
span { border-color: #E70339; }
span { border-color: rgb(231,3,57); }
td.TdClassName
{
border-color: #E70339;
}
.TagClassName
{
border-color: #E70339;
}
</style>