Shades of Crimson #E5052A
Tints of Crimson #E5052A
RGB
CMYK
RGB Variations
Color information
#E5052A (or 0xE5052A) is known color: Crimson. HEX triplet: E5, 05 and 2A. RGB value is (229,5,42). Sum of RGB (Red+Green+Blue) = 229+5+42=276 (36% of max value = 765). Red value is 229 (89.84% from 255 or 82.97% from 276); Green value is 5 (2.34% from 255 or 1.81% from 276); Blue value is 42 (16.80% from 255 or 15.22% from 276); Max value from RGB is 229 - color contains mainly: red. Hex color #E5052A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5052A is #1AFAD5. Grayscale: #4C4C4C. Windows color (decimal): -1768150 or 2754021. OLE color: 2754021.
HSL color Cylindrical-coordinate representation of color #E5052A: hue angle of 350.09º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E5052A is Cyan = 0, Magento = 0.98, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 5 | 42 | - |
| CMYK | 0 | 0.98 | 0.82 | 0.10 |
| HSL | 350.09º | 0.96% | 0.46% | - |
| HSV(B) | 350.09º | 0.98% | 0.9% | - |
| XYZ | 32.79 | 16.93 | 3.73 | - |
| YUV | 76.19 | 108.71 | 236.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 5 | 42 | 0 | 0.98 | 0.82 | 0.10 | 350.09 | 0.96 | 0.46 |
| Hex | E5 | 5 | 2A | 0 | 62 | 52 | A | 15E | 60 | 2E |
| Octal | 345 | 5 | 52 | 0 | 142 | 122 | 12 | 536 | 140 | 56 |
| Binary | 11100101 | 101 | 101010 | 0 | 1100010 | 1010010 | 1010 | 101011110 | 1100000 | 101110 |
Color Harmonies of #E5052A
Complementary color
Monochromatic Colors of #E5052A
Black with #E5052A
Text Example
Text Example
White with #E5052A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5052A; }
p { color: rgb(229,5,42); }
H1.HeaderClassName
{
color: #E5052A;
}
.AnyTagClassName
{
color: #E5052A;
}
</style>
background-color css
<style>
a { background-color: #E5052A; }
a { background-color: rgb(229,5,42); }
div.DivClassName
{
background-color: #E5052A;
}
.BgClassName
{
background-color: #E5052A;
}
</style>
border-color css
<style>
span { border-color: #E5052A; }
span { border-color: rgb(229,5,42); }
td.TdClassName
{
border-color: #E5052A;
}
.TagClassName
{
border-color: #E5052A;
}
</style>