Shades of Crimson #E70C45
Tints of Crimson #E70C45
RGB
CMYK
RGB Variations
Color information
#E70C45 (or 0xE70C45) is known color: Crimson. HEX triplet: E7, 0C and 45. RGB value is (231,12,69). Sum of RGB (Red+Green+Blue) = 231+12+69=312 (41% of max value = 765). Red value is 231 (90.62% from 255 or 74.04% from 312); Green value is 12 (5.08% from 255 or 3.85% from 312); Blue value is 69 (27.34% from 255 or 22.12% from 312); Max value from RGB is 231 - color contains mainly: red. Hex color #E70C45 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70C45 is #18F3BA. Grayscale: #535353. Windows color (decimal): -1635259 or 4525287. OLE color: 4525287.
HSL color Cylindrical-coordinate representation of color #E70C45: hue angle of 344.38º 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 #E70C45 is Cyan = 0, Magento = 0.95, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 12 | 69 | - |
| CMYK | 0 | 0.95 | 0.70 | 0.09 |
| HSL | 344.38º | 0.9% | 0.48% | - |
| HSV(B) | 344.38º | 0.95% | 0.91% | - |
| XYZ | 34.16 | 17.68 | 7.24 | - |
| YUV | 83.98 | 119.55 | 232.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 12 | 69 | 0 | 0.95 | 0.70 | 0.09 | 344.38 | 0.9 | 0.48 |
| Hex | E7 | C | 45 | 0 | 5F | 46 | 9 | 158 | 5A | 30 |
| Octal | 347 | 14 | 105 | 0 | 137 | 106 | 11 | 530 | 132 | 60 |
| Binary | 11100111 | 1100 | 1000101 | 0 | 1011111 | 1000110 | 1001 | 101011000 | 1011010 | 110000 |
Color Harmonies of #E70C45
Complementary color
Monochromatic Colors of #E70C45
Black with #E70C45
Text Example
Text Example
White with #E70C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70C45; }
p { color: rgb(231,12,69); }
H1.HeaderClassName
{
color: #E70C45;
}
.AnyTagClassName
{
color: #E70C45;
}
</style>
background-color css
<style>
a { background-color: #E70C45; }
a { background-color: rgb(231,12,69); }
div.DivClassName
{
background-color: #E70C45;
}
.BgClassName
{
background-color: #E70C45;
}
</style>
border-color css
<style>
span { border-color: #E70C45; }
span { border-color: rgb(231,12,69); }
td.TdClassName
{
border-color: #E70C45;
}
.TagClassName
{
border-color: #E70C45;
}
</style>