Shades of Crimson #E00A2D
Tints of Crimson #E00A2D
RGB
CMYK
RGB Variations
Color information
#E00A2D (or 0xE00A2D) is known color: Crimson. HEX triplet: E0, 0A and 2D. RGB value is (224,10,45). Sum of RGB (Red+Green+Blue) = 224+10+45=279 (36% of max value = 765). Red value is 224 (87.89% from 255 or 80.29% from 279); Green value is 10 (4.30% from 255 or 3.58% from 279); Blue value is 45 (17.97% from 255 or 16.13% from 279); Max value from RGB is 224 - color contains mainly: red. Hex color #E00A2D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00A2D is #1FF5D2. Grayscale: #4E4E4E. Windows color (decimal): -2094547 or 2951904. OLE color: 2951904.
HSL color Cylindrical-coordinate representation of color #E00A2D: hue angle of 350.19º 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 #E00A2D is Cyan = 0, Magento = 0.96, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 10 | 45 | - |
| CMYK | 0 | 0.96 | 0.80 | 0.12 |
| HSL | 350.19º | 0.91% | 0.46% | - |
| HSV(B) | 350.19º | 0.96% | 0.88% | - |
| XYZ | 31.32 | 16.25 | 3.97 | - |
| YUV | 77.98 | 109.4 | 232.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 10 | 45 | 0 | 0.96 | 0.80 | 0.12 | 350.19 | 0.91 | 0.46 |
| Hex | E0 | A | 2D | 0 | 60 | 50 | C | 15E | 5B | 2E |
| Octal | 340 | 12 | 55 | 0 | 140 | 120 | 14 | 536 | 133 | 56 |
| Binary | 11100000 | 1010 | 101101 | 0 | 1100000 | 1010000 | 1100 | 101011110 | 1011011 | 101110 |
Color Harmonies of #E00A2D
Complementary color
Monochromatic Colors of #E00A2D
Black with #E00A2D
Text Example
Text Example
White with #E00A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00A2D; }
p { color: rgb(224,10,45); }
H1.HeaderClassName
{
color: #E00A2D;
}
.AnyTagClassName
{
color: #E00A2D;
}
</style>
background-color css
<style>
a { background-color: #E00A2D; }
a { background-color: rgb(224,10,45); }
div.DivClassName
{
background-color: #E00A2D;
}
.BgClassName
{
background-color: #E00A2D;
}
</style>
border-color css
<style>
span { border-color: #E00A2D; }
span { border-color: rgb(224,10,45); }
td.TdClassName
{
border-color: #E00A2D;
}
.TagClassName
{
border-color: #E00A2D;
}
</style>