Shades of Crimson #E40948
Tints of Crimson #E40948
RGB
CMYK
RGB Variations
Color information
#E40948 (or 0xE40948) is known color: Crimson. HEX triplet: E4, 09 and 48. RGB value is (228,9,72). Sum of RGB (Red+Green+Blue) = 228+9+72=309 (40% of max value = 765). Red value is 228 (89.45% from 255 or 73.79% from 309); Green value is 9 (3.91% from 255 or 2.91% from 309); Blue value is 72 (28.52% from 255 or 23.30% from 309); Max value from RGB is 228 - color contains mainly: red. Hex color #E40948 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E40948 is #1BF6B7. Grayscale: #515151. Windows color (decimal): -1832632 or 4721124. OLE color: 4721124.
HSL color Cylindrical-coordinate representation of color #E40948: hue angle of 342.74º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E40948 is Cyan = 0, Magento = 0.96, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 9 | 72 | - |
| CMYK | 0 | 0.96 | 0.68 | 0.11 |
| HSL | 342.74º | 0.92% | 0.46% | - |
| HSV(B) | 342.74º | 0.96% | 0.89% | - |
| XYZ | 33.26 | 17.16 | 7.69 | - |
| YUV | 81.66 | 122.55 | 232.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 9 | 72 | 0 | 0.96 | 0.68 | 0.11 | 342.74 | 0.92 | 0.46 |
| Hex | E4 | 9 | 48 | 0 | 60 | 44 | B | 157 | 5C | 2E |
| Octal | 344 | 11 | 110 | 0 | 140 | 104 | 13 | 527 | 134 | 56 |
| Binary | 11100100 | 1001 | 1001000 | 0 | 1100000 | 1000100 | 1011 | 101010111 | 1011100 | 101110 |
Color Harmonies of #E40948
Complementary color
Monochromatic Colors of #E40948
Black with #E40948
Text Example
Text Example
White with #E40948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40948; }
p { color: rgb(228,9,72); }
H1.HeaderClassName
{
color: #E40948;
}
.AnyTagClassName
{
color: #E40948;
}
</style>
background-color css
<style>
a { background-color: #E40948; }
a { background-color: rgb(228,9,72); }
div.DivClassName
{
background-color: #E40948;
}
.BgClassName
{
background-color: #E40948;
}
</style>
border-color css
<style>
span { border-color: #E40948; }
span { border-color: rgb(228,9,72); }
td.TdClassName
{
border-color: #E40948;
}
.TagClassName
{
border-color: #E40948;
}
</style>