Shades of Crimson #E1102A
Tints of Crimson #E1102A
RGB
CMYK
RGB Variations
Color information
#E1102A (or 0xE1102A) is known color: Crimson. HEX triplet: E1, 10 and 2A. RGB value is (225,16,42). Sum of RGB (Red+Green+Blue) = 225+16+42=283 (37% of max value = 765). Red value is 225 (88.28% from 255 or 79.51% from 283); Green value is 16 (6.64% from 255 or 5.65% from 283); Blue value is 42 (16.80% from 255 or 14.84% from 283); Max value from RGB is 225 - color contains mainly: red. Hex color #E1102A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1102A is #1EEFD5. Grayscale: #515151. Windows color (decimal): -2027478 or 2756833. OLE color: 2756833.
HSL color Cylindrical-coordinate representation of color #E1102A: hue angle of 352.54º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E1102A is Cyan = 0, Magento = 0.93, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 16 | 42 | - |
| CMYK | 0 | 0.93 | 0.81 | 0.12 |
| HSL | 352.54º | 0.87% | 0.47% | - |
| HSV(B) | 352.54º | 0.93% | 0.88% | - |
| XYZ | 31.65 | 16.55 | 3.72 | - |
| YUV | 81.46 | 105.74 | 230.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 16 | 42 | 0 | 0.93 | 0.81 | 0.12 | 352.54 | 0.87 | 0.47 |
| Hex | E1 | 10 | 2A | 0 | 5D | 51 | C | 161 | 57 | 2F |
| Octal | 341 | 20 | 52 | 0 | 135 | 121 | 14 | 541 | 127 | 57 |
| Binary | 11100001 | 10000 | 101010 | 0 | 1011101 | 1010001 | 1100 | 101100001 | 1010111 | 101111 |
Color Harmonies of #E1102A
Complementary color
Monochromatic Colors of #E1102A
Black with #E1102A
Text Example
Text Example
White with #E1102A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1102A; }
p { color: rgb(225,16,42); }
H1.HeaderClassName
{
color: #E1102A;
}
.AnyTagClassName
{
color: #E1102A;
}
</style>
background-color css
<style>
a { background-color: #E1102A; }
a { background-color: rgb(225,16,42); }
div.DivClassName
{
background-color: #E1102A;
}
.BgClassName
{
background-color: #E1102A;
}
</style>
border-color css
<style>
span { border-color: #E1102A; }
span { border-color: rgb(225,16,42); }
td.TdClassName
{
border-color: #E1102A;
}
.TagClassName
{
border-color: #E1102A;
}
</style>