Shades of Crimson #E5053D
Tints of Crimson #E5053D
RGB
CMYK
RGB Variations
Color information
#E5053D (or 0xE5053D) is known color: Crimson. HEX triplet: E5, 05 and 3D. RGB value is (229,5,61). Sum of RGB (Red+Green+Blue) = 229+5+61=295 (39% of max value = 765). Red value is 229 (89.84% from 255 or 77.63% from 295); Green value is 5 (2.34% from 255 or 1.69% from 295); Blue value is 61 (24.22% from 255 or 20.68% from 295); Max value from RGB is 229 - color contains mainly: red. Hex color #E5053D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5053D is #1AFAC2. Grayscale: #4E4E4E. Windows color (decimal): -1768131 or 3999205. OLE color: 3999205.
HSL color Cylindrical-coordinate representation of color #E5053D: hue angle of 345º 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 #E5053D is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 5 | 61 | - |
| CMYK | 0 | 0.98 | 0.73 | 0.10 |
| HSL | 345º | 0.96% | 0.46% | - |
| HSV(B) | 345º | 0.98% | 0.9% | - |
| XYZ | 33.21 | 17.1 | 5.97 | - |
| YUV | 78.36 | 118.21 | 235.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 5 | 61 | 0 | 0.98 | 0.73 | 0.10 | 345 | 0.96 | 0.46 |
| Hex | E5 | 5 | 3D | 0 | 62 | 49 | A | 159 | 60 | 2E |
| Octal | 345 | 5 | 75 | 0 | 142 | 111 | 12 | 531 | 140 | 56 |
| Binary | 11100101 | 101 | 111101 | 0 | 1100010 | 1001001 | 1010 | 101011001 | 1100000 | 101110 |
Color Harmonies of #E5053D
Complementary color
Monochromatic Colors of #E5053D
Black with #E5053D
Text Example
Text Example
White with #E5053D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5053D; }
p { color: rgb(229,5,61); }
H1.HeaderClassName
{
color: #E5053D;
}
.AnyTagClassName
{
color: #E5053D;
}
</style>
background-color css
<style>
a { background-color: #E5053D; }
a { background-color: rgb(229,5,61); }
div.DivClassName
{
background-color: #E5053D;
}
.BgClassName
{
background-color: #E5053D;
}
</style>
border-color css
<style>
span { border-color: #E5053D; }
span { border-color: rgb(229,5,61); }
td.TdClassName
{
border-color: #E5053D;
}
.TagClassName
{
border-color: #E5053D;
}
</style>