Shades of Crimson #E10628
Tints of Crimson #E10628
RGB
CMYK
RGB Variations
Color information
#E10628 (or 0xE10628) is known color: Crimson. HEX triplet: E1, 06 and 28. RGB value is (225,6,40). Sum of RGB (Red+Green+Blue) = 225+6+40=271 (35% of max value = 765). Red value is 225 (88.28% from 255 or 83.03% from 271); Green value is 6 (2.73% from 255 or 2.21% from 271); Blue value is 40 (16.02% from 255 or 14.76% from 271); Max value from RGB is 225 - color contains mainly: red. Hex color #E10628 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10628 is #1EF9D7. Grayscale: #4B4B4B. Windows color (decimal): -2030040 or 2623201. OLE color: 2623201.
HSL color Cylindrical-coordinate representation of color #E10628: hue angle of 350.68º 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 #E10628 is Cyan = 0, Magento = 0.97, Yellow = 0.82 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 6 | 40 | - |
| CMYK | 0 | 0.97 | 0.82 | 0.12 |
| HSL | 350.68º | 0.95% | 0.45% | - |
| HSV(B) | 350.68º | 0.97% | 0.88% | - |
| XYZ | 31.5 | 16.29 | 3.49 | - |
| YUV | 75.36 | 108.05 | 234.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 6 | 40 | 0 | 0.97 | 0.82 | 0.12 | 350.68 | 0.95 | 0.45 |
| Hex | E1 | 6 | 28 | 0 | 61 | 52 | C | 15F | 5F | 2D |
| Octal | 341 | 6 | 50 | 0 | 141 | 122 | 14 | 537 | 137 | 55 |
| Binary | 11100001 | 110 | 101000 | 0 | 1100001 | 1010010 | 1100 | 101011111 | 1011111 | 101101 |
Color Harmonies of #E10628
Complementary color
Monochromatic Colors of #E10628
Black with #E10628
Text Example
Text Example
White with #E10628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10628; }
p { color: rgb(225,6,40); }
H1.HeaderClassName
{
color: #E10628;
}
.AnyTagClassName
{
color: #E10628;
}
</style>
background-color css
<style>
a { background-color: #E10628; }
a { background-color: rgb(225,6,40); }
div.DivClassName
{
background-color: #E10628;
}
.BgClassName
{
background-color: #E10628;
}
</style>
border-color css
<style>
span { border-color: #E10628; }
span { border-color: rgb(225,6,40); }
td.TdClassName
{
border-color: #E10628;
}
.TagClassName
{
border-color: #E10628;
}
</style>