Shades of Crimson #E3042B
Tints of Crimson #E3042B
RGB
CMYK
RGB Variations
Color information
#E3042B (or 0xE3042B) is known color: Crimson. HEX triplet: E3, 04 and 2B. RGB value is (227,4,43). Sum of RGB (Red+Green+Blue) = 227+4+43=274 (36% of max value = 765). Red value is 227 (89.06% from 255 or 82.85% from 274); Green value is 4 (1.95% from 255 or 1.46% from 274); Blue value is 43 (17.19% from 255 or 15.69% from 274); Max value from RGB is 227 - color contains mainly: red. Hex color #E3042B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E3042B is #1CFBD4. Grayscale: #4B4B4B. Windows color (decimal): -1899477 or 2819299. OLE color: 2819299.
HSL color Cylindrical-coordinate representation of color #E3042B: hue angle of 349.51º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E3042B is Cyan = 0, Magento = 0.98, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 4 | 43 | - |
| CMYK | 0 | 0.98 | 0.81 | 0.11 |
| HSL | 349.51º | 0.97% | 0.45% | - |
| HSV(B) | 349.51º | 0.98% | 0.89% | - |
| XYZ | 32.16 | 16.59 | 3.79 | - |
| YUV | 75.12 | 109.88 | 236.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 4 | 43 | 0 | 0.98 | 0.81 | 0.11 | 349.51 | 0.97 | 0.45 |
| Hex | E3 | 4 | 2B | 0 | 62 | 51 | B | 15E | 61 | 2D |
| Octal | 343 | 4 | 53 | 0 | 142 | 121 | 13 | 536 | 141 | 55 |
| Binary | 11100011 | 100 | 101011 | 0 | 1100010 | 1010001 | 1011 | 101011110 | 1100001 | 101101 |
Color Harmonies of #E3042B
Complementary color
Monochromatic Colors of #E3042B
Black with #E3042B
Text Example
Text Example
White with #E3042B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3042B; }
p { color: rgb(227,4,43); }
H1.HeaderClassName
{
color: #E3042B;
}
.AnyTagClassName
{
color: #E3042B;
}
</style>
background-color css
<style>
a { background-color: #E3042B; }
a { background-color: rgb(227,4,43); }
div.DivClassName
{
background-color: #E3042B;
}
.BgClassName
{
background-color: #E3042B;
}
</style>
border-color css
<style>
span { border-color: #E3042B; }
span { border-color: rgb(227,4,43); }
td.TdClassName
{
border-color: #E3042B;
}
.TagClassName
{
border-color: #E3042B;
}
</style>