Shades of Crimson #E8122D
Tints of Crimson #E8122D
RGB
CMYK
RGB Variations
Color information
#E8122D (or 0xE8122D) is known color: Crimson. HEX triplet: E8, 12 and 2D. RGB value is (232,18,45). Sum of RGB (Red+Green+Blue) = 232+18+45=295 (39% of max value = 765). Red value is 232 (91.02% from 255 or 78.64% from 295); Green value is 18 (7.42% from 255 or 6.10% from 295); Blue value is 45 (17.97% from 255 or 15.25% from 295); Max value from RGB is 232 - color contains mainly: red. Hex color #E8122D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8122D is #17EDD2. Grayscale: #555555. Windows color (decimal): -1568211 or 2953960. OLE color: 2953960.
HSL color Cylindrical-coordinate representation of color #E8122D: hue angle of 352.43º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E8122D is Cyan = 0, Magento = 0.92, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 18 | 45 | - |
| CMYK | 0 | 0.92 | 0.81 | 0.09 |
| HSL | 352.43º | 0.86% | 0.49% | - |
| HSV(B) | 352.43º | 0.92% | 0.91% | - |
| XYZ | 33.97 | 17.78 | 4.12 | - |
| YUV | 85.06 | 105.4 | 232.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 18 | 45 | 0 | 0.92 | 0.81 | 0.09 | 352.43 | 0.86 | 0.49 |
| Hex | E8 | 12 | 2D | 0 | 5C | 51 | 9 | 160 | 56 | 31 |
| Octal | 350 | 22 | 55 | 0 | 134 | 121 | 11 | 540 | 126 | 61 |
| Binary | 11101000 | 10010 | 101101 | 0 | 1011100 | 1010001 | 1001 | 101100000 | 1010110 | 110001 |
Color Harmonies of #E8122D
Complementary color
Monochromatic Colors of #E8122D
Black with #E8122D
Text Example
Text Example
White with #E8122D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8122D; }
p { color: rgb(232,18,45); }
H1.HeaderClassName
{
color: #E8122D;
}
.AnyTagClassName
{
color: #E8122D;
}
</style>
background-color css
<style>
a { background-color: #E8122D; }
a { background-color: rgb(232,18,45); }
div.DivClassName
{
background-color: #E8122D;
}
.BgClassName
{
background-color: #E8122D;
}
</style>
border-color css
<style>
span { border-color: #E8122D; }
span { border-color: rgb(232,18,45); }
td.TdClassName
{
border-color: #E8122D;
}
.TagClassName
{
border-color: #E8122D;
}
</style>