Shades of Crimson #E10A2F
Tints of Crimson #E10A2F
RGB
CMYK
RGB Variations
Color information
#E10A2F (or 0xE10A2F) is known color: Crimson. HEX triplet: E1, 0A and 2F. RGB value is (225,10,47). Sum of RGB (Red+Green+Blue) = 225+10+47=282 (37% of max value = 765). Red value is 225 (88.28% from 255 or 79.79% from 282); Green value is 10 (4.30% from 255 or 3.55% from 282); Blue value is 47 (18.75% from 255 or 16.67% from 282); Max value from RGB is 225 - color contains mainly: red. Hex color #E10A2F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10A2F is #1EF5D0. Grayscale: #4E4E4E. Windows color (decimal): -2029009 or 3082977. OLE color: 3082977.
HSL color Cylindrical-coordinate representation of color #E10A2F: hue angle of 349.67º 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 #E10A2F is Cyan = 0, Magento = 0.96, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 10 | 47 | - |
| CMYK | 0 | 0.96 | 0.79 | 0.12 |
| HSL | 349.67º | 0.91% | 0.46% | - |
| HSV(B) | 349.67º | 0.96% | 0.88% | - |
| XYZ | 31.67 | 16.43 | 4.19 | - |
| YUV | 78.5 | 110.23 | 232.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 10 | 47 | 0 | 0.96 | 0.79 | 0.12 | 349.67 | 0.91 | 0.46 |
| Hex | E1 | A | 2F | 0 | 60 | 4F | C | 15E | 5B | 2E |
| Octal | 341 | 12 | 57 | 0 | 140 | 117 | 14 | 536 | 133 | 56 |
| Binary | 11100001 | 1010 | 101111 | 0 | 1100000 | 1001111 | 1100 | 101011110 | 1011011 | 101110 |
Color Harmonies of #E10A2F
Complementary color
Monochromatic Colors of #E10A2F
Black with #E10A2F
Text Example
Text Example
White with #E10A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10A2F; }
p { color: rgb(225,10,47); }
H1.HeaderClassName
{
color: #E10A2F;
}
.AnyTagClassName
{
color: #E10A2F;
}
</style>
background-color css
<style>
a { background-color: #E10A2F; }
a { background-color: rgb(225,10,47); }
div.DivClassName
{
background-color: #E10A2F;
}
.BgClassName
{
background-color: #E10A2F;
}
</style>
border-color css
<style>
span { border-color: #E10A2F; }
span { border-color: rgb(225,10,47); }
td.TdClassName
{
border-color: #E10A2F;
}
.TagClassName
{
border-color: #E10A2F;
}
</style>