Shades of Crimson #E51B45
Tints of Crimson #E51B45
RGB
CMYK
RGB Variations
Color information
#E51B45 (or 0xE51B45) is known color: Crimson. HEX triplet: E5, 1B and 45. RGB value is (229,27,69). Sum of RGB (Red+Green+Blue) = 229+27+69=325 (43% of max value = 765). Red value is 229 (89.84% from 255 or 70.46% from 325); Green value is 27 (10.94% from 255 or 8.31% from 325); Blue value is 69 (27.34% from 255 or 21.23% from 325); Max value from RGB is 229 - color contains mainly: red. Hex color #E51B45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E51B45 is #1AE4BA. Grayscale: #5C5C5C. Windows color (decimal): -1762491 or 4529125. OLE color: 4529125.
HSL color Cylindrical-coordinate representation of color #E51B45: hue angle of 347.52º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E51B45 is Cyan = 0, Magento = 0.88, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 27 | 69 | - |
| CMYK | 0 | 0.88 | 0.70 | 0.10 |
| HSL | 347.52º | 0.8% | 0.5% | - |
| HSV(B) | 347.52º | 0.88% | 0.9% | - |
| XYZ | 33.78 | 17.87 | 7.3 | - |
| YUV | 92.19 | 114.92 | 225.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 27 | 69 | 0 | 0.88 | 0.70 | 0.10 | 347.52 | 0.8 | 0.5 |
| Hex | E5 | 1B | 45 | 0 | 58 | 46 | A | 15C | 50 | 32 |
| Octal | 345 | 33 | 105 | 0 | 130 | 106 | 12 | 534 | 120 | 62 |
| Binary | 11100101 | 11011 | 1000101 | 0 | 1011000 | 1000110 | 1010 | 101011100 | 1010000 | 110010 |
Color Harmonies of #E51B45
Complementary color
Monochromatic Colors of #E51B45
Black with #E51B45
Text Example
Text Example
White with #E51B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51B45; }
p { color: rgb(229,27,69); }
H1.HeaderClassName
{
color: #E51B45;
}
.AnyTagClassName
{
color: #E51B45;
}
</style>
background-color css
<style>
a { background-color: #E51B45; }
a { background-color: rgb(229,27,69); }
div.DivClassName
{
background-color: #E51B45;
}
.BgClassName
{
background-color: #E51B45;
}
</style>
border-color css
<style>
span { border-color: #E51B45; }
span { border-color: rgb(229,27,69); }
td.TdClassName
{
border-color: #E51B45;
}
.TagClassName
{
border-color: #E51B45;
}
</style>