Shades of Crimson #E1003D
Tints of Crimson #E1003D
RGB
CMYK
RGB Variations
Color information
#E1003D (or 0xE1003D) is known color: Crimson. HEX triplet: E1, 00 and 3D. RGB value is (225,0,61). Sum of RGB (Red+Green+Blue) = 225+0+61=286 (37% of max value = 765). Red value is 225 (88.28% from 255 or 78.67% from 286); Green value is 0 (0.39% from 255 or 0% from 286); Blue value is 61 (24.22% from 255 or 21.33% from 286); Max value from RGB is 225 - color contains mainly: red. Hex color #E1003D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1003D is #1EFFC2. Grayscale: #4A4A4A. Windows color (decimal): -2031555 or 3997921. OLE color: 3997921.
HSL color Cylindrical-coordinate representation of color #E1003D: hue angle of 343.73º 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 #E1003D is Cyan = 0, Magento = 1, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 0 | 61 | - |
| CMYK | 0 | 1 | 0.73 | 0.12 |
| HSL | 343.73º | 1% | 0.44% | - |
| HSV(B) | 343.73º | 1% | 0.88% | - |
| XYZ | 31.89 | 16.34 | 5.89 | - |
| YUV | 74.23 | 120.54 | 235.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 0 | 61 | 0 | 1 | 0.73 | 0.12 | 343.73 | 1 | 0.44 |
| Hex | E1 | 0 | 3D | 0 | 64 | 49 | C | 158 | 64 | 2C |
| Octal | 341 | 0 | 75 | 0 | 144 | 111 | 14 | 530 | 144 | 54 |
| Binary | 11100001 | 0 | 111101 | 0 | 1100100 | 1001001 | 1100 | 101011000 | 1100100 | 101100 |
Color Harmonies of #E1003D
Complementary color
Monochromatic Colors of #E1003D
Black with #E1003D
Text Example
Text Example
White with #E1003D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1003D; }
p { color: rgb(225,0,61); }
H1.HeaderClassName
{
color: #E1003D;
}
.AnyTagClassName
{
color: #E1003D;
}
</style>
background-color css
<style>
a { background-color: #E1003D; }
a { background-color: rgb(225,0,61); }
div.DivClassName
{
background-color: #E1003D;
}
.BgClassName
{
background-color: #E1003D;
}
</style>
border-color css
<style>
span { border-color: #E1003D; }
span { border-color: rgb(225,0,61); }
td.TdClassName
{
border-color: #E1003D;
}
.TagClassName
{
border-color: #E1003D;
}
</style>