Shades of Crimson #E5052D
Tints of Crimson #E5052D
RGB
CMYK
RGB Variations
Color information
#E5052D (or 0xE5052D) is known color: Crimson. HEX triplet: E5, 05 and 2D. RGB value is (229,5,45). Sum of RGB (Red+Green+Blue) = 229+5+45=279 (36% of max value = 765). Red value is 229 (89.84% from 255 or 82.08% from 279); Green value is 5 (2.34% from 255 or 1.79% from 279); Blue value is 45 (17.97% from 255 or 16.13% from 279); Max value from RGB is 229 - color contains mainly: red. Hex color #E5052D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5052D is #1AFAD2. Grayscale: #4C4C4C. Windows color (decimal): -1768147 or 2950629. OLE color: 2950629.
HSL color Cylindrical-coordinate representation of color #E5052D: hue angle of 349.29º 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 #E5052D is Cyan = 0, Magento = 0.98, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 5 | 45 | - |
| CMYK | 0 | 0.98 | 0.80 | 0.10 |
| HSL | 349.29º | 0.96% | 0.46% | - |
| HSV(B) | 349.29º | 0.98% | 0.9% | - |
| XYZ | 32.84 | 16.96 | 4.02 | - |
| YUV | 76.54 | 110.21 | 236.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 5 | 45 | 0 | 0.98 | 0.80 | 0.10 | 349.29 | 0.96 | 0.46 |
| Hex | E5 | 5 | 2D | 0 | 62 | 50 | A | 15D | 60 | 2E |
| Octal | 345 | 5 | 55 | 0 | 142 | 120 | 12 | 535 | 140 | 56 |
| Binary | 11100101 | 101 | 101101 | 0 | 1100010 | 1010000 | 1010 | 101011101 | 1100000 | 101110 |
Color Harmonies of #E5052D
Complementary color
Monochromatic Colors of #E5052D
Black with #E5052D
Text Example
Text Example
White with #E5052D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5052D; }
p { color: rgb(229,5,45); }
H1.HeaderClassName
{
color: #E5052D;
}
.AnyTagClassName
{
color: #E5052D;
}
</style>
background-color css
<style>
a { background-color: #E5052D; }
a { background-color: rgb(229,5,45); }
div.DivClassName
{
background-color: #E5052D;
}
.BgClassName
{
background-color: #E5052D;
}
</style>
border-color css
<style>
span { border-color: #E5052D; }
span { border-color: rgb(229,5,45); }
td.TdClassName
{
border-color: #E5052D;
}
.TagClassName
{
border-color: #E5052D;
}
</style>