Shades of Crimson #E00031
Tints of Crimson #E00031
RGB
CMYK
RGB Variations
Color information
#E00031 (or 0xE00031) is known color: Crimson. HEX triplet: E0, 00 and 31. RGB value is (224,0,49). Sum of RGB (Red+Green+Blue) = 224+0+49=273 (36% of max value = 765). Red value is 224 (87.89% from 255 or 82.05% from 273); Green value is 0 (0.39% from 255 or 0% from 273); Blue value is 49 (19.53% from 255 or 17.95% from 273); Max value from RGB is 224 - color contains mainly: red. Hex color #E00031 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00031 is #1FFFCE. Grayscale: #484848. Windows color (decimal): -2097103 or 3211488. OLE color: 3211488.
HSL color Cylindrical-coordinate representation of color #E00031: hue angle of 346.88º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E00031 is Cyan = 0, Magento = 1, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 0 | 49 | - |
| CMYK | 0 | 1 | 0.78 | 0.12 |
| HSL | 346.88º | 1% | 0.44% | - |
| HSV(B) | 346.88º | 1% | 0.88% | - |
| XYZ | 31.29 | 16.07 | 4.36 | - |
| YUV | 72.56 | 114.71 | 236.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 0 | 49 | 0 | 1 | 0.78 | 0.12 | 346.88 | 1 | 0.44 |
| Hex | E0 | 0 | 31 | 0 | 64 | 4E | C | 15B | 64 | 2C |
| Octal | 340 | 0 | 61 | 0 | 144 | 116 | 14 | 533 | 144 | 54 |
| Binary | 11100000 | 0 | 110001 | 0 | 1100100 | 1001110 | 1100 | 101011011 | 1100100 | 101100 |
Color Harmonies of #E00031
Complementary color
Monochromatic Colors of #E00031
Black with #E00031
Text Example
Text Example
White with #E00031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00031; }
p { color: rgb(224,0,49); }
H1.HeaderClassName
{
color: #E00031;
}
.AnyTagClassName
{
color: #E00031;
}
</style>
background-color css
<style>
a { background-color: #E00031; }
a { background-color: rgb(224,0,49); }
div.DivClassName
{
background-color: #E00031;
}
.BgClassName
{
background-color: #E00031;
}
</style>
border-color css
<style>
span { border-color: #E00031; }
span { border-color: rgb(224,0,49); }
td.TdClassName
{
border-color: #E00031;
}
.TagClassName
{
border-color: #E00031;
}
</style>