Shades of Crimson #E2032F
Tints of Crimson #E2032F
RGB
CMYK
RGB Variations
Color information
#E2032F (or 0xE2032F) is known color: Crimson. HEX triplet: E2, 03 and 2F. RGB value is (226,3,47). Sum of RGB (Red+Green+Blue) = 226+3+47=276 (36% of max value = 765). Red value is 226 (88.67% from 255 or 81.88% from 276); Green value is 3 (1.56% from 255 or 1.09% from 276); Blue value is 47 (18.75% from 255 or 17.03% from 276); Max value from RGB is 226 - color contains mainly: red. Hex color #E2032F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2032F is #1DFCD0. Grayscale: #4A4A4A. Windows color (decimal): -1965265 or 3081186. OLE color: 3081186.
HSL color Cylindrical-coordinate representation of color #E2032F: hue angle of 348.16º 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 #E2032F is Cyan = 0, Magento = 0.99, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 3 | 47 | - |
| CMYK | 0 | 0.99 | 0.79 | 0.11 |
| HSL | 348.16º | 0.97% | 0.45% | - |
| HSV(B) | 348.16º | 0.99% | 0.89% | - |
| XYZ | 31.91 | 16.44 | 4.18 | - |
| YUV | 74.69 | 112.38 | 235.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 3 | 47 | 0 | 0.99 | 0.79 | 0.11 | 348.16 | 0.97 | 0.45 |
| Hex | E2 | 3 | 2F | 0 | 63 | 4F | B | 15C | 61 | 2D |
| Octal | 342 | 3 | 57 | 0 | 143 | 117 | 13 | 534 | 141 | 55 |
| Binary | 11100010 | 11 | 101111 | 0 | 1100011 | 1001111 | 1011 | 101011100 | 1100001 | 101101 |
Color Harmonies of #E2032F
Complementary color
Monochromatic Colors of #E2032F
Black with #E2032F
Text Example
Text Example
White with #E2032F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2032F; }
p { color: rgb(226,3,47); }
H1.HeaderClassName
{
color: #E2032F;
}
.AnyTagClassName
{
color: #E2032F;
}
</style>
background-color css
<style>
a { background-color: #E2032F; }
a { background-color: rgb(226,3,47); }
div.DivClassName
{
background-color: #E2032F;
}
.BgClassName
{
background-color: #E2032F;
}
</style>
border-color css
<style>
span { border-color: #E2032F; }
span { border-color: rgb(226,3,47); }
td.TdClassName
{
border-color: #E2032F;
}
.TagClassName
{
border-color: #E2032F;
}
</style>