Shades of Crimson #E41D45
Tints of Crimson #E41D45
RGB
CMYK
RGB Variations
Color information
#E41D45 (or 0xE41D45) is known color: Crimson. HEX triplet: E4, 1D and 45. RGB value is (228,29,69). Sum of RGB (Red+Green+Blue) = 228+29+69=326 (43% of max value = 765). Red value is 228 (89.45% from 255 or 69.94% from 326); Green value is 29 (11.72% from 255 or 8.90% from 326); Blue value is 69 (27.34% from 255 or 21.17% from 326); Max value from RGB is 228 - color contains mainly: red. Hex color #E41D45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E41D45 is #1BE2BA. Grayscale: #5D5D5D. Windows color (decimal): -1827515 or 4529636. OLE color: 4529636.
HSL color Cylindrical-coordinate representation of color #E41D45: hue angle of 347.94º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E41D45 is Cyan = 0, Magento = 0.87, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 29 | 69 | - |
| CMYK | 0 | 0.87 | 0.70 | 0.11 |
| HSL | 347.94º | 0.79% | 0.5% | - |
| HSV(B) | 347.94º | 0.87% | 0.89% | - |
| XYZ | 33.51 | 17.8 | 7.3 | - |
| YUV | 93.06 | 114.43 | 224.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 29 | 69 | 0 | 0.87 | 0.70 | 0.11 | 347.94 | 0.79 | 0.5 |
| Hex | E4 | 1D | 45 | 0 | 57 | 46 | B | 15C | 4F | 32 |
| Octal | 344 | 35 | 105 | 0 | 127 | 106 | 13 | 534 | 117 | 62 |
| Binary | 11100100 | 11101 | 1000101 | 0 | 1010111 | 1000110 | 1011 | 101011100 | 1001111 | 110010 |
Color Harmonies of #E41D45
Complementary color
Monochromatic Colors of #E41D45
Black with #E41D45
Text Example
Text Example
White with #E41D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41D45; }
p { color: rgb(228,29,69); }
H1.HeaderClassName
{
color: #E41D45;
}
.AnyTagClassName
{
color: #E41D45;
}
</style>
background-color css
<style>
a { background-color: #E41D45; }
a { background-color: rgb(228,29,69); }
div.DivClassName
{
background-color: #E41D45;
}
.BgClassName
{
background-color: #E41D45;
}
</style>
border-color css
<style>
span { border-color: #E41D45; }
span { border-color: rgb(228,29,69); }
td.TdClassName
{
border-color: #E41D45;
}
.TagClassName
{
border-color: #E41D45;
}
</style>