Shades of Crimson #E00534
Tints of Crimson #E00534
RGB
CMYK
RGB Variations
Color information
#E00534 (or 0xE00534) is known color: Crimson. HEX triplet: E0, 05 and 34. RGB value is (224,5,52). Sum of RGB (Red+Green+Blue) = 224+5+52=281 (37% of max value = 765). Red value is 224 (87.89% from 255 or 79.72% from 281); Green value is 5 (2.34% from 255 or 1.78% from 281); Blue value is 52 (20.70% from 255 or 18.51% from 281); Max value from RGB is 224 - color contains mainly: red. Hex color #E00534 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00534 is #1FFACB. Grayscale: #4B4B4B. Windows color (decimal): -2095820 or 3409376. OLE color: 3409376.
HSL color Cylindrical-coordinate representation of color #E00534: hue angle of 347.12º 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 #E00534 is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 5 | 52 | - |
| CMYK | 0 | 0.98 | 0.77 | 0.12 |
| HSL | 347.12º | 0.96% | 0.45% | - |
| HSV(B) | 347.12º | 0.98% | 0.88% | - |
| XYZ | 31.41 | 16.2 | 4.72 | - |
| YUV | 75.84 | 114.55 | 233.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 5 | 52 | 0 | 0.98 | 0.77 | 0.12 | 347.12 | 0.96 | 0.45 |
| Hex | E0 | 5 | 34 | 0 | 62 | 4D | C | 15B | 60 | 2D |
| Octal | 340 | 5 | 64 | 0 | 142 | 115 | 14 | 533 | 140 | 55 |
| Binary | 11100000 | 101 | 110100 | 0 | 1100010 | 1001101 | 1100 | 101011011 | 1100000 | 101101 |
Color Harmonies of #E00534
Complementary color
Monochromatic Colors of #E00534
Black with #E00534
Text Example
Text Example
White with #E00534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00534; }
p { color: rgb(224,5,52); }
H1.HeaderClassName
{
color: #E00534;
}
.AnyTagClassName
{
color: #E00534;
}
</style>
background-color css
<style>
a { background-color: #E00534; }
a { background-color: rgb(224,5,52); }
div.DivClassName
{
background-color: #E00534;
}
.BgClassName
{
background-color: #E00534;
}
</style>
border-color css
<style>
span { border-color: #E00534; }
span { border-color: rgb(224,5,52); }
td.TdClassName
{
border-color: #E00534;
}
.TagClassName
{
border-color: #E00534;
}
</style>