Shades of Crimson #E9143D
Tints of Crimson #E9143D
RGB
CMYK
RGB Variations
Color information
#E9143D (or 0xE9143D) is known color: Crimson. HEX triplet: E9, 14 and 3D. RGB value is (233,20,61). Sum of RGB (Red+Green+Blue) = 233+20+61=314 (41% of max value = 765). Red value is 233 (91.41% from 255 or 74.20% from 314); Green value is 20 (8.20% from 255 or 6.37% from 314); Blue value is 61 (24.22% from 255 or 19.43% from 314); Max value from RGB is 233 - color contains mainly: red. Hex color #E9143D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E9143D is #16EBC2. Grayscale: #585858. Windows color (decimal): -1502147 or 4003049. OLE color: 4003049.
HSL color Cylindrical-coordinate representation of color #E9143D: hue angle of 348.45º 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 #E9143D is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 20 | 61 | - |
| CMYK | 0 | 0.91 | 0.74 | 0.09 |
| HSL | 348.45º | 0.84% | 0.5% | - |
| HSV(B) | 348.45º | 0.91% | 0.91% | - |
| XYZ | 34.7 | 18.16 | 6.09 | - |
| YUV | 88.36 | 112.57 | 231.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 20 | 61 | 0 | 0.91 | 0.74 | 0.09 | 348.45 | 0.84 | 0.5 |
| Hex | E9 | 14 | 3D | 0 | 5B | 4A | 9 | 15C | 54 | 32 |
| Octal | 351 | 24 | 75 | 0 | 133 | 112 | 11 | 534 | 124 | 62 |
| Binary | 11101001 | 10100 | 111101 | 0 | 1011011 | 1001010 | 1001 | 101011100 | 1010100 | 110010 |
Color Harmonies of #E9143D
Complementary color
Monochromatic Colors of #E9143D
Black with #E9143D
Text Example
Text Example
White with #E9143D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9143D; }
p { color: rgb(233,20,61); }
H1.HeaderClassName
{
color: #E9143D;
}
.AnyTagClassName
{
color: #E9143D;
}
</style>
background-color css
<style>
a { background-color: #E9143D; }
a { background-color: rgb(233,20,61); }
div.DivClassName
{
background-color: #E9143D;
}
.BgClassName
{
background-color: #E9143D;
}
</style>
border-color css
<style>
span { border-color: #E9143D; }
span { border-color: rgb(233,20,61); }
td.TdClassName
{
border-color: #E9143D;
}
.TagClassName
{
border-color: #E9143D;
}
</style>