Shades of Crimson #E8003A
Tints of Crimson #E8003A
RGB
CMYK
RGB Variations
Color information
#E8003A (or 0xE8003A) is known color: Crimson. HEX triplet: E8, 00 and 3A. RGB value is (232,0,58). Sum of RGB (Red+Green+Blue) = 232+0+58=290 (38% of max value = 765). Red value is 232 (91.02% from 255 or 80% from 290); Green value is 0 (0.39% from 255 or 0% from 290); Blue value is 58 (23.05% from 255 or 20% from 290); Max value from RGB is 232 - color contains mainly: red. Hex color #E8003A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8003A is #17FFC5. Grayscale: #4B4B4B. Windows color (decimal): -1572806 or 3801320. OLE color: 3801320.
HSL color Cylindrical-coordinate representation of color #E8003A: hue angle of 345º 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 #E8003A is Cyan = 0, Magento = 1, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 0 | 58 | - |
| CMYK | 0 | 1 | 0.75 | 0.09 |
| HSL | 345º | 1% | 0.45% | - |
| HSV(B) | 345º | 1% | 0.91% | - |
| XYZ | 34.04 | 17.46 | 5.58 | - |
| YUV | 75.98 | 117.86 | 239.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 0 | 58 | 0 | 1 | 0.75 | 0.09 | 345 | 1 | 0.45 |
| Hex | E8 | 0 | 3A | 0 | 64 | 4B | 9 | 159 | 64 | 2D |
| Octal | 350 | 0 | 72 | 0 | 144 | 113 | 11 | 531 | 144 | 55 |
| Binary | 11101000 | 0 | 111010 | 0 | 1100100 | 1001011 | 1001 | 101011001 | 1100100 | 101101 |
Color Harmonies of #E8003A
Complementary color
Monochromatic Colors of #E8003A
Black with #E8003A
Text Example
Text Example
White with #E8003A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8003A; }
p { color: rgb(232,0,58); }
H1.HeaderClassName
{
color: #E8003A;
}
.AnyTagClassName
{
color: #E8003A;
}
</style>
background-color css
<style>
a { background-color: #E8003A; }
a { background-color: rgb(232,0,58); }
div.DivClassName
{
background-color: #E8003A;
}
.BgClassName
{
background-color: #E8003A;
}
</style>
border-color css
<style>
span { border-color: #E8003A; }
span { border-color: rgb(232,0,58); }
td.TdClassName
{
border-color: #E8003A;
}
.TagClassName
{
border-color: #E8003A;
}
</style>