Shades of Crimson #E81A45
Tints of Crimson #E81A45
RGB
CMYK
RGB Variations
Color information
#E81A45 (or 0xE81A45) is known color: Crimson. HEX triplet: E8, 1A and 45. RGB value is (232,26,69). Sum of RGB (Red+Green+Blue) = 232+26+69=327 (43% of max value = 765). Red value is 232 (91.02% from 255 or 70.95% from 327); Green value is 26 (10.55% from 255 or 7.95% from 327); Blue value is 69 (27.34% from 255 or 21.10% from 327); Max value from RGB is 232 - color contains mainly: red. Hex color #E81A45 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E81A45 is #17E5BA. Grayscale: #5C5C5C. Windows color (decimal): -1566139 or 4528872. OLE color: 4528872.
HSL color Cylindrical-coordinate representation of color #E81A45: hue angle of 347.48º 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 #E81A45 is Cyan = 0, Magento = 0.89, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 26 | 69 | - |
| CMYK | 0 | 0.89 | 0.70 | 0.09 |
| HSL | 347.48º | 0.82% | 0.51% | - |
| HSV(B) | 347.48º | 0.89% | 0.91% | - |
| XYZ | 34.72 | 18.32 | 7.34 | - |
| YUV | 92.5 | 114.75 | 227.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 26 | 69 | 0 | 0.89 | 0.70 | 0.09 | 347.48 | 0.82 | 0.51 |
| Hex | E8 | 1A | 45 | 0 | 59 | 46 | 9 | 15B | 52 | 33 |
| Octal | 350 | 32 | 105 | 0 | 131 | 106 | 11 | 533 | 122 | 63 |
| Binary | 11101000 | 11010 | 1000101 | 0 | 1011001 | 1000110 | 1001 | 101011011 | 1010010 | 110011 |
Color Harmonies of #E81A45
Complementary color
Monochromatic Colors of #E81A45
Black with #E81A45
Text Example
Text Example
White with #E81A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81A45; }
p { color: rgb(232,26,69); }
H1.HeaderClassName
{
color: #E81A45;
}
.AnyTagClassName
{
color: #E81A45;
}
</style>
background-color css
<style>
a { background-color: #E81A45; }
a { background-color: rgb(232,26,69); }
div.DivClassName
{
background-color: #E81A45;
}
.BgClassName
{
background-color: #E81A45;
}
</style>
border-color css
<style>
span { border-color: #E81A45; }
span { border-color: rgb(232,26,69); }
td.TdClassName
{
border-color: #E81A45;
}
.TagClassName
{
border-color: #E81A45;
}
</style>