Shades of Crimson #E3042A
Tints of Crimson #E3042A
RGB
CMYK
RGB Variations
Color information
#E3042A (or 0xE3042A) is known color: Crimson. HEX triplet: E3, 04 and 2A. RGB value is (227,4,42). Sum of RGB (Red+Green+Blue) = 227+4+42=273 (36% of max value = 765). Red value is 227 (89.06% from 255 or 83.15% from 273); Green value is 4 (1.95% from 255 or 1.47% from 273); Blue value is 42 (16.80% from 255 or 15.38% from 273); Max value from RGB is 227 - color contains mainly: red. Hex color #E3042A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E3042A is #1CFBD5. Grayscale: #4B4B4B. Windows color (decimal): -1899478 or 2753763. OLE color: 2753763.
HSL color Cylindrical-coordinate representation of color #E3042A: hue angle of 349.78º 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 #E3042A is Cyan = 0, Magento = 0.98, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 4 | 42 | - |
| CMYK | 0 | 0.98 | 0.81 | 0.11 |
| HSL | 349.78º | 0.97% | 0.45% | - |
| HSV(B) | 349.78º | 0.98% | 0.89% | - |
| XYZ | 32.14 | 16.58 | 3.7 | - |
| YUV | 75.01 | 109.38 | 236.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 4 | 42 | 0 | 0.98 | 0.81 | 0.11 | 349.78 | 0.97 | 0.45 |
| Hex | E3 | 4 | 2A | 0 | 62 | 51 | B | 15E | 61 | 2D |
| Octal | 343 | 4 | 52 | 0 | 142 | 121 | 13 | 536 | 141 | 55 |
| Binary | 11100011 | 100 | 101010 | 0 | 1100010 | 1010001 | 1011 | 101011110 | 1100001 | 101101 |
Color Harmonies of #E3042A
Complementary color
Monochromatic Colors of #E3042A
Black with #E3042A
Text Example
Text Example
White with #E3042A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3042A; }
p { color: rgb(227,4,42); }
H1.HeaderClassName
{
color: #E3042A;
}
.AnyTagClassName
{
color: #E3042A;
}
</style>
background-color css
<style>
a { background-color: #E3042A; }
a { background-color: rgb(227,4,42); }
div.DivClassName
{
background-color: #E3042A;
}
.BgClassName
{
background-color: #E3042A;
}
</style>
border-color css
<style>
span { border-color: #E3042A; }
span { border-color: rgb(227,4,42); }
td.TdClassName
{
border-color: #E3042A;
}
.TagClassName
{
border-color: #E3042A;
}
</style>