Shades of Crimson #E8023A
Tints of Crimson #E8023A
RGB
CMYK
RGB Variations
Color information
#E8023A (or 0xE8023A) is known color: Crimson. HEX triplet: E8, 02 and 3A. RGB value is (232,2,58). Sum of RGB (Red+Green+Blue) = 232+2+58=292 (38% of max value = 765). Red value is 232 (91.02% from 255 or 79.45% from 292); Green value is 2 (1.17% from 255 or 0.68% from 292); Blue value is 58 (23.05% from 255 or 19.86% from 292); Max value from RGB is 232 - color contains mainly: red. Hex color #E8023A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8023A is #17FDC5. Grayscale: #4D4D4D. Windows color (decimal): -1572294 or 3801832. OLE color: 3801832.
HSL color Cylindrical-coordinate representation of color #E8023A: hue angle of 345.39º 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 #E8023A is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 2 | 58 | - |
| CMYK | 0 | 0.99 | 0.75 | 0.09 |
| HSL | 345.39º | 0.98% | 0.46% | - |
| HSV(B) | 345.39º | 0.99% | 0.91% | - |
| XYZ | 34.06 | 17.5 | 5.59 | - |
| YUV | 77.15 | 117.2 | 238.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 2 | 58 | 0 | 0.99 | 0.75 | 0.09 | 345.39 | 0.98 | 0.46 |
| Hex | E8 | 2 | 3A | 0 | 63 | 4B | 9 | 159 | 62 | 2E |
| Octal | 350 | 2 | 72 | 0 | 143 | 113 | 11 | 531 | 142 | 56 |
| Binary | 11101000 | 10 | 111010 | 0 | 1100011 | 1001011 | 1001 | 101011001 | 1100010 | 101110 |
Color Harmonies of #E8023A
Complementary color
Monochromatic Colors of #E8023A
Black with #E8023A
Text Example
Text Example
White with #E8023A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8023A; }
p { color: rgb(232,2,58); }
H1.HeaderClassName
{
color: #E8023A;
}
.AnyTagClassName
{
color: #E8023A;
}
</style>
background-color css
<style>
a { background-color: #E8023A; }
a { background-color: rgb(232,2,58); }
div.DivClassName
{
background-color: #E8023A;
}
.BgClassName
{
background-color: #E8023A;
}
</style>
border-color css
<style>
span { border-color: #E8023A; }
span { border-color: rgb(232,2,58); }
td.TdClassName
{
border-color: #E8023A;
}
.TagClassName
{
border-color: #E8023A;
}
</style>