Shades of Crimson #E1002D
Tints of Crimson #E1002D
RGB
CMYK
RGB Variations
Color information
#E1002D (or 0xE1002D) is known color: Crimson. HEX triplet: E1, 00 and 2D. RGB value is (225,0,45). Sum of RGB (Red+Green+Blue) = 225+0+45=270 (35% of max value = 765). Red value is 225 (88.28% from 255 or 83.33% from 270); Green value is 0 (0.39% from 255 or 0% from 270); Blue value is 45 (17.97% from 255 or 16.67% from 270); Max value from RGB is 225 - color contains mainly: red. Hex color #E1002D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1002D is #1EFFD2. Grayscale: #484848. Windows color (decimal): -2031571 or 2949345. OLE color: 2949345.
HSL color Cylindrical-coordinate representation of color #E1002D: hue angle of 348º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E1002D is Cyan = 0, Magento = 1, Yellow = 0.8 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 0 | 45 | - |
| CMYK | 0 | 1 | 0.8 | 0.12 |
| HSL | 348º | 1% | 0.44% | - |
| HSV(B) | 348º | 1% | 0.88% | - |
| XYZ | 31.52 | 16.2 | 3.95 | - |
| YUV | 72.41 | 112.54 | 236.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 0 | 45 | 0 | 1 | 0.8 | 0.12 | 348 | 1 | 0.44 |
| Hex | E1 | 0 | 2D | 0 | 64 | 50 | C | 15C | 64 | 2C |
| Octal | 341 | 0 | 55 | 0 | 144 | 120 | 14 | 534 | 144 | 54 |
| Binary | 11100001 | 0 | 101101 | 0 | 1100100 | 1010000 | 1100 | 101011100 | 1100100 | 101100 |
Color Harmonies of #E1002D
Complementary color
Monochromatic Colors of #E1002D
Black with #E1002D
Text Example
Text Example
White with #E1002D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1002D; }
p { color: rgb(225,0,45); }
H1.HeaderClassName
{
color: #E1002D;
}
.AnyTagClassName
{
color: #E1002D;
}
</style>
background-color css
<style>
a { background-color: #E1002D; }
a { background-color: rgb(225,0,45); }
div.DivClassName
{
background-color: #E1002D;
}
.BgClassName
{
background-color: #E1002D;
}
</style>
border-color css
<style>
span { border-color: #E1002D; }
span { border-color: rgb(225,0,45); }
td.TdClassName
{
border-color: #E1002D;
}
.TagClassName
{
border-color: #E1002D;
}
</style>