Shades of Crimson #E8153D
Tints of Crimson #E8153D
RGB
CMYK
RGB Variations
Color information
#E8153D (or 0xE8153D) is known color: Crimson. HEX triplet: E8, 15 and 3D. RGB value is (232,21,61). Sum of RGB (Red+Green+Blue) = 232+21+61=314 (41% of max value = 765). Red value is 232 (91.02% from 255 or 73.89% from 314); Green value is 21 (8.59% from 255 or 6.69% from 314); Blue value is 61 (24.22% from 255 or 19.43% from 314); Max value from RGB is 232 - color contains mainly: red. Hex color #E8153D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8153D is #17EAC2. Grayscale: #585858. Windows color (decimal): -1567427 or 4003304. OLE color: 4003304.
HSL color Cylindrical-coordinate representation of color #E8153D: hue angle of 348.63º 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 #E8153D is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 21 | 61 | - |
| CMYK | 0 | 0.91 | 0.74 | 0.09 |
| HSL | 348.63º | 0.83% | 0.5% | - |
| HSV(B) | 348.63º | 0.91% | 0.91% | - |
| XYZ | 34.39 | 18.03 | 6.08 | - |
| YUV | 88.65 | 112.4 | 230.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 21 | 61 | 0 | 0.91 | 0.74 | 0.09 | 348.63 | 0.83 | 0.5 |
| Hex | E8 | 15 | 3D | 0 | 5B | 4A | 9 | 15D | 53 | 32 |
| Octal | 350 | 25 | 75 | 0 | 133 | 112 | 11 | 535 | 123 | 62 |
| Binary | 11101000 | 10101 | 111101 | 0 | 1011011 | 1001010 | 1001 | 101011101 | 1010011 | 110010 |
Color Harmonies of #E8153D
Complementary color
Monochromatic Colors of #E8153D
Black with #E8153D
Text Example
Text Example
White with #E8153D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8153D; }
p { color: rgb(232,21,61); }
H1.HeaderClassName
{
color: #E8153D;
}
.AnyTagClassName
{
color: #E8153D;
}
</style>
background-color css
<style>
a { background-color: #E8153D; }
a { background-color: rgb(232,21,61); }
div.DivClassName
{
background-color: #E8153D;
}
.BgClassName
{
background-color: #E8153D;
}
</style>
border-color css
<style>
span { border-color: #E8153D; }
span { border-color: rgb(232,21,61); }
td.TdClassName
{
border-color: #E8153D;
}
.TagClassName
{
border-color: #E8153D;
}
</style>