Shades of Crimson #E0144C
Tints of Crimson #E0144C
RGB
CMYK
RGB Variations
Color information
#E0144C (or 0xE0144C) is known color: Crimson. HEX triplet: E0, 14 and 4C. RGB value is (224,20,76). Sum of RGB (Red+Green+Blue) = 224+20+76=320 (42% of max value = 765). Red value is 224 (87.89% from 255 or 70% from 320); Green value is 20 (8.20% from 255 or 6.25% from 320); Blue value is 76 (30.08% from 255 or 23.75% from 320); Max value from RGB is 224 - color contains mainly: red. Hex color #E0144C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0144C is #1FEBB3. Grayscale: #575757. Windows color (decimal): -2091956 or 4986080. OLE color: 4986080.
HSL color Cylindrical-coordinate representation of color #E0144C: hue angle of 343.53º 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 #E0144C is Cyan = 0, Magento = 0.91, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 20 | 76 | - |
| CMYK | 0 | 0.91 | 0.66 | 0.12 |
| HSL | 343.53º | 0.84% | 0.48% | - |
| HSV(B) | 343.53º | 0.91% | 0.88% | - |
| XYZ | 32.3 | 16.87 | 8.39 | - |
| YUV | 87.38 | 121.59 | 225.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 20 | 76 | 0 | 0.91 | 0.66 | 0.12 | 343.53 | 0.84 | 0.48 |
| Hex | E0 | 14 | 4C | 0 | 5B | 42 | C | 158 | 54 | 30 |
| Octal | 340 | 24 | 114 | 0 | 133 | 102 | 14 | 530 | 124 | 60 |
| Binary | 11100000 | 10100 | 1001100 | 0 | 1011011 | 1000010 | 1100 | 101011000 | 1010100 | 110000 |
Color Harmonies of #E0144C
Complementary color
Monochromatic Colors of #E0144C
Black with #E0144C
Text Example
Text Example
White with #E0144C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0144C; }
p { color: rgb(224,20,76); }
H1.HeaderClassName
{
color: #E0144C;
}
.AnyTagClassName
{
color: #E0144C;
}
</style>
background-color css
<style>
a { background-color: #E0144C; }
a { background-color: rgb(224,20,76); }
div.DivClassName
{
background-color: #E0144C;
}
.BgClassName
{
background-color: #E0144C;
}
</style>
border-color css
<style>
span { border-color: #E0144C; }
span { border-color: rgb(224,20,76); }
td.TdClassName
{
border-color: #E0144C;
}
.TagClassName
{
border-color: #E0144C;
}
</style>