Shades of Crimson #E31C45
Tints of Crimson #E31C45
RGB
CMYK
RGB Variations
Color information
#E31C45 (or 0xE31C45) is known color: Crimson. HEX triplet: E3, 1C and 45. RGB value is (227,28,69). Sum of RGB (Red+Green+Blue) = 227+28+69=324 (42% of max value = 765). Red value is 227 (89.06% from 255 or 70.06% from 324); Green value is 28 (11.33% from 255 or 8.64% from 324); Blue value is 69 (27.34% from 255 or 21.30% from 324); Max value from RGB is 227 - color contains mainly: red. Hex color #E31C45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E31C45 is #1CE3BA. Grayscale: #5C5C5C. Windows color (decimal): -1893307 or 4529379. OLE color: 4529379.
HSL color Cylindrical-coordinate representation of color #E31C45: hue angle of 347.64º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E31C45 is Cyan = 0, Magento = 0.88, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 28 | 69 | - |
| CMYK | 0 | 0.88 | 0.70 | 0.11 |
| HSL | 347.64º | 0.78% | 0.5% | - |
| HSV(B) | 347.64º | 0.88% | 0.89% | - |
| XYZ | 33.17 | 17.59 | 7.28 | - |
| YUV | 92.18 | 114.93 | 224.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 28 | 69 | 0 | 0.88 | 0.70 | 0.11 | 347.64 | 0.78 | 0.5 |
| Hex | E3 | 1C | 45 | 0 | 58 | 46 | B | 15C | 4E | 32 |
| Octal | 343 | 34 | 105 | 0 | 130 | 106 | 13 | 534 | 116 | 62 |
| Binary | 11100011 | 11100 | 1000101 | 0 | 1011000 | 1000110 | 1011 | 101011100 | 1001110 | 110010 |
Color Harmonies of #E31C45
Complementary color
Monochromatic Colors of #E31C45
Black with #E31C45
Text Example
Text Example
White with #E31C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31C45; }
p { color: rgb(227,28,69); }
H1.HeaderClassName
{
color: #E31C45;
}
.AnyTagClassName
{
color: #E31C45;
}
</style>
background-color css
<style>
a { background-color: #E31C45; }
a { background-color: rgb(227,28,69); }
div.DivClassName
{
background-color: #E31C45;
}
.BgClassName
{
background-color: #E31C45;
}
</style>
border-color css
<style>
span { border-color: #E31C45; }
span { border-color: rgb(227,28,69); }
td.TdClassName
{
border-color: #E31C45;
}
.TagClassName
{
border-color: #E31C45;
}
</style>