Shades of Crimson #E10C28
Tints of Crimson #E10C28
RGB
CMYK
RGB Variations
Color information
#E10C28 (or 0xE10C28) is known color: Crimson. HEX triplet: E1, 0C and 28. RGB value is (225,12,40). Sum of RGB (Red+Green+Blue) = 225+12+40=277 (36% of max value = 765). Red value is 225 (88.28% from 255 or 81.23% from 277); Green value is 12 (5.08% from 255 or 4.33% from 277); Blue value is 40 (16.02% from 255 or 14.44% from 277); Max value from RGB is 225 - color contains mainly: red. Hex color #E10C28 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10C28 is #1EF3D7. Grayscale: #4E4E4E. Windows color (decimal): -2028504 or 2624737. OLE color: 2624737.
HSL color Cylindrical-coordinate representation of color #E10C28: hue angle of 352.11º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E10C28 is Cyan = 0, Magento = 0.95, Yellow = 0.82 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 12 | 40 | - |
| CMYK | 0 | 0.95 | 0.82 | 0.12 |
| HSL | 352.11º | 0.9% | 0.46% | - |
| HSV(B) | 352.11º | 0.95% | 0.88% | - |
| XYZ | 31.57 | 16.42 | 3.51 | - |
| YUV | 78.88 | 106.07 | 232.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 12 | 40 | 0 | 0.95 | 0.82 | 0.12 | 352.11 | 0.9 | 0.46 |
| Hex | E1 | C | 28 | 0 | 5F | 52 | C | 160 | 5A | 2E |
| Octal | 341 | 14 | 50 | 0 | 137 | 122 | 14 | 540 | 132 | 56 |
| Binary | 11100001 | 1100 | 101000 | 0 | 1011111 | 1010010 | 1100 | 101100000 | 1011010 | 101110 |
Color Harmonies of #E10C28
Complementary color
Monochromatic Colors of #E10C28
Black with #E10C28
Text Example
Text Example
White with #E10C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10C28; }
p { color: rgb(225,12,40); }
H1.HeaderClassName
{
color: #E10C28;
}
.AnyTagClassName
{
color: #E10C28;
}
</style>
background-color css
<style>
a { background-color: #E10C28; }
a { background-color: rgb(225,12,40); }
div.DivClassName
{
background-color: #E10C28;
}
.BgClassName
{
background-color: #E10C28;
}
</style>
border-color css
<style>
span { border-color: #E10C28; }
span { border-color: rgb(225,12,40); }
td.TdClassName
{
border-color: #E10C28;
}
.TagClassName
{
border-color: #E10C28;
}
</style>