Shades of Crimson #E10627
Tints of Crimson #E10627
RGB
CMYK
RGB Variations
Color information
#E10627 (or 0xE10627) is known color: Crimson. HEX triplet: E1, 06 and 27. RGB value is (225,6,39). Sum of RGB (Red+Green+Blue) = 225+6+39=270 (35% of max value = 765). Red value is 225 (88.28% from 255 or 83.33% from 270); Green value is 6 (2.73% from 255 or 2.22% from 270); Blue value is 39 (15.62% from 255 or 14.44% from 270); Max value from RGB is 225 - color contains mainly: red. Hex color #E10627 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10627 is #1EF9D8. Grayscale: #4B4B4B. Windows color (decimal): -2030041 or 2557665. OLE color: 2557665.
HSL color Cylindrical-coordinate representation of color #E10627: hue angle of 350.96º 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 #E10627 is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 6 | 39 | - |
| CMYK | 0 | 0.97 | 0.83 | 0.12 |
| HSL | 350.96º | 0.95% | 0.45% | - |
| HSV(B) | 350.96º | 0.97% | 0.88% | - |
| XYZ | 31.48 | 16.28 | 3.4 | - |
| YUV | 75.24 | 107.55 | 234.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 6 | 39 | 0 | 0.97 | 0.83 | 0.12 | 350.96 | 0.95 | 0.45 |
| Hex | E1 | 6 | 27 | 0 | 61 | 53 | C | 15F | 5F | 2D |
| Octal | 341 | 6 | 47 | 0 | 141 | 123 | 14 | 537 | 137 | 55 |
| Binary | 11100001 | 110 | 100111 | 0 | 1100001 | 1010011 | 1100 | 101011111 | 1011111 | 101101 |
Color Harmonies of #E10627
Complementary color
Monochromatic Colors of #E10627
Black with #E10627
Text Example
Text Example
White with #E10627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10627; }
p { color: rgb(225,6,39); }
H1.HeaderClassName
{
color: #E10627;
}
.AnyTagClassName
{
color: #E10627;
}
</style>
background-color css
<style>
a { background-color: #E10627; }
a { background-color: rgb(225,6,39); }
div.DivClassName
{
background-color: #E10627;
}
.BgClassName
{
background-color: #E10627;
}
</style>
border-color css
<style>
span { border-color: #E10627; }
span { border-color: rgb(225,6,39); }
td.TdClassName
{
border-color: #E10627;
}
.TagClassName
{
border-color: #E10627;
}
</style>