Shades of Crimson #E80D3B
Tints of Crimson #E80D3B
RGB
CMYK
RGB Variations
Color information
#E80D3B (or 0xE80D3B) is known color: Crimson. HEX triplet: E8, 0D and 3B. RGB value is (232,13,59). Sum of RGB (Red+Green+Blue) = 232+13+59=304 (40% of max value = 765). Red value is 232 (91.02% from 255 or 76.32% from 304); Green value is 13 (5.47% from 255 or 4.28% from 304); Blue value is 59 (23.44% from 255 or 19.41% from 304); Max value from RGB is 232 - color contains mainly: red. Hex color #E80D3B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80D3B is #17F2C4. Grayscale: #535353. Windows color (decimal): -1569477 or 3870184. OLE color: 3870184.
HSL color Cylindrical-coordinate representation of color #E80D3B: hue angle of 347.4º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E80D3B is Cyan = 0, Magento = 0.94, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 13 | 59 | - |
| CMYK | 0 | 0.94 | 0.75 | 0.09 |
| HSL | 347.4º | 0.89% | 0.48% | - |
| HSV(B) | 347.4º | 0.94% | 0.91% | - |
| XYZ | 34.21 | 17.76 | 5.76 | - |
| YUV | 83.73 | 114.05 | 233.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 13 | 59 | 0 | 0.94 | 0.75 | 0.09 | 347.4 | 0.89 | 0.48 |
| Hex | E8 | D | 3B | 0 | 5E | 4B | 9 | 15B | 59 | 30 |
| Octal | 350 | 15 | 73 | 0 | 136 | 113 | 11 | 533 | 131 | 60 |
| Binary | 11101000 | 1101 | 111011 | 0 | 1011110 | 1001011 | 1001 | 101011011 | 1011001 | 110000 |
Color Harmonies of #E80D3B
Complementary color
Monochromatic Colors of #E80D3B
Black with #E80D3B
Text Example
Text Example
White with #E80D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80D3B; }
p { color: rgb(232,13,59); }
H1.HeaderClassName
{
color: #E80D3B;
}
.AnyTagClassName
{
color: #E80D3B;
}
</style>
background-color css
<style>
a { background-color: #E80D3B; }
a { background-color: rgb(232,13,59); }
div.DivClassName
{
background-color: #E80D3B;
}
.BgClassName
{
background-color: #E80D3B;
}
</style>
border-color css
<style>
span { border-color: #E80D3B; }
span { border-color: rgb(232,13,59); }
td.TdClassName
{
border-color: #E80D3B;
}
.TagClassName
{
border-color: #E80D3B;
}
</style>