Shades of Crimson #E10431
Tints of Crimson #E10431
RGB
CMYK
RGB Variations
Color information
#E10431 (or 0xE10431) is known color: Crimson. HEX triplet: E1, 04 and 31. RGB value is (225,4,49). Sum of RGB (Red+Green+Blue) = 225+4+49=278 (36% of max value = 765). Red value is 225 (88.28% from 255 or 80.94% from 278); Green value is 4 (1.95% from 255 or 1.44% from 278); Blue value is 49 (19.53% from 255 or 17.63% from 278); Max value from RGB is 225 - color contains mainly: red. Hex color #E10431 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10431 is #1EFBCE. Grayscale: #4B4B4B. Windows color (decimal): -2030543 or 3212513. OLE color: 3212513.
HSL color Cylindrical-coordinate representation of color #E10431: hue angle of 347.78º degrees, saturation: 0.97, 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 #E10431 is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 4 | 49 | - |
| CMYK | 0 | 0.98 | 0.78 | 0.12 |
| HSL | 347.78º | 0.97% | 0.45% | - |
| HSV(B) | 347.78º | 0.98% | 0.88% | - |
| XYZ | 31.65 | 16.32 | 4.39 | - |
| YUV | 75.21 | 113.22 | 234.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 4 | 49 | 0 | 0.98 | 0.78 | 0.12 | 347.78 | 0.97 | 0.45 |
| Hex | E1 | 4 | 31 | 0 | 62 | 4E | C | 15C | 61 | 2D |
| Octal | 341 | 4 | 61 | 0 | 142 | 116 | 14 | 534 | 141 | 55 |
| Binary | 11100001 | 100 | 110001 | 0 | 1100010 | 1001110 | 1100 | 101011100 | 1100001 | 101101 |
Color Harmonies of #E10431
Complementary color
Monochromatic Colors of #E10431
Black with #E10431
Text Example
Text Example
White with #E10431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10431; }
p { color: rgb(225,4,49); }
H1.HeaderClassName
{
color: #E10431;
}
.AnyTagClassName
{
color: #E10431;
}
</style>
background-color css
<style>
a { background-color: #E10431; }
a { background-color: rgb(225,4,49); }
div.DivClassName
{
background-color: #E10431;
}
.BgClassName
{
background-color: #E10431;
}
</style>
border-color css
<style>
span { border-color: #E10431; }
span { border-color: rgb(225,4,49); }
td.TdClassName
{
border-color: #E10431;
}
.TagClassName
{
border-color: #E10431;
}
</style>