Shades of Crimson #E10C3C
Tints of Crimson #E10C3C
RGB
CMYK
RGB Variations
Color information
#E10C3C (or 0xE10C3C) is known color: Crimson. HEX triplet: E1, 0C and 3C. RGB value is (225,12,60). Sum of RGB (Red+Green+Blue) = 225+12+60=297 (39% of max value = 765). Red value is 225 (88.28% from 255 or 75.76% from 297); Green value is 12 (5.08% from 255 or 4.04% from 297); Blue value is 60 (23.83% from 255 or 20.20% from 297); Max value from RGB is 225 - color contains mainly: red. Hex color #E10C3C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10C3C is #1EF3C3. Grayscale: #515151. Windows color (decimal): -2028484 or 3935457. OLE color: 3935457.
HSL color Cylindrical-coordinate representation of color #E10C3C: hue angle of 346.48º 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 #E10C3C is Cyan = 0, Magento = 0.95, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 12 | 60 | - |
| CMYK | 0 | 0.95 | 0.73 | 0.12 |
| HSL | 346.48º | 0.9% | 0.46% | - |
| HSV(B) | 346.48º | 0.95% | 0.88% | - |
| XYZ | 32 | 16.6 | 5.79 | - |
| YUV | 81.16 | 116.07 | 230.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 12 | 60 | 0 | 0.95 | 0.73 | 0.12 | 346.48 | 0.9 | 0.46 |
| Hex | E1 | C | 3C | 0 | 5F | 49 | C | 15A | 5A | 2E |
| Octal | 341 | 14 | 74 | 0 | 137 | 111 | 14 | 532 | 132 | 56 |
| Binary | 11100001 | 1100 | 111100 | 0 | 1011111 | 1001001 | 1100 | 101011010 | 1011010 | 101110 |
Color Harmonies of #E10C3C
Complementary color
Monochromatic Colors of #E10C3C
Black with #E10C3C
Text Example
Text Example
White with #E10C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10C3C; }
p { color: rgb(225,12,60); }
H1.HeaderClassName
{
color: #E10C3C;
}
.AnyTagClassName
{
color: #E10C3C;
}
</style>
background-color css
<style>
a { background-color: #E10C3C; }
a { background-color: rgb(225,12,60); }
div.DivClassName
{
background-color: #E10C3C;
}
.BgClassName
{
background-color: #E10C3C;
}
</style>
border-color css
<style>
span { border-color: #E10C3C; }
span { border-color: rgb(225,12,60); }
td.TdClassName
{
border-color: #E10C3C;
}
.TagClassName
{
border-color: #E10C3C;
}
</style>