Shades of Crimson #E4053D
Tints of Crimson #E4053D
RGB
CMYK
RGB Variations
Color information
#E4053D (or 0xE4053D) is known color: Crimson. HEX triplet: E4, 05 and 3D. RGB value is (228,5,61). Sum of RGB (Red+Green+Blue) = 228+5+61=294 (38% of max value = 765). Red value is 228 (89.45% from 255 or 77.55% from 294); Green value is 5 (2.34% from 255 or 1.70% from 294); Blue value is 61 (24.22% from 255 or 20.75% from 294); Max value from RGB is 228 - color contains mainly: red. Hex color #E4053D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E4053D is #1BFAC2. Grayscale: #4E4E4E. Windows color (decimal): -1833667 or 3999204. OLE color: 3999204.
HSL color Cylindrical-coordinate representation of color #E4053D: hue angle of 344.93º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E4053D is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 5 | 61 | - |
| CMYK | 0 | 0.98 | 0.73 | 0.11 |
| HSL | 344.93º | 0.96% | 0.46% | - |
| HSV(B) | 344.93º | 0.98% | 0.89% | - |
| XYZ | 32.89 | 16.94 | 5.95 | - |
| YUV | 78.06 | 118.38 | 234.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 5 | 61 | 0 | 0.98 | 0.73 | 0.11 | 344.93 | 0.96 | 0.46 |
| Hex | E4 | 5 | 3D | 0 | 62 | 49 | B | 159 | 60 | 2E |
| Octal | 344 | 5 | 75 | 0 | 142 | 111 | 13 | 531 | 140 | 56 |
| Binary | 11100100 | 101 | 111101 | 0 | 1100010 | 1001001 | 1011 | 101011001 | 1100000 | 101110 |
Color Harmonies of #E4053D
Complementary color
Monochromatic Colors of #E4053D
Black with #E4053D
Text Example
Text Example
White with #E4053D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4053D; }
p { color: rgb(228,5,61); }
H1.HeaderClassName
{
color: #E4053D;
}
.AnyTagClassName
{
color: #E4053D;
}
</style>
background-color css
<style>
a { background-color: #E4053D; }
a { background-color: rgb(228,5,61); }
div.DivClassName
{
background-color: #E4053D;
}
.BgClassName
{
background-color: #E4053D;
}
</style>
border-color css
<style>
span { border-color: #E4053D; }
span { border-color: rgb(228,5,61); }
td.TdClassName
{
border-color: #E4053D;
}
.TagClassName
{
border-color: #E4053D;
}
</style>