Shades of Crimson #E70C27
Tints of Crimson #E70C27
RGB
CMYK
RGB Variations
Color information
#E70C27 (or 0xE70C27) is known color: Crimson. HEX triplet: E7, 0C and 27. RGB value is (231,12,39). Sum of RGB (Red+Green+Blue) = 231+12+39=282 (37% of max value = 765). Red value is 231 (90.62% from 255 or 81.91% from 282); Green value is 12 (5.08% from 255 or 4.26% from 282); Blue value is 39 (15.62% from 255 or 13.83% from 282); Max value from RGB is 231 - color contains mainly: red. Hex color #E70C27 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70C27 is #18F3D8. Grayscale: #505050. Windows color (decimal): -1635289 or 2559207. OLE color: 2559207.
HSL color Cylindrical-coordinate representation of color #E70C27: hue angle of 352.6º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E70C27 is Cyan = 0, Magento = 0.95, Yellow = 0.83 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 12 | 39 | - |
| CMYK | 0 | 0.95 | 0.83 | 0.09 |
| HSL | 352.6º | 0.9% | 0.48% | - |
| HSV(B) | 352.6º | 0.95% | 0.91% | - |
| XYZ | 33.45 | 17.4 | 3.51 | - |
| YUV | 80.56 | 104.55 | 235.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 12 | 39 | 0 | 0.95 | 0.83 | 0.09 | 352.6 | 0.9 | 0.48 |
| Hex | E7 | C | 27 | 0 | 5F | 53 | 9 | 161 | 5A | 30 |
| Octal | 347 | 14 | 47 | 0 | 137 | 123 | 11 | 541 | 132 | 60 |
| Binary | 11100111 | 1100 | 100111 | 0 | 1011111 | 1010011 | 1001 | 101100001 | 1011010 | 110000 |
Color Harmonies of #E70C27
Complementary color
Monochromatic Colors of #E70C27
Black with #E70C27
Text Example
Text Example
White with #E70C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70C27; }
p { color: rgb(231,12,39); }
H1.HeaderClassName
{
color: #E70C27;
}
.AnyTagClassName
{
color: #E70C27;
}
</style>
background-color css
<style>
a { background-color: #E70C27; }
a { background-color: rgb(231,12,39); }
div.DivClassName
{
background-color: #E70C27;
}
.BgClassName
{
background-color: #E70C27;
}
</style>
border-color css
<style>
span { border-color: #E70C27; }
span { border-color: rgb(231,12,39); }
td.TdClassName
{
border-color: #E70C27;
}
.TagClassName
{
border-color: #E70C27;
}
</style>