Shades of Crimson #E9013D
Tints of Crimson #E9013D
RGB
CMYK
RGB Variations
Color information
#E9013D (or 0xE9013D) is known color: Crimson. HEX triplet: E9, 01 and 3D. RGB value is (233,1,61). Sum of RGB (Red+Green+Blue) = 233+1+61=295 (39% of max value = 765). Red value is 233 (91.41% from 255 or 78.98% from 295); Green value is 1 (0.78% from 255 or 0.34% from 295); Blue value is 61 (24.22% from 255 or 20.68% from 295); Max value from RGB is 233 - color contains mainly: red. Hex color #E9013D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E9013D is #16FEC2. Grayscale: #4D4D4D. Windows color (decimal): -1507011 or 3998185. OLE color: 3998185.
HSL color Cylindrical-coordinate representation of color #E9013D: hue angle of 344.48º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E9013D is Cyan = 0, Magento = 1.00, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 1 | 61 | - |
| CMYK | 0 | 1.00 | 0.74 | 0.09 |
| HSL | 344.48º | 0.99% | 0.46% | - |
| HSV(B) | 344.48º | 1% | 0.91% | - |
| XYZ | 34.46 | 17.68 | 6.01 | - |
| YUV | 77.21 | 118.86 | 239.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 1 | 61 | 0 | 1.00 | 0.74 | 0.09 | 344.48 | 0.99 | 0.46 |
| Hex | E9 | 1 | 3D | 0 | 64 | 4A | 9 | 158 | 63 | 2E |
| Octal | 351 | 1 | 75 | 0 | 144 | 112 | 11 | 530 | 143 | 56 |
| Binary | 11101001 | 1 | 111101 | 0 | 1100100 | 1001010 | 1001 | 101011000 | 1100011 | 101110 |
Color Harmonies of #E9013D
Complementary color
Monochromatic Colors of #E9013D
Black with #E9013D
Text Example
Text Example
White with #E9013D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9013D; }
p { color: rgb(233,1,61); }
H1.HeaderClassName
{
color: #E9013D;
}
.AnyTagClassName
{
color: #E9013D;
}
</style>
background-color css
<style>
a { background-color: #E9013D; }
a { background-color: rgb(233,1,61); }
div.DivClassName
{
background-color: #E9013D;
}
.BgClassName
{
background-color: #E9013D;
}
</style>
border-color css
<style>
span { border-color: #E9013D; }
span { border-color: rgb(233,1,61); }
td.TdClassName
{
border-color: #E9013D;
}
.TagClassName
{
border-color: #E9013D;
}
</style>