Shades of Crimson #E00431
Tints of Crimson #E00431
RGB
CMYK
RGB Variations
Color information
#E00431 (or 0xE00431) is known color: Crimson. HEX triplet: E0, 04 and 31. RGB value is (224,4,49). Sum of RGB (Red+Green+Blue) = 224+4+49=277 (36% of max value = 765). Red value is 224 (87.89% from 255 or 80.87% from 277); Green value is 4 (1.95% from 255 or 1.44% from 277); Blue value is 49 (19.53% from 255 or 17.69% from 277); Max value from RGB is 224 - color contains mainly: red. Hex color #E00431 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00431 is #1FFBCE. Grayscale: #4A4A4A. Windows color (decimal): -2096079 or 3212512. OLE color: 3212512.
HSL color Cylindrical-coordinate representation of color #E00431: hue angle of 347.73º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E00431 is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 4 | 49 | - |
| CMYK | 0 | 0.98 | 0.78 | 0.12 |
| HSL | 347.73º | 0.96% | 0.45% | - |
| HSV(B) | 347.73º | 0.98% | 0.88% | - |
| XYZ | 31.34 | 16.16 | 4.37 | - |
| YUV | 74.91 | 113.39 | 234.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 4 | 49 | 0 | 0.98 | 0.78 | 0.12 | 347.73 | 0.96 | 0.45 |
| Hex | E0 | 4 | 31 | 0 | 62 | 4E | C | 15C | 60 | 2D |
| Octal | 340 | 4 | 61 | 0 | 142 | 116 | 14 | 534 | 140 | 55 |
| Binary | 11100000 | 100 | 110001 | 0 | 1100010 | 1001110 | 1100 | 101011100 | 1100000 | 101101 |
Color Harmonies of #E00431
Complementary color
Monochromatic Colors of #E00431
Black with #E00431
Text Example
Text Example
White with #E00431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00431; }
p { color: rgb(224,4,49); }
H1.HeaderClassName
{
color: #E00431;
}
.AnyTagClassName
{
color: #E00431;
}
</style>
background-color css
<style>
a { background-color: #E00431; }
a { background-color: rgb(224,4,49); }
div.DivClassName
{
background-color: #E00431;
}
.BgClassName
{
background-color: #E00431;
}
</style>
border-color css
<style>
span { border-color: #E00431; }
span { border-color: rgb(224,4,49); }
td.TdClassName
{
border-color: #E00431;
}
.TagClassName
{
border-color: #E00431;
}
</style>