Shades of Crimson #E00A43
Tints of Crimson #E00A43
RGB
CMYK
RGB Variations
Color information
#E00A43 (or 0xE00A43) is known color: Crimson. HEX triplet: E0, 0A and 43. RGB value is (224,10,67). Sum of RGB (Red+Green+Blue) = 224+10+67=301 (39% of max value = 765). Red value is 224 (87.89% from 255 or 74.42% from 301); Green value is 10 (4.30% from 255 or 3.32% from 301); Blue value is 67 (26.56% from 255 or 22.26% from 301); Max value from RGB is 224 - color contains mainly: red. Hex color #E00A43 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00A43 is #1FF5BC. Grayscale: #505050. Windows color (decimal): -2094525 or 4393696. OLE color: 4393696.
HSL color Cylindrical-coordinate representation of color #E00A43: hue angle of 344.02º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E00A43 is Cyan = 0, Magento = 0.96, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 10 | 67 | - |
| CMYK | 0 | 0.96 | 0.70 | 0.12 |
| HSL | 344.02º | 0.91% | 0.46% | - |
| HSV(B) | 344.02º | 0.96% | 0.88% | - |
| XYZ | 31.86 | 16.47 | 6.81 | - |
| YUV | 80.48 | 120.4 | 230.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 10 | 67 | 0 | 0.96 | 0.70 | 0.12 | 344.02 | 0.91 | 0.46 |
| Hex | E0 | A | 43 | 0 | 60 | 46 | C | 158 | 5B | 2E |
| Octal | 340 | 12 | 103 | 0 | 140 | 106 | 14 | 530 | 133 | 56 |
| Binary | 11100000 | 1010 | 1000011 | 0 | 1100000 | 1000110 | 1100 | 101011000 | 1011011 | 101110 |
Color Harmonies of #E00A43
Complementary color
Monochromatic Colors of #E00A43
Black with #E00A43
Text Example
Text Example
White with #E00A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00A43; }
p { color: rgb(224,10,67); }
H1.HeaderClassName
{
color: #E00A43;
}
.AnyTagClassName
{
color: #E00A43;
}
</style>
background-color css
<style>
a { background-color: #E00A43; }
a { background-color: rgb(224,10,67); }
div.DivClassName
{
background-color: #E00A43;
}
.BgClassName
{
background-color: #E00A43;
}
</style>
border-color css
<style>
span { border-color: #E00A43; }
span { border-color: rgb(224,10,67); }
td.TdClassName
{
border-color: #E00A43;
}
.TagClassName
{
border-color: #E00A43;
}
</style>