Shades of Crimson #E9063E
Tints of Crimson #E9063E
RGB
CMYK
RGB Variations
Color information
#E9063E (or 0xE9063E) is known color: Crimson. HEX triplet: E9, 06 and 3E. RGB value is (233,6,62). Sum of RGB (Red+Green+Blue) = 233+6+62=301 (39% of max value = 765). Red value is 233 (91.41% from 255 or 77.41% from 301); Green value is 6 (2.73% from 255 or 1.99% from 301); Blue value is 62 (24.61% from 255 or 20.60% from 301); Max value from RGB is 233 - color contains mainly: red. Hex color #E9063E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E9063E is #16F9C1. Grayscale: #505050. Windows color (decimal): -1505730 or 4065001. OLE color: 4065001.
HSL color Cylindrical-coordinate representation of color #E9063E: hue angle of 345.2º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E9063E is Cyan = 0, Magento = 0.97, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 6 | 62 | - |
| CMYK | 0 | 0.97 | 0.73 | 0.09 |
| HSL | 345.2º | 0.95% | 0.47% | - |
| HSV(B) | 345.2º | 0.97% | 0.91% | - |
| XYZ | 34.54 | 17.8 | 6.17 | - |
| YUV | 80.26 | 117.71 | 236.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 6 | 62 | 0 | 0.97 | 0.73 | 0.09 | 345.2 | 0.95 | 0.47 |
| Hex | E9 | 6 | 3E | 0 | 61 | 49 | 9 | 159 | 5F | 2F |
| Octal | 351 | 6 | 76 | 0 | 141 | 111 | 11 | 531 | 137 | 57 |
| Binary | 11101001 | 110 | 111110 | 0 | 1100001 | 1001001 | 1001 | 101011001 | 1011111 | 101111 |
Color Harmonies of #E9063E
Complementary color
Monochromatic Colors of #E9063E
Black with #E9063E
Text Example
Text Example
White with #E9063E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9063E; }
p { color: rgb(233,6,62); }
H1.HeaderClassName
{
color: #E9063E;
}
.AnyTagClassName
{
color: #E9063E;
}
</style>
background-color css
<style>
a { background-color: #E9063E; }
a { background-color: rgb(233,6,62); }
div.DivClassName
{
background-color: #E9063E;
}
.BgClassName
{
background-color: #E9063E;
}
</style>
border-color css
<style>
span { border-color: #E9063E; }
span { border-color: rgb(233,6,62); }
td.TdClassName
{
border-color: #E9063E;
}
.TagClassName
{
border-color: #E9063E;
}
</style>