Shades of Crimson #E61948
Tints of Crimson #E61948
RGB
CMYK
RGB Variations
Color information
#E61948 (or 0xE61948) is known color: Crimson. HEX triplet: E6, 19 and 48. RGB value is (230,25,72). Sum of RGB (Red+Green+Blue) = 230+25+72=327 (43% of max value = 765). Red value is 230 (90.23% from 255 or 70.34% from 327); Green value is 25 (10.16% from 255 or 7.65% from 327); Blue value is 72 (28.52% from 255 or 22.02% from 327); Max value from RGB is 230 - color contains mainly: red. Hex color #E61948 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E61948 is #19E6B7. Grayscale: #5B5B5B. Windows color (decimal): -1697464 or 4725222. OLE color: 4725222.
HSL color Cylindrical-coordinate representation of color #E61948: hue angle of 346.24º 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 #E61948 is Cyan = 0, Magento = 0.89, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 25 | 72 | - |
| CMYK | 0 | 0.89 | 0.69 | 0.10 |
| HSL | 346.24º | 0.8% | 0.5% | - |
| HSV(B) | 346.24º | 0.89% | 0.9% | - |
| XYZ | 34.15 | 17.99 | 7.8 | - |
| YUV | 91.65 | 116.92 | 226.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 25 | 72 | 0 | 0.89 | 0.69 | 0.10 | 346.24 | 0.8 | 0.5 |
| Hex | E6 | 19 | 48 | 0 | 59 | 45 | A | 15A | 50 | 32 |
| Octal | 346 | 31 | 110 | 0 | 131 | 105 | 12 | 532 | 120 | 62 |
| Binary | 11100110 | 11001 | 1001000 | 0 | 1011001 | 1000101 | 1010 | 101011010 | 1010000 | 110010 |
Color Harmonies of #E61948
Complementary color
Monochromatic Colors of #E61948
Black with #E61948
Text Example
Text Example
White with #E61948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61948; }
p { color: rgb(230,25,72); }
H1.HeaderClassName
{
color: #E61948;
}
.AnyTagClassName
{
color: #E61948;
}
</style>
background-color css
<style>
a { background-color: #E61948; }
a { background-color: rgb(230,25,72); }
div.DivClassName
{
background-color: #E61948;
}
.BgClassName
{
background-color: #E61948;
}
</style>
border-color css
<style>
span { border-color: #E61948; }
span { border-color: rgb(230,25,72); }
td.TdClassName
{
border-color: #E61948;
}
.TagClassName
{
border-color: #E61948;
}
</style>