Shades of Crimson #E70C43
Tints of Crimson #E70C43
RGB
CMYK
RGB Variations
Color information
#E70C43 (or 0xE70C43) is known color: Crimson. HEX triplet: E7, 0C and 43. RGB value is (231,12,67). Sum of RGB (Red+Green+Blue) = 231+12+67=310 (41% of max value = 765). Red value is 231 (90.62% from 255 or 74.52% from 310); Green value is 12 (5.08% from 255 or 3.87% from 310); Blue value is 67 (26.56% from 255 or 21.61% from 310); Max value from RGB is 231 - color contains mainly: red. Hex color #E70C43 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70C43 is #18F3BC. Grayscale: #535353. Windows color (decimal): -1635261 or 4394215. OLE color: 4394215.
HSL color Cylindrical-coordinate representation of color #E70C43: hue angle of 344.93º 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 #E70C43 is Cyan = 0, Magento = 0.95, Yellow = 0.71 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 12 | 67 | - |
| CMYK | 0 | 0.95 | 0.71 | 0.09 |
| HSL | 344.93º | 0.9% | 0.48% | - |
| HSV(B) | 344.93º | 0.95% | 0.91% | - |
| XYZ | 34.1 | 17.66 | 6.92 | - |
| YUV | 83.75 | 118.55 | 233.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 12 | 67 | 0 | 0.95 | 0.71 | 0.09 | 344.93 | 0.9 | 0.48 |
| Hex | E7 | C | 43 | 0 | 5F | 47 | 9 | 159 | 5A | 30 |
| Octal | 347 | 14 | 103 | 0 | 137 | 107 | 11 | 531 | 132 | 60 |
| Binary | 11100111 | 1100 | 1000011 | 0 | 1011111 | 1000111 | 1001 | 101011001 | 1011010 | 110000 |
Color Harmonies of #E70C43
Complementary color
Monochromatic Colors of #E70C43
Black with #E70C43
Text Example
Text Example
White with #E70C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70C43; }
p { color: rgb(231,12,67); }
H1.HeaderClassName
{
color: #E70C43;
}
.AnyTagClassName
{
color: #E70C43;
}
</style>
background-color css
<style>
a { background-color: #E70C43; }
a { background-color: rgb(231,12,67); }
div.DivClassName
{
background-color: #E70C43;
}
.BgClassName
{
background-color: #E70C43;
}
</style>
border-color css
<style>
span { border-color: #E70C43; }
span { border-color: rgb(231,12,67); }
td.TdClassName
{
border-color: #E70C43;
}
.TagClassName
{
border-color: #E70C43;
}
</style>