Shades of Crimson #E0124B
Tints of Crimson #E0124B
RGB
CMYK
RGB Variations
Color information
#E0124B (or 0xE0124B) is known color: Crimson. HEX triplet: E0, 12 and 4B. RGB value is (224,18,75). Sum of RGB (Red+Green+Blue) = 224+18+75=317 (41% of max value = 765). Red value is 224 (87.89% from 255 or 70.66% from 317); Green value is 18 (7.42% from 255 or 5.68% from 317); Blue value is 75 (29.69% from 255 or 23.66% from 317); Max value from RGB is 224 - color contains mainly: red. Hex color #E0124B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0124B is #1FEDB4. Grayscale: #565656. Windows color (decimal): -2092469 or 4920032. OLE color: 4920032.
HSL color Cylindrical-coordinate representation of color #E0124B: hue angle of 343.4º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E0124B is Cyan = 0, Magento = 0.92, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 18 | 75 | - |
| CMYK | 0 | 0.92 | 0.67 | 0.12 |
| HSL | 343.4º | 0.85% | 0.47% | - |
| HSV(B) | 343.4º | 0.92% | 0.88% | - |
| XYZ | 32.23 | 16.79 | 8.2 | - |
| YUV | 86.09 | 121.75 | 226.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 18 | 75 | 0 | 0.92 | 0.67 | 0.12 | 343.4 | 0.85 | 0.47 |
| Hex | E0 | 12 | 4B | 0 | 5C | 43 | C | 157 | 55 | 2F |
| Octal | 340 | 22 | 113 | 0 | 134 | 103 | 14 | 527 | 125 | 57 |
| Binary | 11100000 | 10010 | 1001011 | 0 | 1011100 | 1000011 | 1100 | 101010111 | 1010101 | 101111 |
Color Harmonies of #E0124B
Complementary color
Monochromatic Colors of #E0124B
Black with #E0124B
Text Example
Text Example
White with #E0124B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0124B; }
p { color: rgb(224,18,75); }
H1.HeaderClassName
{
color: #E0124B;
}
.AnyTagClassName
{
color: #E0124B;
}
</style>
background-color css
<style>
a { background-color: #E0124B; }
a { background-color: rgb(224,18,75); }
div.DivClassName
{
background-color: #E0124B;
}
.BgClassName
{
background-color: #E0124B;
}
</style>
border-color css
<style>
span { border-color: #E0124B; }
span { border-color: rgb(224,18,75); }
td.TdClassName
{
border-color: #E0124B;
}
.TagClassName
{
border-color: #E0124B;
}
</style>