Shades of Crimson #E8013A
Tints of Crimson #E8013A
RGB
CMYK
RGB Variations
Color information
#E8013A (or 0xE8013A) is known color: Crimson. HEX triplet: E8, 01 and 3A. RGB value is (232,1,58). Sum of RGB (Red+Green+Blue) = 232+1+58=291 (38% of max value = 765). Red value is 232 (91.02% from 255 or 79.73% from 291); Green value is 1 (0.78% from 255 or 0.34% from 291); Blue value is 58 (23.05% from 255 or 19.93% from 291); Max value from RGB is 232 - color contains mainly: red. Hex color #E8013A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8013A is #17FEC5. Grayscale: #4C4C4C. Windows color (decimal): -1572550 or 3801576. OLE color: 3801576.
HSL color Cylindrical-coordinate representation of color #E8013A: hue angle of 345.19º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E8013A is Cyan = 0, Magento = 1.00, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 1 | 58 | - |
| CMYK | 0 | 1.00 | 0.75 | 0.09 |
| HSL | 345.19º | 0.99% | 0.46% | - |
| HSV(B) | 345.19º | 1% | 0.91% | - |
| XYZ | 34.05 | 17.48 | 5.58 | - |
| YUV | 76.57 | 117.53 | 238.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 1 | 58 | 0 | 1.00 | 0.75 | 0.09 | 345.19 | 0.99 | 0.46 |
| Hex | E8 | 1 | 3A | 0 | 64 | 4B | 9 | 159 | 63 | 2E |
| Octal | 350 | 1 | 72 | 0 | 144 | 113 | 11 | 531 | 143 | 56 |
| Binary | 11101000 | 1 | 111010 | 0 | 1100100 | 1001011 | 1001 | 101011001 | 1100011 | 101110 |
Color Harmonies of #E8013A
Complementary color
Monochromatic Colors of #E8013A
Black with #E8013A
Text Example
Text Example
White with #E8013A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8013A; }
p { color: rgb(232,1,58); }
H1.HeaderClassName
{
color: #E8013A;
}
.AnyTagClassName
{
color: #E8013A;
}
</style>
background-color css
<style>
a { background-color: #E8013A; }
a { background-color: rgb(232,1,58); }
div.DivClassName
{
background-color: #E8013A;
}
.BgClassName
{
background-color: #E8013A;
}
</style>
border-color css
<style>
span { border-color: #E8013A; }
span { border-color: rgb(232,1,58); }
td.TdClassName
{
border-color: #E8013A;
}
.TagClassName
{
border-color: #E8013A;
}
</style>