Shades of Crimson #E80233
Tints of Crimson #E80233
RGB
CMYK
RGB Variations
Color information
#E80233 (or 0xE80233) is known color: Crimson. HEX triplet: E8, 02 and 33. RGB value is (232,2,51). Sum of RGB (Red+Green+Blue) = 232+2+51=285 (37% of max value = 765). Red value is 232 (91.02% from 255 or 81.40% from 285); Green value is 2 (1.17% from 255 or 0.70% from 285); Blue value is 51 (20.31% from 255 or 17.89% from 285); Max value from RGB is 232 - color contains mainly: red. Hex color #E80233 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80233 is #17FDCC. Grayscale: #4C4C4C. Windows color (decimal): -1572301 or 3343080. OLE color: 3343080.
HSL color Cylindrical-coordinate representation of color #E80233: hue angle of 347.22º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E80233 is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 2 | 51 | - |
| CMYK | 0 | 0.99 | 0.78 | 0.09 |
| HSL | 347.22º | 0.98% | 0.46% | - |
| HSV(B) | 347.22º | 0.99% | 0.91% | - |
| XYZ | 33.9 | 17.44 | 4.71 | - |
| YUV | 76.36 | 113.7 | 239.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 2 | 51 | 0 | 0.99 | 0.78 | 0.09 | 347.22 | 0.98 | 0.46 |
| Hex | E8 | 2 | 33 | 0 | 63 | 4E | 9 | 15B | 62 | 2E |
| Octal | 350 | 2 | 63 | 0 | 143 | 116 | 11 | 533 | 142 | 56 |
| Binary | 11101000 | 10 | 110011 | 0 | 1100011 | 1001110 | 1001 | 101011011 | 1100010 | 101110 |
Color Harmonies of #E80233
Complementary color
Monochromatic Colors of #E80233
Black with #E80233
Text Example
Text Example
White with #E80233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80233; }
p { color: rgb(232,2,51); }
H1.HeaderClassName
{
color: #E80233;
}
.AnyTagClassName
{
color: #E80233;
}
</style>
background-color css
<style>
a { background-color: #E80233; }
a { background-color: rgb(232,2,51); }
div.DivClassName
{
background-color: #E80233;
}
.BgClassName
{
background-color: #E80233;
}
</style>
border-color css
<style>
span { border-color: #E80233; }
span { border-color: rgb(232,2,51); }
td.TdClassName
{
border-color: #E80233;
}
.TagClassName
{
border-color: #E80233;
}
</style>