Shades of Crimson #E0052D
Tints of Crimson #E0052D
RGB
CMYK
RGB Variations
Color information
#E0052D (or 0xE0052D) is known color: Crimson. HEX triplet: E0, 05 and 2D. RGB value is (224,5,45). Sum of RGB (Red+Green+Blue) = 224+5+45=274 (36% of max value = 765). Red value is 224 (87.89% from 255 or 81.75% from 274); Green value is 5 (2.34% from 255 or 1.82% from 274); Blue value is 45 (17.97% from 255 or 16.42% from 274); Max value from RGB is 224 - color contains mainly: red. Hex color #E0052D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0052D is #1FFAD2. Grayscale: #4B4B4B. Windows color (decimal): -2095827 or 2950624. OLE color: 2950624.
HSL color Cylindrical-coordinate representation of color #E0052D: hue angle of 349.04º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E0052D is Cyan = 0, Magento = 0.98, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 5 | 45 | - |
| CMYK | 0 | 0.98 | 0.80 | 0.12 |
| HSL | 349.04º | 0.96% | 0.45% | - |
| HSV(B) | 349.04º | 0.98% | 0.88% | - |
| XYZ | 31.27 | 16.15 | 3.95 | - |
| YUV | 75.04 | 111.05 | 234.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 5 | 45 | 0 | 0.98 | 0.80 | 0.12 | 349.04 | 0.96 | 0.45 |
| Hex | E0 | 5 | 2D | 0 | 62 | 50 | C | 15D | 60 | 2D |
| Octal | 340 | 5 | 55 | 0 | 142 | 120 | 14 | 535 | 140 | 55 |
| Binary | 11100000 | 101 | 101101 | 0 | 1100010 | 1010000 | 1100 | 101011101 | 1100000 | 101101 |
Color Harmonies of #E0052D
Complementary color
Monochromatic Colors of #E0052D
Black with #E0052D
Text Example
Text Example
White with #E0052D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0052D; }
p { color: rgb(224,5,45); }
H1.HeaderClassName
{
color: #E0052D;
}
.AnyTagClassName
{
color: #E0052D;
}
</style>
background-color css
<style>
a { background-color: #E0052D; }
a { background-color: rgb(224,5,45); }
div.DivClassName
{
background-color: #E0052D;
}
.BgClassName
{
background-color: #E0052D;
}
</style>
border-color css
<style>
span { border-color: #E0052D; }
span { border-color: rgb(224,5,45); }
td.TdClassName
{
border-color: #E0052D;
}
.TagClassName
{
border-color: #E0052D;
}
</style>