Shades of Crimson #E9123D
Tints of Crimson #E9123D
RGB
CMYK
RGB Variations
Color information
#E9123D (or 0xE9123D) is known color: Crimson. HEX triplet: E9, 12 and 3D. RGB value is (233,18,61). Sum of RGB (Red+Green+Blue) = 233+18+61=312 (41% of max value = 765). Red value is 233 (91.41% from 255 or 74.68% from 312); Green value is 18 (7.42% from 255 or 5.77% from 312); Blue value is 61 (24.22% from 255 or 19.55% from 312); Max value from RGB is 233 - color contains mainly: red. Hex color #E9123D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E9123D is #16EDC2. Grayscale: #575757. Windows color (decimal): -1502659 or 4002537. OLE color: 4002537.
HSL color Cylindrical-coordinate representation of color #E9123D: hue angle of 348º 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 #E9123D is Cyan = 0, Magento = 0.92, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 18 | 61 | - |
| CMYK | 0 | 0.92 | 0.74 | 0.09 |
| HSL | 348º | 0.86% | 0.49% | - |
| HSV(B) | 348º | 0.92% | 0.91% | - |
| XYZ | 34.66 | 18.09 | 6.08 | - |
| YUV | 87.19 | 113.23 | 232 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 18 | 61 | 0 | 0.92 | 0.74 | 0.09 | 348 | 0.86 | 0.49 |
| Hex | E9 | 12 | 3D | 0 | 5C | 4A | 9 | 15C | 56 | 31 |
| Octal | 351 | 22 | 75 | 0 | 134 | 112 | 11 | 534 | 126 | 61 |
| Binary | 11101001 | 10010 | 111101 | 0 | 1011100 | 1001010 | 1001 | 101011100 | 1010110 | 110001 |
Color Harmonies of #E9123D
Complementary color
Monochromatic Colors of #E9123D
Black with #E9123D
Text Example
Text Example
White with #E9123D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9123D; }
p { color: rgb(233,18,61); }
H1.HeaderClassName
{
color: #E9123D;
}
.AnyTagClassName
{
color: #E9123D;
}
</style>
background-color css
<style>
a { background-color: #E9123D; }
a { background-color: rgb(233,18,61); }
div.DivClassName
{
background-color: #E9123D;
}
.BgClassName
{
background-color: #E9123D;
}
</style>
border-color css
<style>
span { border-color: #E9123D; }
span { border-color: rgb(233,18,61); }
td.TdClassName
{
border-color: #E9123D;
}
.TagClassName
{
border-color: #E9123D;
}
</style>