Shades of Crimson #E10A3F
Tints of Crimson #E10A3F
RGB
CMYK
RGB Variations
Color information
#E10A3F (or 0xE10A3F) is known color: Crimson. HEX triplet: E1, 0A and 3F. RGB value is (225,10,63). Sum of RGB (Red+Green+Blue) = 225+10+63=298 (39% of max value = 765). Red value is 225 (88.28% from 255 or 75.50% from 298); Green value is 10 (4.30% from 255 or 3.36% from 298); Blue value is 63 (25% from 255 or 21.14% from 298); Max value from RGB is 225 - color contains mainly: red. Hex color #E10A3F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10A3F is #1EF5C0. Grayscale: #505050. Windows color (decimal): -2028993 or 4131553. OLE color: 4131553.
HSL color Cylindrical-coordinate representation of color #E10A3F: hue angle of 345.21º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E10A3F is Cyan = 0, Magento = 0.96, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 10 | 63 | - |
| CMYK | 0 | 0.96 | 0.72 | 0.12 |
| HSL | 345.21º | 0.91% | 0.46% | - |
| HSV(B) | 345.21º | 0.96% | 0.88% | - |
| XYZ | 32.06 | 16.58 | 6.21 | - |
| YUV | 80.33 | 118.23 | 231.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 10 | 63 | 0 | 0.96 | 0.72 | 0.12 | 345.21 | 0.91 | 0.46 |
| Hex | E1 | A | 3F | 0 | 60 | 48 | C | 159 | 5B | 2E |
| Octal | 341 | 12 | 77 | 0 | 140 | 110 | 14 | 531 | 133 | 56 |
| Binary | 11100001 | 1010 | 111111 | 0 | 1100000 | 1001000 | 1100 | 101011001 | 1011011 | 101110 |
Color Harmonies of #E10A3F
Complementary color
Monochromatic Colors of #E10A3F
Black with #E10A3F
Text Example
Text Example
White with #E10A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10A3F; }
p { color: rgb(225,10,63); }
H1.HeaderClassName
{
color: #E10A3F;
}
.AnyTagClassName
{
color: #E10A3F;
}
</style>
background-color css
<style>
a { background-color: #E10A3F; }
a { background-color: rgb(225,10,63); }
div.DivClassName
{
background-color: #E10A3F;
}
.BgClassName
{
background-color: #E10A3F;
}
</style>
border-color css
<style>
span { border-color: #E10A3F; }
span { border-color: rgb(225,10,63); }
td.TdClassName
{
border-color: #E10A3F;
}
.TagClassName
{
border-color: #E10A3F;
}
</style>