Shades of Crimson #E10633
Tints of Crimson #E10633
RGB
CMYK
RGB Variations
Color information
#E10633 (or 0xE10633) is known color: Crimson. HEX triplet: E1, 06 and 33. RGB value is (225,6,51). Sum of RGB (Red+Green+Blue) = 225+6+51=282 (37% of max value = 765). Red value is 225 (88.28% from 255 or 79.79% from 282); Green value is 6 (2.73% from 255 or 2.13% from 282); Blue value is 51 (20.31% from 255 or 18.09% from 282); Max value from RGB is 225 - color contains mainly: red. Hex color #E10633 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10633 is #1EF9CC. Grayscale: #4C4C4C. Windows color (decimal): -2030029 or 3344097. OLE color: 3344097.
HSL color Cylindrical-coordinate representation of color #E10633: hue angle of 347.67º degrees, saturation: 0.95, 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 #E10633 is Cyan = 0, Magento = 0.97, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 6 | 51 | - |
| CMYK | 0 | 0.97 | 0.77 | 0.12 |
| HSL | 347.67º | 0.95% | 0.45% | - |
| HSV(B) | 347.67º | 0.97% | 0.88% | - |
| XYZ | 31.71 | 16.38 | 4.62 | - |
| YUV | 76.61 | 113.55 | 233.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 6 | 51 | 0 | 0.97 | 0.77 | 0.12 | 347.67 | 0.95 | 0.45 |
| Hex | E1 | 6 | 33 | 0 | 61 | 4D | C | 15C | 5F | 2D |
| Octal | 341 | 6 | 63 | 0 | 141 | 115 | 14 | 534 | 137 | 55 |
| Binary | 11100001 | 110 | 110011 | 0 | 1100001 | 1001101 | 1100 | 101011100 | 1011111 | 101101 |
Color Harmonies of #E10633
Complementary color
Monochromatic Colors of #E10633
Black with #E10633
Text Example
Text Example
White with #E10633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10633; }
p { color: rgb(225,6,51); }
H1.HeaderClassName
{
color: #E10633;
}
.AnyTagClassName
{
color: #E10633;
}
</style>
background-color css
<style>
a { background-color: #E10633; }
a { background-color: rgb(225,6,51); }
div.DivClassName
{
background-color: #E10633;
}
.BgClassName
{
background-color: #E10633;
}
</style>
border-color css
<style>
span { border-color: #E10633; }
span { border-color: rgb(225,6,51); }
td.TdClassName
{
border-color: #E10633;
}
.TagClassName
{
border-color: #E10633;
}
</style>