Shades of Crimson #E8003B
Tints of Crimson #E8003B
RGB
CMYK
RGB Variations
Color information
#E8003B (or 0xE8003B) is known color: Crimson. HEX triplet: E8, 00 and 3B. RGB value is (232,0,59). Sum of RGB (Red+Green+Blue) = 232+0+59=291 (38% of max value = 765). Red value is 232 (91.02% from 255 or 79.73% from 291); Green value is 0 (0.39% from 255 or 0% from 291); Blue value is 59 (23.44% from 255 or 20.27% from 291); Max value from RGB is 232 - color contains mainly: red. Hex color #E8003B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8003B is #17FFC4. Grayscale: #4C4C4C. Windows color (decimal): -1572805 or 3866856. OLE color: 3866856.
HSL color Cylindrical-coordinate representation of color #E8003B: hue angle of 344.74º 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 #E8003B is Cyan = 0, Magento = 1, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 0 | 59 | - |
| CMYK | 0 | 1 | 0.75 | 0.09 |
| HSL | 344.74º | 1% | 0.45% | - |
| HSV(B) | 344.74º | 1% | 0.91% | - |
| XYZ | 34.07 | 17.47 | 5.71 | - |
| YUV | 76.09 | 118.36 | 239.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 0 | 59 | 0 | 1 | 0.75 | 0.09 | 344.74 | 1 | 0.45 |
| Hex | E8 | 0 | 3B | 0 | 64 | 4B | 9 | 159 | 64 | 2D |
| Octal | 350 | 0 | 73 | 0 | 144 | 113 | 11 | 531 | 144 | 55 |
| Binary | 11101000 | 0 | 111011 | 0 | 1100100 | 1001011 | 1001 | 101011001 | 1100100 | 101101 |
Color Harmonies of #E8003B
Complementary color
Monochromatic Colors of #E8003B
Black with #E8003B
Text Example
Text Example
White with #E8003B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8003B; }
p { color: rgb(232,0,59); }
H1.HeaderClassName
{
color: #E8003B;
}
.AnyTagClassName
{
color: #E8003B;
}
</style>
background-color css
<style>
a { background-color: #E8003B; }
a { background-color: rgb(232,0,59); }
div.DivClassName
{
background-color: #E8003B;
}
.BgClassName
{
background-color: #E8003B;
}
</style>
border-color css
<style>
span { border-color: #E8003B; }
span { border-color: rgb(232,0,59); }
td.TdClassName
{
border-color: #E8003B;
}
.TagClassName
{
border-color: #E8003B;
}
</style>