Shades of Crimson #E70A43
Tints of Crimson #E70A43
RGB
CMYK
RGB Variations
Color information
#E70A43 (or 0xE70A43) is known color: Crimson. HEX triplet: E7, 0A and 43. RGB value is (231,10,67). Sum of RGB (Red+Green+Blue) = 231+10+67=308 (40% of max value = 765). Red value is 231 (90.62% from 255 or 75% from 308); Green value is 10 (4.30% from 255 or 3.25% from 308); Blue value is 67 (26.56% from 255 or 21.75% from 308); Max value from RGB is 231 - color contains mainly: red. Hex color #E70A43 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70A43 is #18F5BC. Grayscale: #525252. Windows color (decimal): -1635773 or 4393703. OLE color: 4393703.
HSL color Cylindrical-coordinate representation of color #E70A43: hue angle of 344.52º degrees, saturation: 0.92, 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 #E70A43 is Cyan = 0, Magento = 0.96, Yellow = 0.71 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 10 | 67 | - |
| CMYK | 0 | 0.96 | 0.71 | 0.09 |
| HSL | 344.52º | 0.92% | 0.47% | - |
| HSV(B) | 344.52º | 0.96% | 0.91% | - |
| XYZ | 34.08 | 17.61 | 6.91 | - |
| YUV | 82.58 | 119.22 | 233.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 10 | 67 | 0 | 0.96 | 0.71 | 0.09 | 344.52 | 0.92 | 0.47 |
| Hex | E7 | A | 43 | 0 | 60 | 47 | 9 | 159 | 5C | 2F |
| Octal | 347 | 12 | 103 | 0 | 140 | 107 | 11 | 531 | 134 | 57 |
| Binary | 11100111 | 1010 | 1000011 | 0 | 1100000 | 1000111 | 1001 | 101011001 | 1011100 | 101111 |
Color Harmonies of #E70A43
Complementary color
Monochromatic Colors of #E70A43
Black with #E70A43
Text Example
Text Example
White with #E70A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70A43; }
p { color: rgb(231,10,67); }
H1.HeaderClassName
{
color: #E70A43;
}
.AnyTagClassName
{
color: #E70A43;
}
</style>
background-color css
<style>
a { background-color: #E70A43; }
a { background-color: rgb(231,10,67); }
div.DivClassName
{
background-color: #E70A43;
}
.BgClassName
{
background-color: #E70A43;
}
</style>
border-color css
<style>
span { border-color: #E70A43; }
span { border-color: rgb(231,10,67); }
td.TdClassName
{
border-color: #E70A43;
}
.TagClassName
{
border-color: #E70A43;
}
</style>