Shades of Crimson #E81B43
Tints of Crimson #E81B43
RGB
CMYK
RGB Variations
Color information
#E81B43 (or 0xE81B43) is known color: Crimson. HEX triplet: E8, 1B and 43. RGB value is (232,27,67). Sum of RGB (Red+Green+Blue) = 232+27+67=326 (43% of max value = 765). Red value is 232 (91.02% from 255 or 71.17% from 326); Green value is 27 (10.94% from 255 or 8.28% from 326); Blue value is 67 (26.56% from 255 or 20.55% from 326); Max value from RGB is 232 - color contains mainly: red. Hex color #E81B43 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E81B43 is #17E4BC. Grayscale: #5C5C5C. Windows color (decimal): -1565885 or 4398056. OLE color: 4398056.
HSL color Cylindrical-coordinate representation of color #E81B43: hue angle of 348.29º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E81B43 is Cyan = 0, Magento = 0.88, Yellow = 0.71 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 27 | 67 | - |
| CMYK | 0 | 0.88 | 0.71 | 0.09 |
| HSL | 348.29º | 0.82% | 0.51% | - |
| HSV(B) | 348.29º | 0.88% | 0.91% | - |
| XYZ | 34.68 | 18.34 | 7.02 | - |
| YUV | 92.86 | 113.42 | 227.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 27 | 67 | 0 | 0.88 | 0.71 | 0.09 | 348.29 | 0.82 | 0.51 |
| Hex | E8 | 1B | 43 | 0 | 58 | 47 | 9 | 15C | 52 | 33 |
| Octal | 350 | 33 | 103 | 0 | 130 | 107 | 11 | 534 | 122 | 63 |
| Binary | 11101000 | 11011 | 1000011 | 0 | 1011000 | 1000111 | 1001 | 101011100 | 1010010 | 110011 |
Color Harmonies of #E81B43
Complementary color
Monochromatic Colors of #E81B43
Black with #E81B43
Text Example
Text Example
White with #E81B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81B43; }
p { color: rgb(232,27,67); }
H1.HeaderClassName
{
color: #E81B43;
}
.AnyTagClassName
{
color: #E81B43;
}
</style>
background-color css
<style>
a { background-color: #E81B43; }
a { background-color: rgb(232,27,67); }
div.DivClassName
{
background-color: #E81B43;
}
.BgClassName
{
background-color: #E81B43;
}
</style>
border-color css
<style>
span { border-color: #E81B43; }
span { border-color: rgb(232,27,67); }
td.TdClassName
{
border-color: #E81B43;
}
.TagClassName
{
border-color: #E81B43;
}
</style>