Shades of Crimson #E9053E
Tints of Crimson #E9053E
RGB
CMYK
RGB Variations
Color information
#E9053E (or 0xE9053E) is known color: Crimson. HEX triplet: E9, 05 and 3E. RGB value is (233,5,62). Sum of RGB (Red+Green+Blue) = 233+5+62=300 (39% of max value = 765). Red value is 233 (91.41% from 255 or 77.67% from 300); Green value is 5 (2.34% from 255 or 1.67% from 300); Blue value is 62 (24.61% from 255 or 20.67% from 300); Max value from RGB is 233 - color contains mainly: red. Hex color #E9053E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E9053E is #16FAC1. Grayscale: #4F4F4F. Windows color (decimal): -1505986 or 4064745. OLE color: 4064745.
HSL color Cylindrical-coordinate representation of color #E9053E: hue angle of 345º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E9053E is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 5 | 62 | - |
| CMYK | 0 | 0.98 | 0.73 | 0.09 |
| HSL | 345º | 0.96% | 0.47% | - |
| HSV(B) | 345º | 0.98% | 0.91% | - |
| XYZ | 34.53 | 17.78 | 6.17 | - |
| YUV | 79.67 | 118.04 | 237.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 5 | 62 | 0 | 0.98 | 0.73 | 0.09 | 345 | 0.96 | 0.47 |
| Hex | E9 | 5 | 3E | 0 | 62 | 49 | 9 | 159 | 60 | 2F |
| Octal | 351 | 5 | 76 | 0 | 142 | 111 | 11 | 531 | 140 | 57 |
| Binary | 11101001 | 101 | 111110 | 0 | 1100010 | 1001001 | 1001 | 101011001 | 1100000 | 101111 |
Color Harmonies of #E9053E
Complementary color
Monochromatic Colors of #E9053E
Black with #E9053E
Text Example
Text Example
White with #E9053E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9053E; }
p { color: rgb(233,5,62); }
H1.HeaderClassName
{
color: #E9053E;
}
.AnyTagClassName
{
color: #E9053E;
}
</style>
background-color css
<style>
a { background-color: #E9053E; }
a { background-color: rgb(233,5,62); }
div.DivClassName
{
background-color: #E9053E;
}
.BgClassName
{
background-color: #E9053E;
}
</style>
border-color css
<style>
span { border-color: #E9053E; }
span { border-color: rgb(233,5,62); }
td.TdClassName
{
border-color: #E9053E;
}
.TagClassName
{
border-color: #E9053E;
}
</style>