Shades of Crimson #E9023B
Tints of Crimson #E9023B
RGB
CMYK
RGB Variations
Color information
#E9023B (or 0xE9023B) is known color: Crimson. HEX triplet: E9, 02 and 3B. RGB value is (233,2,59). Sum of RGB (Red+Green+Blue) = 233+2+59=294 (38% of max value = 765). Red value is 233 (91.41% from 255 or 79.25% from 294); Green value is 2 (1.17% from 255 or 0.68% from 294); Blue value is 59 (23.44% from 255 or 20.07% from 294); Max value from RGB is 233 - color contains mainly: red. Hex color #E9023B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E9023B is #16FDC4. Grayscale: #4D4D4D. Windows color (decimal): -1506757 or 3867369. OLE color: 3867369.
HSL color Cylindrical-coordinate representation of color #E9023B: hue angle of 345.19º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E9023B is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 2 | 59 | - |
| CMYK | 0 | 0.99 | 0.75 | 0.09 |
| HSL | 345.19º | 0.98% | 0.46% | - |
| HSV(B) | 345.19º | 0.99% | 0.91% | - |
| XYZ | 34.42 | 17.68 | 5.74 | - |
| YUV | 77.57 | 117.53 | 238.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 2 | 59 | 0 | 0.99 | 0.75 | 0.09 | 345.19 | 0.98 | 0.46 |
| Hex | E9 | 2 | 3B | 0 | 63 | 4B | 9 | 159 | 62 | 2E |
| Octal | 351 | 2 | 73 | 0 | 143 | 113 | 11 | 531 | 142 | 56 |
| Binary | 11101001 | 10 | 111011 | 0 | 1100011 | 1001011 | 1001 | 101011001 | 1100010 | 101110 |
Color Harmonies of #E9023B
Complementary color
Monochromatic Colors of #E9023B
Black with #E9023B
Text Example
Text Example
White with #E9023B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9023B; }
p { color: rgb(233,2,59); }
H1.HeaderClassName
{
color: #E9023B;
}
.AnyTagClassName
{
color: #E9023B;
}
</style>
background-color css
<style>
a { background-color: #E9023B; }
a { background-color: rgb(233,2,59); }
div.DivClassName
{
background-color: #E9023B;
}
.BgClassName
{
background-color: #E9023B;
}
</style>
border-color css
<style>
span { border-color: #E9023B; }
span { border-color: rgb(233,2,59); }
td.TdClassName
{
border-color: #E9023B;
}
.TagClassName
{
border-color: #E9023B;
}
</style>