Shades of Crimson #E8003C
Tints of Crimson #E8003C
RGB
CMYK
RGB Variations
Color information
#E8003C (or 0xE8003C) is known color: Crimson. HEX triplet: E8, 00 and 3C. RGB value is (232,0,60). Sum of RGB (Red+Green+Blue) = 232+0+60=292 (38% of max value = 765). Red value is 232 (91.02% from 255 or 79.45% from 292); Green value is 0 (0.39% from 255 or 0% from 292); Blue value is 60 (23.83% from 255 or 20.55% from 292); Max value from RGB is 232 - color contains mainly: red. Hex color #E8003C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8003C is #17FFC3. Grayscale: #4C4C4C. Windows color (decimal): -1572804 or 3932392. OLE color: 3932392.
HSL color Cylindrical-coordinate representation of color #E8003C: hue angle of 344.48º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E8003C is Cyan = 0, Magento = 1, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 0 | 60 | - |
| CMYK | 0 | 1 | 0.74 | 0.09 |
| HSL | 344.48º | 1% | 0.45% | - |
| HSV(B) | 344.48º | 1% | 0.91% | - |
| XYZ | 34.09 | 17.48 | 5.85 | - |
| YUV | 76.21 | 118.86 | 239.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 0 | 60 | 0 | 1 | 0.74 | 0.09 | 344.48 | 1 | 0.45 |
| Hex | E8 | 0 | 3C | 0 | 64 | 4A | 9 | 158 | 64 | 2D |
| Octal | 350 | 0 | 74 | 0 | 144 | 112 | 11 | 530 | 144 | 55 |
| Binary | 11101000 | 0 | 111100 | 0 | 1100100 | 1001010 | 1001 | 101011000 | 1100100 | 101101 |
Color Harmonies of #E8003C
Complementary color
Monochromatic Colors of #E8003C
Black with #E8003C
Text Example
Text Example
White with #E8003C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8003C; }
p { color: rgb(232,0,60); }
H1.HeaderClassName
{
color: #E8003C;
}
.AnyTagClassName
{
color: #E8003C;
}
</style>
background-color css
<style>
a { background-color: #E8003C; }
a { background-color: rgb(232,0,60); }
div.DivClassName
{
background-color: #E8003C;
}
.BgClassName
{
background-color: #E8003C;
}
</style>
border-color css
<style>
span { border-color: #E8003C; }
span { border-color: rgb(232,0,60); }
td.TdClassName
{
border-color: #E8003C;
}
.TagClassName
{
border-color: #E8003C;
}
</style>