Shades of Crimson #E71848
Tints of Crimson #E71848
RGB
CMYK
RGB Variations
Color information
#E71848 (or 0xE71848) is known color: Crimson. HEX triplet: E7, 18 and 48. RGB value is (231,24,72). Sum of RGB (Red+Green+Blue) = 231+24+72=327 (43% of max value = 765). Red value is 231 (90.62% from 255 or 70.64% from 327); Green value is 24 (9.77% from 255 or 7.34% from 327); Blue value is 72 (28.52% from 255 or 22.02% from 327); Max value from RGB is 231 - color contains mainly: red. Hex color #E71848 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E71848 is #18E7B7. Grayscale: #5B5B5B. Windows color (decimal): -1632184 or 4724967. OLE color: 4724967.
HSL color Cylindrical-coordinate representation of color #E71848: hue angle of 346.09º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E71848 is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 24 | 72 | - |
| CMYK | 0 | 0.90 | 0.69 | 0.09 |
| HSL | 346.09º | 0.81% | 0.5% | - |
| HSV(B) | 346.09º | 0.9% | 0.91% | - |
| XYZ | 34.45 | 18.11 | 7.81 | - |
| YUV | 91.37 | 117.08 | 227.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 24 | 72 | 0 | 0.90 | 0.69 | 0.09 | 346.09 | 0.81 | 0.5 |
| Hex | E7 | 18 | 48 | 0 | 5A | 45 | 9 | 15A | 51 | 32 |
| Octal | 347 | 30 | 110 | 0 | 132 | 105 | 11 | 532 | 121 | 62 |
| Binary | 11100111 | 11000 | 1001000 | 0 | 1011010 | 1000101 | 1001 | 101011010 | 1010001 | 110010 |
Color Harmonies of #E71848
Complementary color
Monochromatic Colors of #E71848
Black with #E71848
Text Example
Text Example
White with #E71848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71848; }
p { color: rgb(231,24,72); }
H1.HeaderClassName
{
color: #E71848;
}
.AnyTagClassName
{
color: #E71848;
}
</style>
background-color css
<style>
a { background-color: #E71848; }
a { background-color: rgb(231,24,72); }
div.DivClassName
{
background-color: #E71848;
}
.BgClassName
{
background-color: #E71848;
}
</style>
border-color css
<style>
span { border-color: #E71848; }
span { border-color: rgb(231,24,72); }
td.TdClassName
{
border-color: #E71848;
}
.TagClassName
{
border-color: #E71848;
}
</style>