Shades of Crimson #E00A2F
Tints of Crimson #E00A2F
RGB
CMYK
RGB Variations
Color information
#E00A2F (or 0xE00A2F) is known color: Crimson. HEX triplet: E0, 0A and 2F. RGB value is (224,10,47). Sum of RGB (Red+Green+Blue) = 224+10+47=281 (37% of max value = 765). Red value is 224 (87.89% from 255 or 79.72% from 281); Green value is 10 (4.30% from 255 or 3.56% from 281); Blue value is 47 (18.75% from 255 or 16.73% from 281); Max value from RGB is 224 - color contains mainly: red. Hex color #E00A2F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00A2F is #1FF5D0. Grayscale: #4E4E4E. Windows color (decimal): -2094545 or 3082976. OLE color: 3082976.
HSL color Cylindrical-coordinate representation of color #E00A2F: hue angle of 349.63º 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 #E00A2F is Cyan = 0, Magento = 0.96, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 10 | 47 | - |
| CMYK | 0 | 0.96 | 0.79 | 0.12 |
| HSL | 349.63º | 0.91% | 0.46% | - |
| HSV(B) | 349.63º | 0.96% | 0.88% | - |
| XYZ | 31.36 | 16.27 | 4.18 | - |
| YUV | 78.2 | 110.4 | 231.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 10 | 47 | 0 | 0.96 | 0.79 | 0.12 | 349.63 | 0.91 | 0.46 |
| Hex | E0 | A | 2F | 0 | 60 | 4F | C | 15E | 5B | 2E |
| Octal | 340 | 12 | 57 | 0 | 140 | 117 | 14 | 536 | 133 | 56 |
| Binary | 11100000 | 1010 | 101111 | 0 | 1100000 | 1001111 | 1100 | 101011110 | 1011011 | 101110 |
Color Harmonies of #E00A2F
Complementary color
Monochromatic Colors of #E00A2F
Black with #E00A2F
Text Example
Text Example
White with #E00A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00A2F; }
p { color: rgb(224,10,47); }
H1.HeaderClassName
{
color: #E00A2F;
}
.AnyTagClassName
{
color: #E00A2F;
}
</style>
background-color css
<style>
a { background-color: #E00A2F; }
a { background-color: rgb(224,10,47); }
div.DivClassName
{
background-color: #E00A2F;
}
.BgClassName
{
background-color: #E00A2F;
}
</style>
border-color css
<style>
span { border-color: #E00A2F; }
span { border-color: rgb(224,10,47); }
td.TdClassName
{
border-color: #E00A2F;
}
.TagClassName
{
border-color: #E00A2F;
}
</style>