Shades of Crimson #E1083E
Tints of Crimson #E1083E
RGB
CMYK
RGB Variations
Color information
#E1083E (or 0xE1083E) is known color: Crimson. HEX triplet: E1, 08 and 3E. RGB value is (225,8,62). Sum of RGB (Red+Green+Blue) = 225+8+62=295 (39% of max value = 765). Red value is 225 (88.28% from 255 or 76.27% from 295); Green value is 8 (3.52% from 255 or 2.71% from 295); Blue value is 62 (24.61% from 255 or 21.02% from 295); Max value from RGB is 225 - color contains mainly: red. Hex color #E1083E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1083E is #1EF7C1. Grayscale: #4F4F4F. Windows color (decimal): -2029506 or 4065505. OLE color: 4065505.
HSL color Cylindrical-coordinate representation of color #E1083E: hue angle of 345.07º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E1083E is Cyan = 0, Magento = 0.96, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 8 | 62 | - |
| CMYK | 0 | 0.96 | 0.72 | 0.12 |
| HSL | 345.07º | 0.93% | 0.46% | - |
| HSV(B) | 345.07º | 0.96% | 0.88% | - |
| XYZ | 32.01 | 16.53 | 6.06 | - |
| YUV | 79.04 | 118.39 | 232.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 8 | 62 | 0 | 0.96 | 0.72 | 0.12 | 345.07 | 0.93 | 0.46 |
| Hex | E1 | 8 | 3E | 0 | 60 | 48 | C | 159 | 5D | 2E |
| Octal | 341 | 10 | 76 | 0 | 140 | 110 | 14 | 531 | 135 | 56 |
| Binary | 11100001 | 1000 | 111110 | 0 | 1100000 | 1001000 | 1100 | 101011001 | 1011101 | 101110 |
Color Harmonies of #E1083E
Complementary color
Monochromatic Colors of #E1083E
Black with #E1083E
Text Example
Text Example
White with #E1083E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1083E; }
p { color: rgb(225,8,62); }
H1.HeaderClassName
{
color: #E1083E;
}
.AnyTagClassName
{
color: #E1083E;
}
</style>
background-color css
<style>
a { background-color: #E1083E; }
a { background-color: rgb(225,8,62); }
div.DivClassName
{
background-color: #E1083E;
}
.BgClassName
{
background-color: #E1083E;
}
</style>
border-color css
<style>
span { border-color: #E1083E; }
span { border-color: rgb(225,8,62); }
td.TdClassName
{
border-color: #E1083E;
}
.TagClassName
{
border-color: #E1083E;
}
</style>