Shades of Crimson #E61446
Tints of Crimson #E61446
RGB
CMYK
RGB Variations
Color information
#E61446 (or 0xE61446) is known color: Crimson. HEX triplet: E6, 14 and 46. RGB value is (230,20,70). Sum of RGB (Red+Green+Blue) = 230+20+70=320 (42% of max value = 765). Red value is 230 (90.23% from 255 or 71.88% from 320); Green value is 20 (8.20% from 255 or 6.25% from 320); Blue value is 70 (27.73% from 255 or 21.88% from 320); Max value from RGB is 230 - color contains mainly: red. Hex color #E61446 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E61446 is #19EBB9. Grayscale: #585858. Windows color (decimal): -1698746 or 4592870. OLE color: 4592870.
HSL color Cylindrical-coordinate representation of color #E61446: hue angle of 345.71º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E61446 is Cyan = 0, Magento = 0.91, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 20 | 70 | - |
| CMYK | 0 | 0.91 | 0.70 | 0.10 |
| HSL | 345.71º | 0.84% | 0.49% | - |
| HSV(B) | 345.71º | 0.91% | 0.9% | - |
| XYZ | 33.99 | 17.77 | 7.43 | - |
| YUV | 88.49 | 117.57 | 228.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 20 | 70 | 0 | 0.91 | 0.70 | 0.10 | 345.71 | 0.84 | 0.49 |
| Hex | E6 | 14 | 46 | 0 | 5B | 46 | A | 15A | 54 | 31 |
| Octal | 346 | 24 | 106 | 0 | 133 | 106 | 12 | 532 | 124 | 61 |
| Binary | 11100110 | 10100 | 1000110 | 0 | 1011011 | 1000110 | 1010 | 101011010 | 1010100 | 110001 |
Color Harmonies of #E61446
Complementary color
Monochromatic Colors of #E61446
Black with #E61446
Text Example
Text Example
White with #E61446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61446; }
p { color: rgb(230,20,70); }
H1.HeaderClassName
{
color: #E61446;
}
.AnyTagClassName
{
color: #E61446;
}
</style>
background-color css
<style>
a { background-color: #E61446; }
a { background-color: rgb(230,20,70); }
div.DivClassName
{
background-color: #E61446;
}
.BgClassName
{
background-color: #E61446;
}
</style>
border-color css
<style>
span { border-color: #E61446; }
span { border-color: rgb(230,20,70); }
td.TdClassName
{
border-color: #E61446;
}
.TagClassName
{
border-color: #E61446;
}
</style>