Shades of Crimson #E00545
Tints of Crimson #E00545
RGB
CMYK
RGB Variations
Color information
#E00545 (or 0xE00545) is known color: Crimson. HEX triplet: E0, 05 and 45. RGB value is (224,5,69). Sum of RGB (Red+Green+Blue) = 224+5+69=298 (39% of max value = 765). Red value is 224 (87.89% from 255 or 75.17% from 298); Green value is 5 (2.34% from 255 or 1.68% from 298); Blue value is 69 (27.34% from 255 or 23.15% from 298); Max value from RGB is 224 - color contains mainly: red. Hex color #E00545 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00545 is #1FFABA. Grayscale: #4D4D4D. Windows color (decimal): -2095803 or 4523488. OLE color: 4523488.
HSL color Cylindrical-coordinate representation of color #E00545: hue angle of 342.47º 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 #E00545 is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 5 | 69 | - |
| CMYK | 0 | 0.98 | 0.69 | 0.12 |
| HSL | 342.47º | 0.96% | 0.45% | - |
| HSV(B) | 342.47º | 0.98% | 0.88% | - |
| XYZ | 31.87 | 16.39 | 7.11 | - |
| YUV | 77.78 | 123.05 | 232.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 5 | 69 | 0 | 0.98 | 0.69 | 0.12 | 342.47 | 0.96 | 0.45 |
| Hex | E0 | 5 | 45 | 0 | 62 | 45 | C | 156 | 60 | 2D |
| Octal | 340 | 5 | 105 | 0 | 142 | 105 | 14 | 526 | 140 | 55 |
| Binary | 11100000 | 101 | 1000101 | 0 | 1100010 | 1000101 | 1100 | 101010110 | 1100000 | 101101 |
Color Harmonies of #E00545
Complementary color
Monochromatic Colors of #E00545
Black with #E00545
Text Example
Text Example
White with #E00545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00545; }
p { color: rgb(224,5,69); }
H1.HeaderClassName
{
color: #E00545;
}
.AnyTagClassName
{
color: #E00545;
}
</style>
background-color css
<style>
a { background-color: #E00545; }
a { background-color: rgb(224,5,69); }
div.DivClassName
{
background-color: #E00545;
}
.BgClassName
{
background-color: #E00545;
}
</style>
border-color css
<style>
span { border-color: #E00545; }
span { border-color: rgb(224,5,69); }
td.TdClassName
{
border-color: #E00545;
}
.TagClassName
{
border-color: #E00545;
}
</style>