Shades of Crimson #E9053A
Tints of Crimson #E9053A
RGB
CMYK
RGB Variations
Color information
#E9053A (or 0xE9053A) is known color: Crimson. HEX triplet: E9, 05 and 3A. RGB value is (233,5,58). Sum of RGB (Red+Green+Blue) = 233+5+58=296 (39% of max value = 765). Red value is 233 (91.41% from 255 or 78.72% from 296); Green value is 5 (2.34% from 255 or 1.69% from 296); Blue value is 58 (23.05% from 255 or 19.59% from 296); Max value from RGB is 233 - color contains mainly: red. Hex color #E9053A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E9053A is #16FAC5. Grayscale: #4F4F4F. Windows color (decimal): -1505990 or 3802601. OLE color: 3802601.
HSL color Cylindrical-coordinate representation of color #E9053A: hue angle of 346.05º 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 #E9053A is Cyan = 0, Magento = 0.98, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 5 | 58 | - |
| CMYK | 0 | 0.98 | 0.75 | 0.09 |
| HSL | 346.05º | 0.96% | 0.47% | - |
| HSV(B) | 346.05º | 0.98% | 0.91% | - |
| XYZ | 34.42 | 17.74 | 5.61 | - |
| YUV | 79.21 | 116.04 | 237.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 5 | 58 | 0 | 0.98 | 0.75 | 0.09 | 346.05 | 0.96 | 0.47 |
| Hex | E9 | 5 | 3A | 0 | 62 | 4B | 9 | 15A | 60 | 2F |
| Octal | 351 | 5 | 72 | 0 | 142 | 113 | 11 | 532 | 140 | 57 |
| Binary | 11101001 | 101 | 111010 | 0 | 1100010 | 1001011 | 1001 | 101011010 | 1100000 | 101111 |
Color Harmonies of #E9053A
Complementary color
Monochromatic Colors of #E9053A
Black with #E9053A
Text Example
Text Example
White with #E9053A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9053A; }
p { color: rgb(233,5,58); }
H1.HeaderClassName
{
color: #E9053A;
}
.AnyTagClassName
{
color: #E9053A;
}
</style>
background-color css
<style>
a { background-color: #E9053A; }
a { background-color: rgb(233,5,58); }
div.DivClassName
{
background-color: #E9053A;
}
.BgClassName
{
background-color: #E9053A;
}
</style>
border-color css
<style>
span { border-color: #E9053A; }
span { border-color: rgb(233,5,58); }
td.TdClassName
{
border-color: #E9053A;
}
.TagClassName
{
border-color: #E9053A;
}
</style>