Shades of Crimson #E8092C
Tints of Crimson #E8092C
RGB
CMYK
RGB Variations
Color information
#E8092C (or 0xE8092C) is known color: Crimson. HEX triplet: E8, 09 and 2C. RGB value is (232,9,44). Sum of RGB (Red+Green+Blue) = 232+9+44=285 (37% of max value = 765). Red value is 232 (91.02% from 255 or 81.40% from 285); Green value is 9 (3.91% from 255 or 3.16% from 285); Blue value is 44 (17.58% from 255 or 15.44% from 285); Max value from RGB is 232 - color contains mainly: red. Hex color #E8092C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8092C is #17F6D3. Grayscale: #4F4F4F. Windows color (decimal): -1570516 or 2886120. OLE color: 2886120.
HSL color Cylindrical-coordinate representation of color #E8092C: hue angle of 350.58º 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 #E8092C is Cyan = 0, Magento = 0.96, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 9 | 44 | - |
| CMYK | 0 | 0.96 | 0.81 | 0.09 |
| HSL | 350.58º | 0.93% | 0.47% | - |
| HSV(B) | 350.58º | 0.96% | 0.91% | - |
| XYZ | 33.83 | 17.53 | 3.98 | - |
| YUV | 79.67 | 107.88 | 236.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 9 | 44 | 0 | 0.96 | 0.81 | 0.09 | 350.58 | 0.93 | 0.47 |
| Hex | E8 | 9 | 2C | 0 | 60 | 51 | 9 | 15F | 5D | 2F |
| Octal | 350 | 11 | 54 | 0 | 140 | 121 | 11 | 537 | 135 | 57 |
| Binary | 11101000 | 1001 | 101100 | 0 | 1100000 | 1010001 | 1001 | 101011111 | 1011101 | 101111 |
Color Harmonies of #E8092C
Complementary color
Monochromatic Colors of #E8092C
Black with #E8092C
Text Example
Text Example
White with #E8092C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8092C; }
p { color: rgb(232,9,44); }
H1.HeaderClassName
{
color: #E8092C;
}
.AnyTagClassName
{
color: #E8092C;
}
</style>
background-color css
<style>
a { background-color: #E8092C; }
a { background-color: rgb(232,9,44); }
div.DivClassName
{
background-color: #E8092C;
}
.BgClassName
{
background-color: #E8092C;
}
</style>
border-color css
<style>
span { border-color: #E8092C; }
span { border-color: rgb(232,9,44); }
td.TdClassName
{
border-color: #E8092C;
}
.TagClassName
{
border-color: #E8092C;
}
</style>