Shades of Crimson #E81A44
Tints of Crimson #E81A44
RGB
CMYK
RGB Variations
Color information
#E81A44 (or 0xE81A44) is known color: Crimson. HEX triplet: E8, 1A and 44. RGB value is (232,26,68). Sum of RGB (Red+Green+Blue) = 232+26+68=326 (43% of max value = 765). Red value is 232 (91.02% from 255 or 71.17% from 326); Green value is 26 (10.55% from 255 or 7.98% from 326); Blue value is 68 (26.95% from 255 or 20.86% from 326); Max value from RGB is 232 - color contains mainly: red. Hex color #E81A44 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E81A44 is #17E5BB. Grayscale: #5C5C5C. Windows color (decimal): -1566140 or 4463336. OLE color: 4463336.
HSL color Cylindrical-coordinate representation of color #E81A44: hue angle of 347.77º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E81A44 is Cyan = 0, Magento = 0.89, Yellow = 0.71 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 26 | 68 | - |
| CMYK | 0 | 0.89 | 0.71 | 0.09 |
| HSL | 347.77º | 0.82% | 0.51% | - |
| HSV(B) | 347.77º | 0.89% | 0.91% | - |
| XYZ | 34.69 | 18.31 | 7.17 | - |
| YUV | 92.38 | 114.25 | 227.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 26 | 68 | 0 | 0.89 | 0.71 | 0.09 | 347.77 | 0.82 | 0.51 |
| Hex | E8 | 1A | 44 | 0 | 59 | 47 | 9 | 15C | 52 | 33 |
| Octal | 350 | 32 | 104 | 0 | 131 | 107 | 11 | 534 | 122 | 63 |
| Binary | 11101000 | 11010 | 1000100 | 0 | 1011001 | 1000111 | 1001 | 101011100 | 1010010 | 110011 |
Color Harmonies of #E81A44
Complementary color
Monochromatic Colors of #E81A44
Black with #E81A44
Text Example
Text Example
White with #E81A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81A44; }
p { color: rgb(232,26,68); }
H1.HeaderClassName
{
color: #E81A44;
}
.AnyTagClassName
{
color: #E81A44;
}
</style>
background-color css
<style>
a { background-color: #E81A44; }
a { background-color: rgb(232,26,68); }
div.DivClassName
{
background-color: #E81A44;
}
.BgClassName
{
background-color: #E81A44;
}
</style>
border-color css
<style>
span { border-color: #E81A44; }
span { border-color: rgb(232,26,68); }
td.TdClassName
{
border-color: #E81A44;
}
.TagClassName
{
border-color: #E81A44;
}
</style>