Shades of Crimson #E40331
Tints of Crimson #E40331
RGB
CMYK
RGB Variations
Color information
#E40331 (or 0xE40331) is known color: Crimson. HEX triplet: E4, 03 and 31. RGB value is (228,3,49). Sum of RGB (Red+Green+Blue) = 228+3+49=280 (37% of max value = 765). Red value is 228 (89.45% from 255 or 81.43% from 280); Green value is 3 (1.56% from 255 or 1.07% from 280); Blue value is 49 (19.53% from 255 or 17.5% from 280); Max value from RGB is 228 - color contains mainly: red. Hex color #E40331 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E40331 is #1BFCCE. Grayscale: #4B4B4B. Windows color (decimal): -1834191 or 3212260. OLE color: 3212260.
HSL color Cylindrical-coordinate representation of color #E40331: hue angle of 347.73º 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 #E40331 is Cyan = 0, Magento = 0.99, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 3 | 49 | - |
| CMYK | 0 | 0.99 | 0.79 | 0.11 |
| HSL | 347.73º | 0.97% | 0.45% | - |
| HSV(B) | 347.73º | 0.99% | 0.89% | - |
| XYZ | 32.58 | 16.78 | 4.43 | - |
| YUV | 75.52 | 113.04 | 236.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 3 | 49 | 0 | 0.99 | 0.79 | 0.11 | 347.73 | 0.97 | 0.45 |
| Hex | E4 | 3 | 31 | 0 | 63 | 4F | B | 15C | 61 | 2D |
| Octal | 344 | 3 | 61 | 0 | 143 | 117 | 13 | 534 | 141 | 55 |
| Binary | 11100100 | 11 | 110001 | 0 | 1100011 | 1001111 | 1011 | 101011100 | 1100001 | 101101 |
Color Harmonies of #E40331
Complementary color
Monochromatic Colors of #E40331
Black with #E40331
Text Example
Text Example
White with #E40331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40331; }
p { color: rgb(228,3,49); }
H1.HeaderClassName
{
color: #E40331;
}
.AnyTagClassName
{
color: #E40331;
}
</style>
background-color css
<style>
a { background-color: #E40331; }
a { background-color: rgb(228,3,49); }
div.DivClassName
{
background-color: #E40331;
}
.BgClassName
{
background-color: #E40331;
}
</style>
border-color css
<style>
span { border-color: #E40331; }
span { border-color: rgb(228,3,49); }
td.TdClassName
{
border-color: #E40331;
}
.TagClassName
{
border-color: #E40331;
}
</style>