Shades of Crimson #E70928
Tints of Crimson #E70928
RGB
CMYK
RGB Variations
Color information
#E70928 (or 0xE70928) is known color: Crimson. HEX triplet: E7, 09 and 28. RGB value is (231,9,40). Sum of RGB (Red+Green+Blue) = 231+9+40=280 (37% of max value = 765). Red value is 231 (90.62% from 255 or 82.5% from 280); Green value is 9 (3.91% from 255 or 3.21% from 280); Blue value is 40 (16.02% from 255 or 14.29% from 280); Max value from RGB is 231 - color contains mainly: red. Hex color #E70928 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70928 is #18F6D7. Grayscale: #4F4F4F. Windows color (decimal): -1636056 or 2623975. OLE color: 2623975.
HSL color Cylindrical-coordinate representation of color #E70928: hue angle of 351.62º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E70928 is Cyan = 0, Magento = 0.96, Yellow = 0.83 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 9 | 40 | - |
| CMYK | 0 | 0.96 | 0.83 | 0.09 |
| HSL | 351.62º | 0.93% | 0.47% | - |
| HSV(B) | 351.62º | 0.96% | 0.91% | - |
| XYZ | 33.44 | 17.34 | 3.59 | - |
| YUV | 78.91 | 106.05 | 236.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 9 | 40 | 0 | 0.96 | 0.83 | 0.09 | 351.62 | 0.93 | 0.47 |
| Hex | E7 | 9 | 28 | 0 | 60 | 53 | 9 | 160 | 5C | 2F |
| Octal | 347 | 11 | 50 | 0 | 140 | 123 | 11 | 540 | 134 | 57 |
| Binary | 11100111 | 1001 | 101000 | 0 | 1100000 | 1010011 | 1001 | 101100000 | 1011100 | 101111 |
Color Harmonies of #E70928
Complementary color
Monochromatic Colors of #E70928
Black with #E70928
Text Example
Text Example
White with #E70928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70928; }
p { color: rgb(231,9,40); }
H1.HeaderClassName
{
color: #E70928;
}
.AnyTagClassName
{
color: #E70928;
}
</style>
background-color css
<style>
a { background-color: #E70928; }
a { background-color: rgb(231,9,40); }
div.DivClassName
{
background-color: #E70928;
}
.BgClassName
{
background-color: #E70928;
}
</style>
border-color css
<style>
span { border-color: #E70928; }
span { border-color: rgb(231,9,40); }
td.TdClassName
{
border-color: #E70928;
}
.TagClassName
{
border-color: #E70928;
}
</style>