Shades of Crimson #E9124B
Tints of Crimson #E9124B
RGB
CMYK
RGB Variations
Color information
#E9124B (or 0xE9124B) is known color: Crimson. HEX triplet: E9, 12 and 4B. RGB value is (233,18,75). Sum of RGB (Red+Green+Blue) = 233+18+75=326 (43% of max value = 765). Red value is 233 (91.41% from 255 or 71.47% from 326); Green value is 18 (7.42% from 255 or 5.52% from 326); Blue value is 75 (29.69% from 255 or 23.01% from 326); Max value from RGB is 233 - color contains mainly: red. Hex color #E9124B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E9124B is #16EDB4. Grayscale: #585858. Windows color (decimal): -1502645 or 4920041. OLE color: 4920041.
HSL color Cylindrical-coordinate representation of color #E9124B: hue angle of 344.09º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E9124B is Cyan = 0, Magento = 0.92, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 18 | 75 | - |
| CMYK | 0 | 0.92 | 0.68 | 0.09 |
| HSL | 344.09º | 0.86% | 0.49% | - |
| HSV(B) | 344.09º | 0.92% | 0.91% | - |
| XYZ | 35.09 | 18.26 | 8.33 | - |
| YUV | 88.78 | 120.23 | 230.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 18 | 75 | 0 | 0.92 | 0.68 | 0.09 | 344.09 | 0.86 | 0.49 |
| Hex | E9 | 12 | 4B | 0 | 5C | 44 | 9 | 158 | 56 | 31 |
| Octal | 351 | 22 | 113 | 0 | 134 | 104 | 11 | 530 | 126 | 61 |
| Binary | 11101001 | 10010 | 1001011 | 0 | 1011100 | 1000100 | 1001 | 101011000 | 1010110 | 110001 |
Color Harmonies of #E9124B
Complementary color
Monochromatic Colors of #E9124B
Black with #E9124B
Text Example
Text Example
White with #E9124B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9124B; }
p { color: rgb(233,18,75); }
H1.HeaderClassName
{
color: #E9124B;
}
.AnyTagClassName
{
color: #E9124B;
}
</style>
background-color css
<style>
a { background-color: #E9124B; }
a { background-color: rgb(233,18,75); }
div.DivClassName
{
background-color: #E9124B;
}
.BgClassName
{
background-color: #E9124B;
}
</style>
border-color css
<style>
span { border-color: #E9124B; }
span { border-color: rgb(233,18,75); }
td.TdClassName
{
border-color: #E9124B;
}
.TagClassName
{
border-color: #E9124B;
}
</style>