Shades of Crimson #E0134D
Tints of Crimson #E0134D
RGB
CMYK
RGB Variations
Color information
#E0134D (or 0xE0134D) is known color: Crimson. HEX triplet: E0, 13 and 4D. RGB value is (224,19,77). Sum of RGB (Red+Green+Blue) = 224+19+77=320 (42% of max value = 765). Red value is 224 (87.89% from 255 or 70% from 320); Green value is 19 (7.81% from 255 or 5.94% from 320); Blue value is 77 (30.47% from 255 or 24.06% from 320); Max value from RGB is 224 - color contains mainly: red. Hex color #E0134D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0134D is #1FECB2. Grayscale: #565656. Windows color (decimal): -2092211 or 5051360. OLE color: 5051360.
HSL color Cylindrical-coordinate representation of color #E0134D: hue angle of 343.02º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E0134D is Cyan = 0, Magento = 0.92, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 19 | 77 | - |
| CMYK | 0 | 0.92 | 0.66 | 0.12 |
| HSL | 343.02º | 0.84% | 0.48% | - |
| HSV(B) | 343.02º | 0.92% | 0.88% | - |
| XYZ | 32.31 | 16.85 | 8.57 | - |
| YUV | 86.91 | 122.42 | 225.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 19 | 77 | 0 | 0.92 | 0.66 | 0.12 | 343.02 | 0.84 | 0.48 |
| Hex | E0 | 13 | 4D | 0 | 5C | 42 | C | 157 | 54 | 30 |
| Octal | 340 | 23 | 115 | 0 | 134 | 102 | 14 | 527 | 124 | 60 |
| Binary | 11100000 | 10011 | 1001101 | 0 | 1011100 | 1000010 | 1100 | 101010111 | 1010100 | 110000 |
Color Harmonies of #E0134D
Complementary color
Monochromatic Colors of #E0134D
Black with #E0134D
Text Example
Text Example
White with #E0134D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0134D; }
p { color: rgb(224,19,77); }
H1.HeaderClassName
{
color: #E0134D;
}
.AnyTagClassName
{
color: #E0134D;
}
</style>
background-color css
<style>
a { background-color: #E0134D; }
a { background-color: rgb(224,19,77); }
div.DivClassName
{
background-color: #E0134D;
}
.BgClassName
{
background-color: #E0134D;
}
</style>
border-color css
<style>
span { border-color: #E0134D; }
span { border-color: rgb(224,19,77); }
td.TdClassName
{
border-color: #E0134D;
}
.TagClassName
{
border-color: #E0134D;
}
</style>