Shades of Crimson #E51A43
Tints of Crimson #E51A43
RGB
CMYK
RGB Variations
Color information
#E51A43 (or 0xE51A43) is known color: Crimson. HEX triplet: E5, 1A and 43. RGB value is (229,26,67). Sum of RGB (Red+Green+Blue) = 229+26+67=322 (42% of max value = 765). Red value is 229 (89.84% from 255 or 71.12% from 322); Green value is 26 (10.55% from 255 or 8.07% from 322); Blue value is 67 (26.56% from 255 or 20.81% from 322); Max value from RGB is 229 - color contains mainly: red. Hex color #E51A43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E51A43 is #1AE5BC. Grayscale: #5B5B5B. Windows color (decimal): -1762749 or 4397797. OLE color: 4397797.
HSL color Cylindrical-coordinate representation of color #E51A43: hue angle of 347.88º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E51A43 is Cyan = 0, Magento = 0.89, Yellow = 0.71 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 26 | 67 | - |
| CMYK | 0 | 0.89 | 0.71 | 0.10 |
| HSL | 347.88º | 0.8% | 0.5% | - |
| HSV(B) | 347.88º | 0.89% | 0.9% | - |
| XYZ | 33.7 | 17.8 | 6.97 | - |
| YUV | 91.37 | 114.25 | 226.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 26 | 67 | 0 | 0.89 | 0.71 | 0.10 | 347.88 | 0.8 | 0.5 |
| Hex | E5 | 1A | 43 | 0 | 59 | 47 | A | 15C | 50 | 32 |
| Octal | 345 | 32 | 103 | 0 | 131 | 107 | 12 | 534 | 120 | 62 |
| Binary | 11100101 | 11010 | 1000011 | 0 | 1011001 | 1000111 | 1010 | 101011100 | 1010000 | 110010 |
Color Harmonies of #E51A43
Complementary color
Monochromatic Colors of #E51A43
Black with #E51A43
Text Example
Text Example
White with #E51A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51A43; }
p { color: rgb(229,26,67); }
H1.HeaderClassName
{
color: #E51A43;
}
.AnyTagClassName
{
color: #E51A43;
}
</style>
background-color css
<style>
a { background-color: #E51A43; }
a { background-color: rgb(229,26,67); }
div.DivClassName
{
background-color: #E51A43;
}
.BgClassName
{
background-color: #E51A43;
}
</style>
border-color css
<style>
span { border-color: #E51A43; }
span { border-color: rgb(229,26,67); }
td.TdClassName
{
border-color: #E51A43;
}
.TagClassName
{
border-color: #E51A43;
}
</style>