Shades of Crimson #E00A36
Tints of Crimson #E00A36
RGB
CMYK
RGB Variations
Color information
#E00A36 (or 0xE00A36) is known color: Crimson. HEX triplet: E0, 0A and 36. RGB value is (224,10,54). Sum of RGB (Red+Green+Blue) = 224+10+54=288 (38% of max value = 765). Red value is 224 (87.89% from 255 or 77.78% from 288); Green value is 10 (4.30% from 255 or 3.47% from 288); Blue value is 54 (21.48% from 255 or 18.75% from 288); Max value from RGB is 224 - color contains mainly: red. Hex color #E00A36 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00A36 is #1FF5C9. Grayscale: #4F4F4F. Windows color (decimal): -2094538 or 3541728. OLE color: 3541728.
HSL color Cylindrical-coordinate representation of color #E00A36: hue angle of 347.66º 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 #E00A36 is Cyan = 0, Magento = 0.96, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 10 | 54 | - |
| CMYK | 0 | 0.96 | 0.76 | 0.12 |
| HSL | 347.66º | 0.91% | 0.46% | - |
| HSV(B) | 347.66º | 0.96% | 0.88% | - |
| XYZ | 31.51 | 16.33 | 4.98 | - |
| YUV | 79 | 113.9 | 231.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 10 | 54 | 0 | 0.96 | 0.76 | 0.12 | 347.66 | 0.91 | 0.46 |
| Hex | E0 | A | 36 | 0 | 60 | 4C | C | 15C | 5B | 2E |
| Octal | 340 | 12 | 66 | 0 | 140 | 114 | 14 | 534 | 133 | 56 |
| Binary | 11100000 | 1010 | 110110 | 0 | 1100000 | 1001100 | 1100 | 101011100 | 1011011 | 101110 |
Color Harmonies of #E00A36
Complementary color
Monochromatic Colors of #E00A36
Black with #E00A36
Text Example
Text Example
White with #E00A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00A36; }
p { color: rgb(224,10,54); }
H1.HeaderClassName
{
color: #E00A36;
}
.AnyTagClassName
{
color: #E00A36;
}
</style>
background-color css
<style>
a { background-color: #E00A36; }
a { background-color: rgb(224,10,54); }
div.DivClassName
{
background-color: #E00A36;
}
.BgClassName
{
background-color: #E00A36;
}
</style>
border-color css
<style>
span { border-color: #E00A36; }
span { border-color: rgb(224,10,54); }
td.TdClassName
{
border-color: #E00A36;
}
.TagClassName
{
border-color: #E00A36;
}
</style>