Shades of Crimson #E3002D
Tints of Crimson #E3002D
RGB
CMYK
RGB Variations
Color information
#E3002D (or 0xE3002D) is known color: Crimson. HEX triplet: E3, 00 and 2D. RGB value is (227,0,45). Sum of RGB (Red+Green+Blue) = 227+0+45=272 (36% of max value = 765). Red value is 227 (89.06% from 255 or 83.46% from 272); Green value is 0 (0.39% from 255 or 0% from 272); Blue value is 45 (17.97% from 255 or 16.54% from 272); Max value from RGB is 227 - color contains mainly: red. Hex color #E3002D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E3002D is #1CFFD2. Grayscale: #494949. Windows color (decimal): -1900499 or 2949347. OLE color: 2949347.
HSL color Cylindrical-coordinate representation of color #E3002D: hue angle of 348.11º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E3002D is Cyan = 0, Magento = 1, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 0 | 45 | - |
| CMYK | 0 | 1 | 0.80 | 0.11 |
| HSL | 348.11º | 1% | 0.45% | - |
| HSV(B) | 348.11º | 1% | 0.89% | - |
| XYZ | 32.15 | 16.52 | 3.98 | - |
| YUV | 73 | 112.21 | 237.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 0 | 45 | 0 | 1 | 0.80 | 0.11 | 348.11 | 1 | 0.45 |
| Hex | E3 | 0 | 2D | 0 | 64 | 50 | B | 15C | 64 | 2D |
| Octal | 343 | 0 | 55 | 0 | 144 | 120 | 13 | 534 | 144 | 55 |
| Binary | 11100011 | 0 | 101101 | 0 | 1100100 | 1010000 | 1011 | 101011100 | 1100100 | 101101 |
Color Harmonies of #E3002D
Complementary color
Monochromatic Colors of #E3002D
Black with #E3002D
Text Example
Text Example
White with #E3002D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3002D; }
p { color: rgb(227,0,45); }
H1.HeaderClassName
{
color: #E3002D;
}
.AnyTagClassName
{
color: #E3002D;
}
</style>
background-color css
<style>
a { background-color: #E3002D; }
a { background-color: rgb(227,0,45); }
div.DivClassName
{
background-color: #E3002D;
}
.BgClassName
{
background-color: #E3002D;
}
</style>
border-color css
<style>
span { border-color: #E3002D; }
span { border-color: rgb(227,0,45); }
td.TdClassName
{
border-color: #E3002D;
}
.TagClassName
{
border-color: #E3002D;
}
</style>