Shades of Crimson #E80933
Tints of Crimson #E80933
RGB
CMYK
RGB Variations
Color information
#E80933 (or 0xE80933) is known color: Crimson. HEX triplet: E8, 09 and 33. RGB value is (232,9,51). Sum of RGB (Red+Green+Blue) = 232+9+51=292 (38% of max value = 765). Red value is 232 (91.02% from 255 or 79.45% from 292); Green value is 9 (3.91% from 255 or 3.08% from 292); Blue value is 51 (20.31% from 255 or 17.47% from 292); Max value from RGB is 232 - color contains mainly: red. Hex color #E80933 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80933 is #17F6CC. Grayscale: #505050. Windows color (decimal): -1570509 or 3344872. OLE color: 3344872.
HSL color Cylindrical-coordinate representation of color #E80933: hue angle of 348.7º 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 #E80933 is Cyan = 0, Magento = 0.96, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 9 | 51 | - |
| CMYK | 0 | 0.96 | 0.78 | 0.09 |
| HSL | 348.7º | 0.93% | 0.47% | - |
| HSV(B) | 348.7º | 0.96% | 0.91% | - |
| XYZ | 33.97 | 17.59 | 4.74 | - |
| YUV | 80.47 | 111.38 | 236.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 9 | 51 | 0 | 0.96 | 0.78 | 0.09 | 348.7 | 0.93 | 0.47 |
| Hex | E8 | 9 | 33 | 0 | 60 | 4E | 9 | 15D | 5D | 2F |
| Octal | 350 | 11 | 63 | 0 | 140 | 116 | 11 | 535 | 135 | 57 |
| Binary | 11101000 | 1001 | 110011 | 0 | 1100000 | 1001110 | 1001 | 101011101 | 1011101 | 101111 |
Color Harmonies of #E80933
Complementary color
Monochromatic Colors of #E80933
Black with #E80933
Text Example
Text Example
White with #E80933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80933; }
p { color: rgb(232,9,51); }
H1.HeaderClassName
{
color: #E80933;
}
.AnyTagClassName
{
color: #E80933;
}
</style>
background-color css
<style>
a { background-color: #E80933; }
a { background-color: rgb(232,9,51); }
div.DivClassName
{
background-color: #E80933;
}
.BgClassName
{
background-color: #E80933;
}
</style>
border-color css
<style>
span { border-color: #E80933; }
span { border-color: rgb(232,9,51); }
td.TdClassName
{
border-color: #E80933;
}
.TagClassName
{
border-color: #E80933;
}
</style>