Shades of Crimson #E9003C
Tints of Crimson #E9003C
RGB
CMYK
RGB Variations
Color information
#E9003C (or 0xE9003C) is known color: Crimson. HEX triplet: E9, 00 and 3C. RGB value is (233,0,60). Sum of RGB (Red+Green+Blue) = 233+0+60=293 (38% of max value = 765). Red value is 233 (91.41% from 255 or 79.52% from 293); Green value is 0 (0.39% from 255 or 0% from 293); Blue value is 60 (23.83% from 255 or 20.48% from 293); Max value from RGB is 233 - color contains mainly: red. Hex color #E9003C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E9003C is #16FFC3. Grayscale: #4C4C4C. Windows color (decimal): -1507268 or 3932393. OLE color: 3932393.
HSL color Cylindrical-coordinate representation of color #E9003C: hue angle of 344.55º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E9003C is Cyan = 0, Magento = 1, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 0 | 60 | - |
| CMYK | 0 | 1 | 0.74 | 0.09 |
| HSL | 344.55º | 1% | 0.46% | - |
| HSV(B) | 344.55º | 1% | 0.91% | - |
| XYZ | 34.42 | 17.65 | 5.87 | - |
| YUV | 76.51 | 118.69 | 239.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 0 | 60 | 0 | 1 | 0.74 | 0.09 | 344.55 | 1 | 0.46 |
| Hex | E9 | 0 | 3C | 0 | 64 | 4A | 9 | 159 | 64 | 2E |
| Octal | 351 | 0 | 74 | 0 | 144 | 112 | 11 | 531 | 144 | 56 |
| Binary | 11101001 | 0 | 111100 | 0 | 1100100 | 1001010 | 1001 | 101011001 | 1100100 | 101110 |
Color Harmonies of #E9003C
Complementary color
Monochromatic Colors of #E9003C
Black with #E9003C
Text Example
Text Example
White with #E9003C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9003C; }
p { color: rgb(233,0,60); }
H1.HeaderClassName
{
color: #E9003C;
}
.AnyTagClassName
{
color: #E9003C;
}
</style>
background-color css
<style>
a { background-color: #E9003C; }
a { background-color: rgb(233,0,60); }
div.DivClassName
{
background-color: #E9003C;
}
.BgClassName
{
background-color: #E9003C;
}
</style>
border-color css
<style>
span { border-color: #E9003C; }
span { border-color: rgb(233,0,60); }
td.TdClassName
{
border-color: #E9003C;
}
.TagClassName
{
border-color: #E9003C;
}
</style>