Shades of Crimson #E0052B
Tints of Crimson #E0052B
RGB
CMYK
RGB Variations
Color information
#E0052B (or 0xE0052B) is known color: Crimson. HEX triplet: E0, 05 and 2B. RGB value is (224,5,43). Sum of RGB (Red+Green+Blue) = 224+5+43=272 (36% of max value = 765). Red value is 224 (87.89% from 255 or 82.35% from 272); Green value is 5 (2.34% from 255 or 1.84% from 272); Blue value is 43 (17.19% from 255 or 15.81% from 272); Max value from RGB is 224 - color contains mainly: red. Hex color #E0052B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0052B is #1FFAD4. Grayscale: #4A4A4A. Windows color (decimal): -2095829 or 2819552. OLE color: 2819552.
HSL color Cylindrical-coordinate representation of color #E0052B: hue angle of 349.59º 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 #E0052B is Cyan = 0, Magento = 0.98, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 5 | 43 | - |
| CMYK | 0 | 0.98 | 0.81 | 0.12 |
| HSL | 349.59º | 0.96% | 0.45% | - |
| HSV(B) | 349.59º | 0.98% | 0.88% | - |
| XYZ | 31.23 | 16.13 | 3.75 | - |
| YUV | 74.81 | 110.05 | 234.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 5 | 43 | 0 | 0.98 | 0.81 | 0.12 | 349.59 | 0.96 | 0.45 |
| Hex | E0 | 5 | 2B | 0 | 62 | 51 | C | 15E | 60 | 2D |
| Octal | 340 | 5 | 53 | 0 | 142 | 121 | 14 | 536 | 140 | 55 |
| Binary | 11100000 | 101 | 101011 | 0 | 1100010 | 1010001 | 1100 | 101011110 | 1100000 | 101101 |
Color Harmonies of #E0052B
Complementary color
Monochromatic Colors of #E0052B
Black with #E0052B
Text Example
Text Example
White with #E0052B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0052B; }
p { color: rgb(224,5,43); }
H1.HeaderClassName
{
color: #E0052B;
}
.AnyTagClassName
{
color: #E0052B;
}
</style>
background-color css
<style>
a { background-color: #E0052B; }
a { background-color: rgb(224,5,43); }
div.DivClassName
{
background-color: #E0052B;
}
.BgClassName
{
background-color: #E0052B;
}
</style>
border-color css
<style>
span { border-color: #E0052B; }
span { border-color: rgb(224,5,43); }
td.TdClassName
{
border-color: #E0052B;
}
.TagClassName
{
border-color: #E0052B;
}
</style>