Shades of Crimson #E8093A
Tints of Crimson #E8093A
RGB
CMYK
RGB Variations
Color information
#E8093A (or 0xE8093A) is known color: Crimson. HEX triplet: E8, 09 and 3A. RGB value is (232,9,58). Sum of RGB (Red+Green+Blue) = 232+9+58=299 (39% of max value = 765). Red value is 232 (91.02% from 255 or 77.59% from 299); Green value is 9 (3.91% from 255 or 3.01% from 299); Blue value is 58 (23.05% from 255 or 19.40% from 299); Max value from RGB is 232 - color contains mainly: red. Hex color #E8093A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8093A is #17F6C5. Grayscale: #515151. Windows color (decimal): -1570502 or 3803624. OLE color: 3803624.
HSL color Cylindrical-coordinate representation of color #E8093A: hue angle of 346.82º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E8093A is Cyan = 0, Magento = 0.96, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 9 | 58 | - |
| CMYK | 0 | 0.96 | 0.75 | 0.09 |
| HSL | 346.82º | 0.93% | 0.47% | - |
| HSV(B) | 346.82º | 0.96% | 0.91% | - |
| XYZ | 34.14 | 17.66 | 5.61 | - |
| YUV | 81.26 | 114.88 | 235.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 9 | 58 | 0 | 0.96 | 0.75 | 0.09 | 346.82 | 0.93 | 0.47 |
| Hex | E8 | 9 | 3A | 0 | 60 | 4B | 9 | 15B | 5D | 2F |
| Octal | 350 | 11 | 72 | 0 | 140 | 113 | 11 | 533 | 135 | 57 |
| Binary | 11101000 | 1001 | 111010 | 0 | 1100000 | 1001011 | 1001 | 101011011 | 1011101 | 101111 |
Color Harmonies of #E8093A
Complementary color
Monochromatic Colors of #E8093A
Black with #E8093A
Text Example
Text Example
White with #E8093A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8093A; }
p { color: rgb(232,9,58); }
H1.HeaderClassName
{
color: #E8093A;
}
.AnyTagClassName
{
color: #E8093A;
}
</style>
background-color css
<style>
a { background-color: #E8093A; }
a { background-color: rgb(232,9,58); }
div.DivClassName
{
background-color: #E8093A;
}
.BgClassName
{
background-color: #E8093A;
}
</style>
border-color css
<style>
span { border-color: #E8093A; }
span { border-color: rgb(232,9,58); }
td.TdClassName
{
border-color: #E8093A;
}
.TagClassName
{
border-color: #E8093A;
}
</style>