Shades of Crimson #E8153A
Tints of Crimson #E8153A
RGB
CMYK
RGB Variations
Color information
#E8153A (or 0xE8153A) is known color: Crimson. HEX triplet: E8, 15 and 3A. RGB value is (232,21,58). Sum of RGB (Red+Green+Blue) = 232+21+58=311 (41% of max value = 765). Red value is 232 (91.02% from 255 or 74.60% from 311); Green value is 21 (8.59% from 255 or 6.75% from 311); Blue value is 58 (23.05% from 255 or 18.65% from 311); Max value from RGB is 232 - color contains mainly: red. Hex color #E8153A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8153A is #17EAC5. Grayscale: #585858. Windows color (decimal): -1567430 or 3806696. OLE color: 3806696.
HSL color Cylindrical-coordinate representation of color #E8153A: hue angle of 349.48º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E8153A is Cyan = 0, Magento = 0.91, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 21 | 58 | - |
| CMYK | 0 | 0.91 | 0.75 | 0.09 |
| HSL | 349.48º | 0.83% | 0.5% | - |
| HSV(B) | 349.48º | 0.91% | 0.91% | - |
| XYZ | 34.31 | 18 | 5.67 | - |
| YUV | 88.31 | 110.9 | 230.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 21 | 58 | 0 | 0.91 | 0.75 | 0.09 | 349.48 | 0.83 | 0.5 |
| Hex | E8 | 15 | 3A | 0 | 5B | 4B | 9 | 15D | 53 | 32 |
| Octal | 350 | 25 | 72 | 0 | 133 | 113 | 11 | 535 | 123 | 62 |
| Binary | 11101000 | 10101 | 111010 | 0 | 1011011 | 1001011 | 1001 | 101011101 | 1010011 | 110010 |
Color Harmonies of #E8153A
Complementary color
Monochromatic Colors of #E8153A
Black with #E8153A
Text Example
Text Example
White with #E8153A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8153A; }
p { color: rgb(232,21,58); }
H1.HeaderClassName
{
color: #E8153A;
}
.AnyTagClassName
{
color: #E8153A;
}
</style>
background-color css
<style>
a { background-color: #E8153A; }
a { background-color: rgb(232,21,58); }
div.DivClassName
{
background-color: #E8153A;
}
.BgClassName
{
background-color: #E8153A;
}
</style>
border-color css
<style>
span { border-color: #E8153A; }
span { border-color: rgb(232,21,58); }
td.TdClassName
{
border-color: #E8153A;
}
.TagClassName
{
border-color: #E8153A;
}
</style>