Shades of Crimson #E3032A
Tints of Crimson #E3032A
RGB
CMYK
RGB Variations
Color information
#E3032A (or 0xE3032A) is known color: Crimson. HEX triplet: E3, 03 and 2A. RGB value is (227,3,42). Sum of RGB (Red+Green+Blue) = 227+3+42=272 (36% of max value = 765). Red value is 227 (89.06% from 255 or 83.46% from 272); Green value is 3 (1.56% from 255 or 1.10% from 272); Blue value is 42 (16.80% from 255 or 15.44% from 272); Max value from RGB is 227 - color contains mainly: red. Hex color #E3032A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E3032A is #1CFCD5. Grayscale: #4A4A4A. Windows color (decimal): -1899734 or 2753507. OLE color: 2753507.
HSL color Cylindrical-coordinate representation of color #E3032A: hue angle of 349.55º degrees, saturation: 0.97, 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 #E3032A is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 3 | 42 | - |
| CMYK | 0 | 0.99 | 0.81 | 0.11 |
| HSL | 349.55º | 0.97% | 0.45% | - |
| HSV(B) | 349.55º | 0.99% | 0.89% | - |
| XYZ | 32.13 | 16.56 | 3.69 | - |
| YUV | 74.42 | 109.71 | 236.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 3 | 42 | 0 | 0.99 | 0.81 | 0.11 | 349.55 | 0.97 | 0.45 |
| Hex | E3 | 3 | 2A | 0 | 63 | 51 | B | 15E | 61 | 2D |
| Octal | 343 | 3 | 52 | 0 | 143 | 121 | 13 | 536 | 141 | 55 |
| Binary | 11100011 | 11 | 101010 | 0 | 1100011 | 1010001 | 1011 | 101011110 | 1100001 | 101101 |
Color Harmonies of #E3032A
Complementary color
Monochromatic Colors of #E3032A
Black with #E3032A
Text Example
Text Example
White with #E3032A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3032A; }
p { color: rgb(227,3,42); }
H1.HeaderClassName
{
color: #E3032A;
}
.AnyTagClassName
{
color: #E3032A;
}
</style>
background-color css
<style>
a { background-color: #E3032A; }
a { background-color: rgb(227,3,42); }
div.DivClassName
{
background-color: #E3032A;
}
.BgClassName
{
background-color: #E3032A;
}
</style>
border-color css
<style>
span { border-color: #E3032A; }
span { border-color: rgb(227,3,42); }
td.TdClassName
{
border-color: #E3032A;
}
.TagClassName
{
border-color: #E3032A;
}
</style>