Shades of Crimson #E10733
Tints of Crimson #E10733
RGB
CMYK
RGB Variations
Color information
#E10733 (or 0xE10733) is known color: Crimson. HEX triplet: E1, 07 and 33. RGB value is (225,7,51). Sum of RGB (Red+Green+Blue) = 225+7+51=283 (37% of max value = 765). Red value is 225 (88.28% from 255 or 79.51% from 283); Green value is 7 (3.12% from 255 or 2.47% from 283); Blue value is 51 (20.31% from 255 or 18.02% from 283); Max value from RGB is 225 - color contains mainly: red. Hex color #E10733 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10733 is #1EF8CC. Grayscale: #4D4D4D. Windows color (decimal): -2029773 or 3344353. OLE color: 3344353.
HSL color Cylindrical-coordinate representation of color #E10733: hue angle of 347.89º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E10733 is Cyan = 0, Magento = 0.97, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 7 | 51 | - |
| CMYK | 0 | 0.97 | 0.77 | 0.12 |
| HSL | 347.89º | 0.94% | 0.45% | - |
| HSV(B) | 347.89º | 0.97% | 0.88% | - |
| XYZ | 31.72 | 16.4 | 4.63 | - |
| YUV | 77.2 | 113.22 | 233.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 7 | 51 | 0 | 0.97 | 0.77 | 0.12 | 347.89 | 0.94 | 0.45 |
| Hex | E1 | 7 | 33 | 0 | 61 | 4D | C | 15C | 5E | 2D |
| Octal | 341 | 7 | 63 | 0 | 141 | 115 | 14 | 534 | 136 | 55 |
| Binary | 11100001 | 111 | 110011 | 0 | 1100001 | 1001101 | 1100 | 101011100 | 1011110 | 101101 |
Color Harmonies of #E10733
Complementary color
Monochromatic Colors of #E10733
Black with #E10733
Text Example
Text Example
White with #E10733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10733; }
p { color: rgb(225,7,51); }
H1.HeaderClassName
{
color: #E10733;
}
.AnyTagClassName
{
color: #E10733;
}
</style>
background-color css
<style>
a { background-color: #E10733; }
a { background-color: rgb(225,7,51); }
div.DivClassName
{
background-color: #E10733;
}
.BgClassName
{
background-color: #E10733;
}
</style>
border-color css
<style>
span { border-color: #E10733; }
span { border-color: rgb(225,7,51); }
td.TdClassName
{
border-color: #E10733;
}
.TagClassName
{
border-color: #E10733;
}
</style>