Shades of Crimson #E10833
Tints of Crimson #E10833
RGB
CMYK
RGB Variations
Color information
#E10833 (or 0xE10833) is known color: Crimson. HEX triplet: E1, 08 and 33. RGB value is (225,8,51). Sum of RGB (Red+Green+Blue) = 225+8+51=284 (37% of max value = 765). Red value is 225 (88.28% from 255 or 79.23% from 284); Green value is 8 (3.52% from 255 or 2.82% from 284); Blue value is 51 (20.31% from 255 or 17.96% from 284); Max value from RGB is 225 - color contains mainly: red. Hex color #E10833 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10833 is #1EF7CC. Grayscale: #4D4D4D. Windows color (decimal): -2029517 or 3344609. OLE color: 3344609.
HSL color Cylindrical-coordinate representation of color #E10833: hue angle of 348.11º 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 #E10833 is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 8 | 51 | - |
| CMYK | 0 | 0.96 | 0.77 | 0.12 |
| HSL | 348.11º | 0.93% | 0.46% | - |
| HSV(B) | 348.11º | 0.96% | 0.88% | - |
| XYZ | 31.74 | 16.42 | 4.63 | - |
| YUV | 77.79 | 112.89 | 233 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 8 | 51 | 0 | 0.96 | 0.77 | 0.12 | 348.11 | 0.93 | 0.46 |
| Hex | E1 | 8 | 33 | 0 | 60 | 4D | C | 15C | 5D | 2E |
| Octal | 341 | 10 | 63 | 0 | 140 | 115 | 14 | 534 | 135 | 56 |
| Binary | 11100001 | 1000 | 110011 | 0 | 1100000 | 1001101 | 1100 | 101011100 | 1011101 | 101110 |
Color Harmonies of #E10833
Complementary color
Monochromatic Colors of #E10833
Black with #E10833
Text Example
Text Example
White with #E10833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10833; }
p { color: rgb(225,8,51); }
H1.HeaderClassName
{
color: #E10833;
}
.AnyTagClassName
{
color: #E10833;
}
</style>
background-color css
<style>
a { background-color: #E10833; }
a { background-color: rgb(225,8,51); }
div.DivClassName
{
background-color: #E10833;
}
.BgClassName
{
background-color: #E10833;
}
</style>
border-color css
<style>
span { border-color: #E10833; }
span { border-color: rgb(225,8,51); }
td.TdClassName
{
border-color: #E10833;
}
.TagClassName
{
border-color: #E10833;
}
</style>