Shades of Crimson #E10327
Tints of Crimson #E10327
RGB
CMYK
RGB Variations
Color information
#E10327 (or 0xE10327) is known color: Crimson. HEX triplet: E1, 03 and 27. RGB value is (225,3,39). Sum of RGB (Red+Green+Blue) = 225+3+39=267 (35% of max value = 765). Red value is 225 (88.28% from 255 or 84.27% from 267); Green value is 3 (1.56% from 255 or 1.12% from 267); Blue value is 39 (15.62% from 255 or 14.61% from 267); Max value from RGB is 225 - color contains mainly: red. Hex color #E10327 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10327 is #1EFCD8. Grayscale: #494949. Windows color (decimal): -2030809 or 2556897. OLE color: 2556897.
HSL color Cylindrical-coordinate representation of color #E10327: hue angle of 350.27º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E10327 is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 3 | 39 | - |
| CMYK | 0 | 0.99 | 0.83 | 0.12 |
| HSL | 350.27º | 0.97% | 0.45% | - |
| HSV(B) | 350.27º | 0.99% | 0.88% | - |
| XYZ | 31.45 | 16.22 | 3.39 | - |
| YUV | 73.48 | 108.55 | 236.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 3 | 39 | 0 | 0.99 | 0.83 | 0.12 | 350.27 | 0.97 | 0.45 |
| Hex | E1 | 3 | 27 | 0 | 63 | 53 | C | 15E | 61 | 2D |
| Octal | 341 | 3 | 47 | 0 | 143 | 123 | 14 | 536 | 141 | 55 |
| Binary | 11100001 | 11 | 100111 | 0 | 1100011 | 1010011 | 1100 | 101011110 | 1100001 | 101101 |
Color Harmonies of #E10327
Complementary color
Monochromatic Colors of #E10327
Black with #E10327
Text Example
Text Example
White with #E10327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10327; }
p { color: rgb(225,3,39); }
H1.HeaderClassName
{
color: #E10327;
}
.AnyTagClassName
{
color: #E10327;
}
</style>
background-color css
<style>
a { background-color: #E10327; }
a { background-color: rgb(225,3,39); }
div.DivClassName
{
background-color: #E10327;
}
.BgClassName
{
background-color: #E10327;
}
</style>
border-color css
<style>
span { border-color: #E10327; }
span { border-color: rgb(225,3,39); }
td.TdClassName
{
border-color: #E10327;
}
.TagClassName
{
border-color: #E10327;
}
</style>