Shades of Crimson #E31430
Tints of Crimson #E31430
RGB
CMYK
RGB Variations
Color information
#E31430 (or 0xE31430) is known color: Crimson. HEX triplet: E3, 14 and 30. RGB value is (227,20,48). Sum of RGB (Red+Green+Blue) = 227+20+48=295 (39% of max value = 765). Red value is 227 (89.06% from 255 or 76.95% from 295); Green value is 20 (8.20% from 255 or 6.78% from 295); Blue value is 48 (19.14% from 255 or 16.27% from 295); Max value from RGB is 227 - color contains mainly: red. Hex color #E31430 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E31430 is #1CEBCF. Grayscale: #555555. Windows color (decimal): -1895376 or 3151075. OLE color: 3151075.
HSL color Cylindrical-coordinate representation of color #E31430: hue angle of 351.88º 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 #E31430 is Cyan = 0, Magento = 0.91, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 20 | 48 | - |
| CMYK | 0 | 0.91 | 0.79 | 0.11 |
| HSL | 351.88º | 0.84% | 0.48% | - |
| HSV(B) | 351.88º | 0.91% | 0.89% | - |
| XYZ | 32.46 | 17.04 | 4.38 | - |
| YUV | 85.09 | 107.08 | 229.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 20 | 48 | 0 | 0.91 | 0.79 | 0.11 | 351.88 | 0.84 | 0.48 |
| Hex | E3 | 14 | 30 | 0 | 5B | 4F | B | 160 | 54 | 30 |
| Octal | 343 | 24 | 60 | 0 | 133 | 117 | 13 | 540 | 124 | 60 |
| Binary | 11100011 | 10100 | 110000 | 0 | 1011011 | 1001111 | 1011 | 101100000 | 1010100 | 110000 |
Color Harmonies of #E31430
Complementary color
Monochromatic Colors of #E31430
Black with #E31430
Text Example
Text Example
White with #E31430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31430; }
p { color: rgb(227,20,48); }
H1.HeaderClassName
{
color: #E31430;
}
.AnyTagClassName
{
color: #E31430;
}
</style>
background-color css
<style>
a { background-color: #E31430; }
a { background-color: rgb(227,20,48); }
div.DivClassName
{
background-color: #E31430;
}
.BgClassName
{
background-color: #E31430;
}
</style>
border-color css
<style>
span { border-color: #E31430; }
span { border-color: rgb(227,20,48); }
td.TdClassName
{
border-color: #E31430;
}
.TagClassName
{
border-color: #E31430;
}
</style>