Shades of Crimson #E10C2D
Tints of Crimson #E10C2D
RGB
CMYK
RGB Variations
Color information
#E10C2D (or 0xE10C2D) is known color: Crimson. HEX triplet: E1, 0C and 2D. RGB value is (225,12,45). Sum of RGB (Red+Green+Blue) = 225+12+45=282 (37% of max value = 765). Red value is 225 (88.28% from 255 or 79.79% from 282); Green value is 12 (5.08% from 255 or 4.26% from 282); Blue value is 45 (17.97% from 255 or 15.96% from 282); Max value from RGB is 225 - color contains mainly: red. Hex color #E10C2D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10C2D is #1EF3D2. Grayscale: #4F4F4F. Windows color (decimal): -2028499 or 2952417. OLE color: 2952417.
HSL color Cylindrical-coordinate representation of color #E10C2D: hue angle of 350.7º 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 #E10C2D is Cyan = 0, Magento = 0.95, Yellow = 0.8 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 12 | 45 | - |
| CMYK | 0 | 0.95 | 0.8 | 0.12 |
| HSL | 350.7º | 0.9% | 0.46% | - |
| HSV(B) | 350.7º | 0.95% | 0.88% | - |
| XYZ | 31.66 | 16.46 | 3.99 | - |
| YUV | 79.45 | 108.57 | 231.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 12 | 45 | 0 | 0.95 | 0.8 | 0.12 | 350.7 | 0.9 | 0.46 |
| Hex | E1 | C | 2D | 0 | 5F | 50 | C | 15F | 5A | 2E |
| Octal | 341 | 14 | 55 | 0 | 137 | 120 | 14 | 537 | 132 | 56 |
| Binary | 11100001 | 1100 | 101101 | 0 | 1011111 | 1010000 | 1100 | 101011111 | 1011010 | 101110 |
Color Harmonies of #E10C2D
Complementary color
Monochromatic Colors of #E10C2D
Black with #E10C2D
Text Example
Text Example
White with #E10C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10C2D; }
p { color: rgb(225,12,45); }
H1.HeaderClassName
{
color: #E10C2D;
}
.AnyTagClassName
{
color: #E10C2D;
}
</style>
background-color css
<style>
a { background-color: #E10C2D; }
a { background-color: rgb(225,12,45); }
div.DivClassName
{
background-color: #E10C2D;
}
.BgClassName
{
background-color: #E10C2D;
}
</style>
border-color css
<style>
span { border-color: #E10C2D; }
span { border-color: rgb(225,12,45); }
td.TdClassName
{
border-color: #E10C2D;
}
.TagClassName
{
border-color: #E10C2D;
}
</style>