Shades of Crimson #E8092D
Tints of Crimson #E8092D
RGB
CMYK
RGB Variations
Color information
#E8092D (or 0xE8092D) is known color: Crimson. HEX triplet: E8, 09 and 2D. RGB value is (232,9,45). Sum of RGB (Red+Green+Blue) = 232+9+45=286 (37% of max value = 765). Red value is 232 (91.02% from 255 or 81.12% from 286); Green value is 9 (3.91% from 255 or 3.15% from 286); Blue value is 45 (17.97% from 255 or 15.73% from 286); Max value from RGB is 232 - color contains mainly: red. Hex color #E8092D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8092D is #17F6D2. Grayscale: #4F4F4F. Windows color (decimal): -1570515 or 2951656. OLE color: 2951656.
HSL color Cylindrical-coordinate representation of color #E8092D: hue angle of 350.31º 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 #E8092D is Cyan = 0, Magento = 0.96, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 9 | 45 | - |
| CMYK | 0 | 0.96 | 0.81 | 0.09 |
| HSL | 350.31º | 0.93% | 0.47% | - |
| HSV(B) | 350.31º | 0.96% | 0.91% | - |
| XYZ | 33.85 | 17.54 | 4.08 | - |
| YUV | 79.78 | 108.38 | 236.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 9 | 45 | 0 | 0.96 | 0.81 | 0.09 | 350.31 | 0.93 | 0.47 |
| Hex | E8 | 9 | 2D | 0 | 60 | 51 | 9 | 15E | 5D | 2F |
| Octal | 350 | 11 | 55 | 0 | 140 | 121 | 11 | 536 | 135 | 57 |
| Binary | 11101000 | 1001 | 101101 | 0 | 1100000 | 1010001 | 1001 | 101011110 | 1011101 | 101111 |
Color Harmonies of #E8092D
Complementary color
Monochromatic Colors of #E8092D
Black with #E8092D
Text Example
Text Example
White with #E8092D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8092D; }
p { color: rgb(232,9,45); }
H1.HeaderClassName
{
color: #E8092D;
}
.AnyTagClassName
{
color: #E8092D;
}
</style>
background-color css
<style>
a { background-color: #E8092D; }
a { background-color: rgb(232,9,45); }
div.DivClassName
{
background-color: #E8092D;
}
.BgClassName
{
background-color: #E8092D;
}
</style>
border-color css
<style>
span { border-color: #E8092D; }
span { border-color: rgb(232,9,45); }
td.TdClassName
{
border-color: #E8092D;
}
.TagClassName
{
border-color: #E8092D;
}
</style>