Shades of Crimson #E3022D
Tints of Crimson #E3022D
RGB
CMYK
RGB Variations
Color information
#E3022D (or 0xE3022D) is known color: Crimson. HEX triplet: E3, 02 and 2D. RGB value is (227,2,45). Sum of RGB (Red+Green+Blue) = 227+2+45=274 (36% of max value = 765). Red value is 227 (89.06% from 255 or 82.85% from 274); Green value is 2 (1.17% from 255 or 0.73% from 274); Blue value is 45 (17.97% from 255 or 16.42% from 274); Max value from RGB is 227 - color contains mainly: red. Hex color #E3022D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E3022D is #1CFDD2. Grayscale: #4A4A4A. Windows color (decimal): -1899987 or 2949859. OLE color: 2949859.
HSL color Cylindrical-coordinate representation of color #E3022D: hue angle of 348.53º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E3022D is Cyan = 0, Magento = 0.99, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 2 | 45 | - |
| CMYK | 0 | 0.99 | 0.80 | 0.11 |
| HSL | 348.53º | 0.98% | 0.45% | - |
| HSV(B) | 348.53º | 0.99% | 0.89% | - |
| XYZ | 32.17 | 16.56 | 3.98 | - |
| YUV | 74.18 | 111.54 | 237 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 2 | 45 | 0 | 0.99 | 0.80 | 0.11 | 348.53 | 0.98 | 0.45 |
| Hex | E3 | 2 | 2D | 0 | 63 | 50 | B | 15D | 62 | 2D |
| Octal | 343 | 2 | 55 | 0 | 143 | 120 | 13 | 535 | 142 | 55 |
| Binary | 11100011 | 10 | 101101 | 0 | 1100011 | 1010000 | 1011 | 101011101 | 1100010 | 101101 |
Color Harmonies of #E3022D
Complementary color
Monochromatic Colors of #E3022D
Black with #E3022D
Text Example
Text Example
White with #E3022D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3022D; }
p { color: rgb(227,2,45); }
H1.HeaderClassName
{
color: #E3022D;
}
.AnyTagClassName
{
color: #E3022D;
}
</style>
background-color css
<style>
a { background-color: #E3022D; }
a { background-color: rgb(227,2,45); }
div.DivClassName
{
background-color: #E3022D;
}
.BgClassName
{
background-color: #E3022D;
}
</style>
border-color css
<style>
span { border-color: #E3022D; }
span { border-color: rgb(227,2,45); }
td.TdClassName
{
border-color: #E3022D;
}
.TagClassName
{
border-color: #E3022D;
}
</style>