Shades of Crimson #E10527
Tints of Crimson #E10527
RGB
CMYK
RGB Variations
Color information
#E10527 (or 0xE10527) is known color: Crimson. HEX triplet: E1, 05 and 27. RGB value is (225,5,39). Sum of RGB (Red+Green+Blue) = 225+5+39=269 (35% of max value = 765). Red value is 225 (88.28% from 255 or 83.64% from 269); Green value is 5 (2.34% from 255 or 1.86% from 269); Blue value is 39 (15.62% from 255 or 14.50% from 269); Max value from RGB is 225 - color contains mainly: red. Hex color #E10527 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10527 is #1EFAD8. Grayscale: #4A4A4A. Windows color (decimal): -2030297 or 2557409. OLE color: 2557409.
HSL color Cylindrical-coordinate representation of color #E10527: hue angle of 350.73º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E10527 is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 5 | 39 | - |
| CMYK | 0 | 0.98 | 0.83 | 0.12 |
| HSL | 350.73º | 0.96% | 0.45% | - |
| HSV(B) | 350.73º | 0.98% | 0.88% | - |
| XYZ | 31.47 | 16.26 | 3.4 | - |
| YUV | 74.66 | 107.89 | 235.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 5 | 39 | 0 | 0.98 | 0.83 | 0.12 | 350.73 | 0.96 | 0.45 |
| Hex | E1 | 5 | 27 | 0 | 62 | 53 | C | 15F | 60 | 2D |
| Octal | 341 | 5 | 47 | 0 | 142 | 123 | 14 | 537 | 140 | 55 |
| Binary | 11100001 | 101 | 100111 | 0 | 1100010 | 1010011 | 1100 | 101011111 | 1100000 | 101101 |
Color Harmonies of #E10527
Complementary color
Monochromatic Colors of #E10527
Black with #E10527
Text Example
Text Example
White with #E10527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10527; }
p { color: rgb(225,5,39); }
H1.HeaderClassName
{
color: #E10527;
}
.AnyTagClassName
{
color: #E10527;
}
</style>
background-color css
<style>
a { background-color: #E10527; }
a { background-color: rgb(225,5,39); }
div.DivClassName
{
background-color: #E10527;
}
.BgClassName
{
background-color: #E10527;
}
</style>
border-color css
<style>
span { border-color: #E10527; }
span { border-color: rgb(225,5,39); }
td.TdClassName
{
border-color: #E10527;
}
.TagClassName
{
border-color: #E10527;
}
</style>