Shades of Crimson #E9143E
Tints of Crimson #E9143E
RGB
CMYK
RGB Variations
Color information
#E9143E (or 0xE9143E) is known color: Crimson. HEX triplet: E9, 14 and 3E. RGB value is (233,20,62). Sum of RGB (Red+Green+Blue) = 233+20+62=315 (41% of max value = 765). Red value is 233 (91.41% from 255 or 73.97% from 315); Green value is 20 (8.20% from 255 or 6.35% from 315); Blue value is 62 (24.61% from 255 or 19.68% from 315); Max value from RGB is 233 - color contains mainly: red. Hex color #E9143E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E9143E is #16EBC1. Grayscale: #585858. Windows color (decimal): -1502146 or 4068585. OLE color: 4068585.
HSL color Cylindrical-coordinate representation of color #E9143E: hue angle of 348.17º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E9143E is Cyan = 0, Magento = 0.91, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 20 | 62 | - |
| CMYK | 0 | 0.91 | 0.73 | 0.09 |
| HSL | 348.17º | 0.84% | 0.5% | - |
| HSV(B) | 348.17º | 0.91% | 0.91% | - |
| XYZ | 34.72 | 18.17 | 6.23 | - |
| YUV | 88.48 | 113.07 | 231.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 20 | 62 | 0 | 0.91 | 0.73 | 0.09 | 348.17 | 0.84 | 0.5 |
| Hex | E9 | 14 | 3E | 0 | 5B | 49 | 9 | 15C | 54 | 32 |
| Octal | 351 | 24 | 76 | 0 | 133 | 111 | 11 | 534 | 124 | 62 |
| Binary | 11101001 | 10100 | 111110 | 0 | 1011011 | 1001001 | 1001 | 101011100 | 1010100 | 110010 |
Color Harmonies of #E9143E
Complementary color
Monochromatic Colors of #E9143E
Black with #E9143E
Text Example
Text Example
White with #E9143E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9143E; }
p { color: rgb(233,20,62); }
H1.HeaderClassName
{
color: #E9143E;
}
.AnyTagClassName
{
color: #E9143E;
}
</style>
background-color css
<style>
a { background-color: #E9143E; }
a { background-color: rgb(233,20,62); }
div.DivClassName
{
background-color: #E9143E;
}
.BgClassName
{
background-color: #E9143E;
}
</style>
border-color css
<style>
span { border-color: #E9143E; }
span { border-color: rgb(233,20,62); }
td.TdClassName
{
border-color: #E9143E;
}
.TagClassName
{
border-color: #E9143E;
}
</style>