Shades of Crimson #E10C3A
Tints of Crimson #E10C3A
RGB
CMYK
RGB Variations
Color information
#E10C3A (or 0xE10C3A) is known color: Crimson. HEX triplet: E1, 0C and 3A. RGB value is (225,12,58). Sum of RGB (Red+Green+Blue) = 225+12+58=295 (39% of max value = 765). Red value is 225 (88.28% from 255 or 76.27% from 295); Green value is 12 (5.08% from 255 or 4.07% from 295); Blue value is 58 (23.05% from 255 or 19.66% from 295); Max value from RGB is 225 - color contains mainly: red. Hex color #E10C3A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10C3A is #1EF3C5. Grayscale: #505050. Windows color (decimal): -2028486 or 3804385. OLE color: 3804385.
HSL color Cylindrical-coordinate representation of color #E10C3A: hue angle of 347.04º 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 #E10C3A is Cyan = 0, Magento = 0.95, Yellow = 0.74 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 12 | 58 | - |
| CMYK | 0 | 0.95 | 0.74 | 0.12 |
| HSL | 347.04º | 0.9% | 0.46% | - |
| HSV(B) | 347.04º | 0.95% | 0.88% | - |
| XYZ | 31.95 | 16.58 | 5.52 | - |
| YUV | 80.93 | 115.07 | 230.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 12 | 58 | 0 | 0.95 | 0.74 | 0.12 | 347.04 | 0.9 | 0.46 |
| Hex | E1 | C | 3A | 0 | 5F | 4A | C | 15B | 5A | 2E |
| Octal | 341 | 14 | 72 | 0 | 137 | 112 | 14 | 533 | 132 | 56 |
| Binary | 11100001 | 1100 | 111010 | 0 | 1011111 | 1001010 | 1100 | 101011011 | 1011010 | 101110 |
Color Harmonies of #E10C3A
Complementary color
Monochromatic Colors of #E10C3A
Black with #E10C3A
Text Example
Text Example
White with #E10C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10C3A; }
p { color: rgb(225,12,58); }
H1.HeaderClassName
{
color: #E10C3A;
}
.AnyTagClassName
{
color: #E10C3A;
}
</style>
background-color css
<style>
a { background-color: #E10C3A; }
a { background-color: rgb(225,12,58); }
div.DivClassName
{
background-color: #E10C3A;
}
.BgClassName
{
background-color: #E10C3A;
}
</style>
border-color css
<style>
span { border-color: #E10C3A; }
span { border-color: rgb(225,12,58); }
td.TdClassName
{
border-color: #E10C3A;
}
.TagClassName
{
border-color: #E10C3A;
}
</style>