Shades of Crimson #E71432
Tints of Crimson #E71432
RGB
CMYK
RGB Variations
Color information
#E71432 (or 0xE71432) is known color: Crimson. HEX triplet: E7, 14 and 32. RGB value is (231,20,50). Sum of RGB (Red+Green+Blue) = 231+20+50=301 (39% of max value = 765). Red value is 231 (90.62% from 255 or 76.74% from 301); Green value is 20 (8.20% from 255 or 6.64% from 301); Blue value is 50 (19.92% from 255 or 16.61% from 301); Max value from RGB is 231 - color contains mainly: red. Hex color #E71432 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E71432 is #18EBCD. Grayscale: #565656. Windows color (decimal): -1633230 or 3282151. OLE color: 3282151.
HSL color Cylindrical-coordinate representation of color #E71432: hue angle of 351.47º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E71432 is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 20 | 50 | - |
| CMYK | 0 | 0.91 | 0.78 | 0.09 |
| HSL | 351.47º | 0.84% | 0.49% | - |
| HSV(B) | 351.47º | 0.91% | 0.91% | - |
| XYZ | 33.78 | 17.72 | 4.66 | - |
| YUV | 86.51 | 107.4 | 231.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 20 | 50 | 0 | 0.91 | 0.78 | 0.09 | 351.47 | 0.84 | 0.49 |
| Hex | E7 | 14 | 32 | 0 | 5B | 4E | 9 | 15F | 54 | 31 |
| Octal | 347 | 24 | 62 | 0 | 133 | 116 | 11 | 537 | 124 | 61 |
| Binary | 11100111 | 10100 | 110010 | 0 | 1011011 | 1001110 | 1001 | 101011111 | 1010100 | 110001 |
Color Harmonies of #E71432
Complementary color
Monochromatic Colors of #E71432
Black with #E71432
Text Example
Text Example
White with #E71432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71432; }
p { color: rgb(231,20,50); }
H1.HeaderClassName
{
color: #E71432;
}
.AnyTagClassName
{
color: #E71432;
}
</style>
background-color css
<style>
a { background-color: #E71432; }
a { background-color: rgb(231,20,50); }
div.DivClassName
{
background-color: #E71432;
}
.BgClassName
{
background-color: #E71432;
}
</style>
border-color css
<style>
span { border-color: #E71432; }
span { border-color: rgb(231,20,50); }
td.TdClassName
{
border-color: #E71432;
}
.TagClassName
{
border-color: #E71432;
}
</style>