Shades of Crimson #E80D3D
Tints of Crimson #E80D3D
RGB
CMYK
RGB Variations
Color information
#E80D3D (or 0xE80D3D) is known color: Crimson. HEX triplet: E8, 0D and 3D. RGB value is (232,13,61). Sum of RGB (Red+Green+Blue) = 232+13+61=306 (40% of max value = 765). Red value is 232 (91.02% from 255 or 75.82% from 306); Green value is 13 (5.47% from 255 or 4.25% from 306); Blue value is 61 (24.22% from 255 or 19.93% from 306); Max value from RGB is 232 - color contains mainly: red. Hex color #E80D3D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80D3D is #17F2C2. Grayscale: #535353. Windows color (decimal): -1569475 or 4001256. OLE color: 4001256.
HSL color Cylindrical-coordinate representation of color #E80D3D: hue angle of 346.85º 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 #E80D3D is Cyan = 0, Magento = 0.94, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 13 | 61 | - |
| CMYK | 0 | 0.94 | 0.74 | 0.09 |
| HSL | 346.85º | 0.89% | 0.48% | - |
| HSV(B) | 346.85º | 0.94% | 0.91% | - |
| XYZ | 34.26 | 17.78 | 6.04 | - |
| YUV | 83.95 | 115.05 | 233.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 13 | 61 | 0 | 0.94 | 0.74 | 0.09 | 346.85 | 0.89 | 0.48 |
| Hex | E8 | D | 3D | 0 | 5E | 4A | 9 | 15B | 59 | 30 |
| Octal | 350 | 15 | 75 | 0 | 136 | 112 | 11 | 533 | 131 | 60 |
| Binary | 11101000 | 1101 | 111101 | 0 | 1011110 | 1001010 | 1001 | 101011011 | 1011001 | 110000 |
Color Harmonies of #E80D3D
Complementary color
Monochromatic Colors of #E80D3D
Black with #E80D3D
Text Example
Text Example
White with #E80D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80D3D; }
p { color: rgb(232,13,61); }
H1.HeaderClassName
{
color: #E80D3D;
}
.AnyTagClassName
{
color: #E80D3D;
}
</style>
background-color css
<style>
a { background-color: #E80D3D; }
a { background-color: rgb(232,13,61); }
div.DivClassName
{
background-color: #E80D3D;
}
.BgClassName
{
background-color: #E80D3D;
}
</style>
border-color css
<style>
span { border-color: #E80D3D; }
span { border-color: rgb(232,13,61); }
td.TdClassName
{
border-color: #E80D3D;
}
.TagClassName
{
border-color: #E80D3D;
}
</style>