Shades of Crimson #E50A2A
Tints of Crimson #E50A2A
RGB
CMYK
RGB Variations
Color information
#E50A2A (or 0xE50A2A) is known color: Crimson. HEX triplet: E5, 0A and 2A. RGB value is (229,10,42). Sum of RGB (Red+Green+Blue) = 229+10+42=281 (37% of max value = 765). Red value is 229 (89.84% from 255 or 81.49% from 281); Green value is 10 (4.30% from 255 or 3.56% from 281); Blue value is 42 (16.80% from 255 or 14.95% from 281); Max value from RGB is 229 - color contains mainly: red. Hex color #E50A2A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50A2A is #1AF5D5. Grayscale: #4F4F4F. Windows color (decimal): -1766870 or 2755301. OLE color: 2755301.
HSL color Cylindrical-coordinate representation of color #E50A2A: hue angle of 351.23º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E50A2A is Cyan = 0, Magento = 0.96, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 10 | 42 | - |
| CMYK | 0 | 0.96 | 0.82 | 0.10 |
| HSL | 351.23º | 0.92% | 0.47% | - |
| HSV(B) | 351.23º | 0.96% | 0.9% | - |
| XYZ | 32.84 | 17.04 | 3.75 | - |
| YUV | 79.13 | 107.05 | 234.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 10 | 42 | 0 | 0.96 | 0.82 | 0.10 | 351.23 | 0.92 | 0.47 |
| Hex | E5 | A | 2A | 0 | 60 | 52 | A | 15F | 5C | 2F |
| Octal | 345 | 12 | 52 | 0 | 140 | 122 | 12 | 537 | 134 | 57 |
| Binary | 11100101 | 1010 | 101010 | 0 | 1100000 | 1010010 | 1010 | 101011111 | 1011100 | 101111 |
Color Harmonies of #E50A2A
Complementary color
Monochromatic Colors of #E50A2A
Black with #E50A2A
Text Example
Text Example
White with #E50A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50A2A; }
p { color: rgb(229,10,42); }
H1.HeaderClassName
{
color: #E50A2A;
}
.AnyTagClassName
{
color: #E50A2A;
}
</style>
background-color css
<style>
a { background-color: #E50A2A; }
a { background-color: rgb(229,10,42); }
div.DivClassName
{
background-color: #E50A2A;
}
.BgClassName
{
background-color: #E50A2A;
}
</style>
border-color css
<style>
span { border-color: #E50A2A; }
span { border-color: rgb(229,10,42); }
td.TdClassName
{
border-color: #E50A2A;
}
.TagClassName
{
border-color: #E50A2A;
}
</style>