Shades of Crimson #E00A31
Tints of Crimson #E00A31
RGB
CMYK
RGB Variations
Color information
#E00A31 (or 0xE00A31) is known color: Crimson. HEX triplet: E0, 0A and 31. RGB value is (224,10,49). Sum of RGB (Red+Green+Blue) = 224+10+49=283 (37% of max value = 765). Red value is 224 (87.89% from 255 or 79.15% from 283); Green value is 10 (4.30% from 255 or 3.53% from 283); Blue value is 49 (19.53% from 255 or 17.31% from 283); Max value from RGB is 224 - color contains mainly: red. Hex color #E00A31 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00A31 is #1FF5CE. Grayscale: #4E4E4E. Windows color (decimal): -2094543 or 3214048. OLE color: 3214048.
HSL color Cylindrical-coordinate representation of color #E00A31: hue angle of 349.07º 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 #E00A31 is Cyan = 0, Magento = 0.96, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 10 | 49 | - |
| CMYK | 0 | 0.96 | 0.78 | 0.12 |
| HSL | 349.07º | 0.91% | 0.46% | - |
| HSV(B) | 349.07º | 0.96% | 0.88% | - |
| XYZ | 31.4 | 16.29 | 4.39 | - |
| YUV | 78.43 | 111.4 | 231.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 10 | 49 | 0 | 0.96 | 0.78 | 0.12 | 349.07 | 0.91 | 0.46 |
| Hex | E0 | A | 31 | 0 | 60 | 4E | C | 15D | 5B | 2E |
| Octal | 340 | 12 | 61 | 0 | 140 | 116 | 14 | 535 | 133 | 56 |
| Binary | 11100000 | 1010 | 110001 | 0 | 1100000 | 1001110 | 1100 | 101011101 | 1011011 | 101110 |
Color Harmonies of #E00A31
Complementary color
Monochromatic Colors of #E00A31
Black with #E00A31
Text Example
Text Example
White with #E00A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00A31; }
p { color: rgb(224,10,49); }
H1.HeaderClassName
{
color: #E00A31;
}
.AnyTagClassName
{
color: #E00A31;
}
</style>
background-color css
<style>
a { background-color: #E00A31; }
a { background-color: rgb(224,10,49); }
div.DivClassName
{
background-color: #E00A31;
}
.BgClassName
{
background-color: #E00A31;
}
</style>
border-color css
<style>
span { border-color: #E00A31; }
span { border-color: rgb(224,10,49); }
td.TdClassName
{
border-color: #E00A31;
}
.TagClassName
{
border-color: #E00A31;
}
</style>