Shades of Crimson #E9043C
Tints of Crimson #E9043C
RGB
CMYK
RGB Variations
Color information
#E9043C (or 0xE9043C) is known color: Crimson. HEX triplet: E9, 04 and 3C. RGB value is (233,4,60). Sum of RGB (Red+Green+Blue) = 233+4+60=297 (39% of max value = 765). Red value is 233 (91.41% from 255 or 78.45% from 297); Green value is 4 (1.95% from 255 or 1.35% from 297); Blue value is 60 (23.83% from 255 or 20.20% from 297); Max value from RGB is 233 - color contains mainly: red. Hex color #E9043C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E9043C is #16FBC3. Grayscale: #4E4E4E. Windows color (decimal): -1506244 or 3933417. OLE color: 3933417.
HSL color Cylindrical-coordinate representation of color #E9043C: hue angle of 345.33º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E9043C is Cyan = 0, Magento = 0.98, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 4 | 60 | - |
| CMYK | 0 | 0.98 | 0.74 | 0.09 |
| HSL | 345.33º | 0.97% | 0.46% | - |
| HSV(B) | 345.33º | 0.98% | 0.91% | - |
| XYZ | 34.46 | 17.74 | 5.88 | - |
| YUV | 78.86 | 117.37 | 237.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 4 | 60 | 0 | 0.98 | 0.74 | 0.09 | 345.33 | 0.97 | 0.46 |
| Hex | E9 | 4 | 3C | 0 | 62 | 4A | 9 | 159 | 61 | 2E |
| Octal | 351 | 4 | 74 | 0 | 142 | 112 | 11 | 531 | 141 | 56 |
| Binary | 11101001 | 100 | 111100 | 0 | 1100010 | 1001010 | 1001 | 101011001 | 1100001 | 101110 |
Color Harmonies of #E9043C
Complementary color
Monochromatic Colors of #E9043C
Black with #E9043C
Text Example
Text Example
White with #E9043C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9043C; }
p { color: rgb(233,4,60); }
H1.HeaderClassName
{
color: #E9043C;
}
.AnyTagClassName
{
color: #E9043C;
}
</style>
background-color css
<style>
a { background-color: #E9043C; }
a { background-color: rgb(233,4,60); }
div.DivClassName
{
background-color: #E9043C;
}
.BgClassName
{
background-color: #E9043C;
}
</style>
border-color css
<style>
span { border-color: #E9043C; }
span { border-color: rgb(233,4,60); }
td.TdClassName
{
border-color: #E9043C;
}
.TagClassName
{
border-color: #E9043C;
}
</style>