Shades of Crimson #E20331
Tints of Crimson #E20331
RGB
CMYK
RGB Variations
Color information
#E20331 (or 0xE20331) is known color: Crimson. HEX triplet: E2, 03 and 31. RGB value is (226,3,49). Sum of RGB (Red+Green+Blue) = 226+3+49=278 (36% of max value = 765). Red value is 226 (88.67% from 255 or 81.29% from 278); Green value is 3 (1.56% from 255 or 1.08% from 278); Blue value is 49 (19.53% from 255 or 17.63% from 278); Max value from RGB is 226 - color contains mainly: red. Hex color #E20331 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E20331 is #1DFCCE. Grayscale: #4A4A4A. Windows color (decimal): -1965263 or 3212258. OLE color: 3212258.
HSL color Cylindrical-coordinate representation of color #E20331: hue angle of 347.62º 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 #E20331 is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 3 | 49 | - |
| CMYK | 0 | 0.99 | 0.78 | 0.11 |
| HSL | 347.62º | 0.97% | 0.45% | - |
| HSV(B) | 347.62º | 0.99% | 0.89% | - |
| XYZ | 31.95 | 16.46 | 4.4 | - |
| YUV | 74.92 | 113.38 | 235.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 3 | 49 | 0 | 0.99 | 0.78 | 0.11 | 347.62 | 0.97 | 0.45 |
| Hex | E2 | 3 | 31 | 0 | 63 | 4E | B | 15C | 61 | 2D |
| Octal | 342 | 3 | 61 | 0 | 143 | 116 | 13 | 534 | 141 | 55 |
| Binary | 11100010 | 11 | 110001 | 0 | 1100011 | 1001110 | 1011 | 101011100 | 1100001 | 101101 |
Color Harmonies of #E20331
Complementary color
Monochromatic Colors of #E20331
Black with #E20331
Text Example
Text Example
White with #E20331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20331; }
p { color: rgb(226,3,49); }
H1.HeaderClassName
{
color: #E20331;
}
.AnyTagClassName
{
color: #E20331;
}
</style>
background-color css
<style>
a { background-color: #E20331; }
a { background-color: rgb(226,3,49); }
div.DivClassName
{
background-color: #E20331;
}
.BgClassName
{
background-color: #E20331;
}
</style>
border-color css
<style>
span { border-color: #E20331; }
span { border-color: rgb(226,3,49); }
td.TdClassName
{
border-color: #E20331;
}
.TagClassName
{
border-color: #E20331;
}
</style>