Shades of Crimson #E00A34
Tints of Crimson #E00A34
RGB
CMYK
RGB Variations
Color information
#E00A34 (or 0xE00A34) is known color: Crimson. HEX triplet: E0, 0A and 34. RGB value is (224,10,52). Sum of RGB (Red+Green+Blue) = 224+10+52=286 (37% of max value = 765). Red value is 224 (87.89% from 255 or 78.32% from 286); Green value is 10 (4.30% from 255 or 3.50% from 286); Blue value is 52 (20.70% from 255 or 18.18% from 286); Max value from RGB is 224 - color contains mainly: red. Hex color #E00A34 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00A34 is #1FF5CB. Grayscale: #4E4E4E. Windows color (decimal): -2094540 or 3410656. OLE color: 3410656.
HSL color Cylindrical-coordinate representation of color #E00A34: hue angle of 348.22º 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 #E00A34 is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 10 | 52 | - |
| CMYK | 0 | 0.96 | 0.77 | 0.12 |
| HSL | 348.22º | 0.91% | 0.46% | - |
| HSV(B) | 348.22º | 0.96% | 0.88% | - |
| XYZ | 31.47 | 16.31 | 4.74 | - |
| YUV | 78.77 | 112.9 | 231.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 10 | 52 | 0 | 0.96 | 0.77 | 0.12 | 348.22 | 0.91 | 0.46 |
| Hex | E0 | A | 34 | 0 | 60 | 4D | C | 15C | 5B | 2E |
| Octal | 340 | 12 | 64 | 0 | 140 | 115 | 14 | 534 | 133 | 56 |
| Binary | 11100000 | 1010 | 110100 | 0 | 1100000 | 1001101 | 1100 | 101011100 | 1011011 | 101110 |
Color Harmonies of #E00A34
Complementary color
Monochromatic Colors of #E00A34
Black with #E00A34
Text Example
Text Example
White with #E00A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00A34; }
p { color: rgb(224,10,52); }
H1.HeaderClassName
{
color: #E00A34;
}
.AnyTagClassName
{
color: #E00A34;
}
</style>
background-color css
<style>
a { background-color: #E00A34; }
a { background-color: rgb(224,10,52); }
div.DivClassName
{
background-color: #E00A34;
}
.BgClassName
{
background-color: #E00A34;
}
</style>
border-color css
<style>
span { border-color: #E00A34; }
span { border-color: rgb(224,10,52); }
td.TdClassName
{
border-color: #E00A34;
}
.TagClassName
{
border-color: #E00A34;
}
</style>