Shades of Crimson #E01432
Tints of Crimson #E01432
RGB
CMYK
RGB Variations
Color information
#E01432 (or 0xE01432) is known color: Crimson. HEX triplet: E0, 14 and 32. RGB value is (224,20,50). Sum of RGB (Red+Green+Blue) = 224+20+50=294 (38% of max value = 765). Red value is 224 (87.89% from 255 or 76.19% from 294); Green value is 20 (8.20% from 255 or 6.80% from 294); Blue value is 50 (19.92% from 255 or 17.01% from 294); Max value from RGB is 224 - color contains mainly: red. Hex color #E01432 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E01432 is #1FEBCD. Grayscale: #545454. Windows color (decimal): -2091982 or 3282144. OLE color: 3282144.
HSL color Cylindrical-coordinate representation of color #E01432: hue angle of 351.18º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E01432 is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 20 | 50 | - |
| CMYK | 0 | 0.91 | 0.78 | 0.12 |
| HSL | 351.18º | 0.84% | 0.48% | - |
| HSV(B) | 351.18º | 0.91% | 0.88% | - |
| XYZ | 31.57 | 16.58 | 4.55 | - |
| YUV | 84.42 | 108.59 | 227.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 20 | 50 | 0 | 0.91 | 0.78 | 0.12 | 351.18 | 0.84 | 0.48 |
| Hex | E0 | 14 | 32 | 0 | 5B | 4E | C | 15F | 54 | 30 |
| Octal | 340 | 24 | 62 | 0 | 133 | 116 | 14 | 537 | 124 | 60 |
| Binary | 11100000 | 10100 | 110010 | 0 | 1011011 | 1001110 | 1100 | 101011111 | 1010100 | 110000 |
Color Harmonies of #E01432
Complementary color
Monochromatic Colors of #E01432
Black with #E01432
Text Example
Text Example
White with #E01432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01432; }
p { color: rgb(224,20,50); }
H1.HeaderClassName
{
color: #E01432;
}
.AnyTagClassName
{
color: #E01432;
}
</style>
background-color css
<style>
a { background-color: #E01432; }
a { background-color: rgb(224,20,50); }
div.DivClassName
{
background-color: #E01432;
}
.BgClassName
{
background-color: #E01432;
}
</style>
border-color css
<style>
span { border-color: #E01432; }
span { border-color: rgb(224,20,50); }
td.TdClassName
{
border-color: #E01432;
}
.TagClassName
{
border-color: #E01432;
}
</style>