Shades of Crimson #E31442
Tints of Crimson #E31442
RGB
CMYK
RGB Variations
Color information
#E31442 (or 0xE31442) is known color: Crimson. HEX triplet: E3, 14 and 42. RGB value is (227,20,66). Sum of RGB (Red+Green+Blue) = 227+20+66=313 (41% of max value = 765). Red value is 227 (89.06% from 255 or 72.52% from 313); Green value is 20 (8.20% from 255 or 6.39% from 313); Blue value is 66 (26.17% from 255 or 21.09% from 313); Max value from RGB is 227 - color contains mainly: red. Hex color #E31442 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E31442 is #1CEBBD. Grayscale: #575757. Windows color (decimal): -1895358 or 4330723. OLE color: 4330723.
HSL color Cylindrical-coordinate representation of color #E31442: hue angle of 346.67º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E31442 is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 20 | 66 | - |
| CMYK | 0 | 0.91 | 0.71 | 0.11 |
| HSL | 346.67º | 0.84% | 0.48% | - |
| HSV(B) | 346.67º | 0.91% | 0.89% | - |
| XYZ | 32.91 | 17.22 | 6.74 | - |
| YUV | 87.14 | 116.08 | 227.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 20 | 66 | 0 | 0.91 | 0.71 | 0.11 | 346.67 | 0.84 | 0.48 |
| Hex | E3 | 14 | 42 | 0 | 5B | 47 | B | 15B | 54 | 30 |
| Octal | 343 | 24 | 102 | 0 | 133 | 107 | 13 | 533 | 124 | 60 |
| Binary | 11100011 | 10100 | 1000010 | 0 | 1011011 | 1000111 | 1011 | 101011011 | 1010100 | 110000 |
Color Harmonies of #E31442
Complementary color
Monochromatic Colors of #E31442
Black with #E31442
Text Example
Text Example
White with #E31442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31442; }
p { color: rgb(227,20,66); }
H1.HeaderClassName
{
color: #E31442;
}
.AnyTagClassName
{
color: #E31442;
}
</style>
background-color css
<style>
a { background-color: #E31442; }
a { background-color: rgb(227,20,66); }
div.DivClassName
{
background-color: #E31442;
}
.BgClassName
{
background-color: #E31442;
}
</style>
border-color css
<style>
span { border-color: #E31442; }
span { border-color: rgb(227,20,66); }
td.TdClassName
{
border-color: #E31442;
}
.TagClassName
{
border-color: #E31442;
}
</style>