Shades of Crimson #E80934
Tints of Crimson #E80934
RGB
CMYK
RGB Variations
Color information
#E80934 (or 0xE80934) is known color: Crimson. HEX triplet: E8, 09 and 34. RGB value is (232,9,52). Sum of RGB (Red+Green+Blue) = 232+9+52=293 (38% of max value = 765). Red value is 232 (91.02% from 255 or 79.18% from 293); Green value is 9 (3.91% from 255 or 3.07% from 293); Blue value is 52 (20.70% from 255 or 17.75% from 293); Max value from RGB is 232 - color contains mainly: red. Hex color #E80934 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80934 is #17F6CB. Grayscale: #505050. Windows color (decimal): -1570508 or 3410408. OLE color: 3410408.
HSL color Cylindrical-coordinate representation of color #E80934: hue angle of 348.43º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E80934 is Cyan = 0, Magento = 0.96, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 9 | 52 | - |
| CMYK | 0 | 0.96 | 0.78 | 0.09 |
| HSL | 348.43º | 0.93% | 0.47% | - |
| HSV(B) | 348.43º | 0.96% | 0.91% | - |
| XYZ | 34 | 17.6 | 4.85 | - |
| YUV | 80.58 | 111.88 | 236 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 9 | 52 | 0 | 0.96 | 0.78 | 0.09 | 348.43 | 0.93 | 0.47 |
| Hex | E8 | 9 | 34 | 0 | 60 | 4E | 9 | 15C | 5D | 2F |
| Octal | 350 | 11 | 64 | 0 | 140 | 116 | 11 | 534 | 135 | 57 |
| Binary | 11101000 | 1001 | 110100 | 0 | 1100000 | 1001110 | 1001 | 101011100 | 1011101 | 101111 |
Color Harmonies of #E80934
Complementary color
Monochromatic Colors of #E80934
Black with #E80934
Text Example
Text Example
White with #E80934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80934; }
p { color: rgb(232,9,52); }
H1.HeaderClassName
{
color: #E80934;
}
.AnyTagClassName
{
color: #E80934;
}
</style>
background-color css
<style>
a { background-color: #E80934; }
a { background-color: rgb(232,9,52); }
div.DivClassName
{
background-color: #E80934;
}
.BgClassName
{
background-color: #E80934;
}
</style>
border-color css
<style>
span { border-color: #E80934; }
span { border-color: rgb(232,9,52); }
td.TdClassName
{
border-color: #E80934;
}
.TagClassName
{
border-color: #E80934;
}
</style>