Shades of Crimson #E61329
Tints of Crimson #E61329
RGB
CMYK
RGB Variations
Color information
#E61329 (or 0xE61329) is known color: Crimson. HEX triplet: E6, 13 and 29. RGB value is (230,19,41). Sum of RGB (Red+Green+Blue) = 230+19+41=290 (38% of max value = 765). Red value is 230 (90.23% from 255 or 79.31% from 290); Green value is 19 (7.81% from 255 or 6.55% from 290); Blue value is 41 (16.41% from 255 or 14.14% from 290); Max value from RGB is 230 - color contains mainly: red. Hex color #E61329 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E61329 is #19ECD6. Grayscale: #545454. Windows color (decimal): -1699031 or 2692070. OLE color: 2692070.
HSL color Cylindrical-coordinate representation of color #E61329: hue angle of 353.74º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E61329 is Cyan = 0, Magento = 0.92, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 19 | 41 | - |
| CMYK | 0 | 0.92 | 0.82 | 0.10 |
| HSL | 353.74º | 0.85% | 0.49% | - |
| HSV(B) | 353.74º | 0.92% | 0.9% | - |
| XYZ | 33.27 | 17.45 | 3.71 | - |
| YUV | 84.6 | 103.4 | 231.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 19 | 41 | 0 | 0.92 | 0.82 | 0.10 | 353.74 | 0.85 | 0.49 |
| Hex | E6 | 13 | 29 | 0 | 5C | 52 | A | 162 | 55 | 31 |
| Octal | 346 | 23 | 51 | 0 | 134 | 122 | 12 | 542 | 125 | 61 |
| Binary | 11100110 | 10011 | 101001 | 0 | 1011100 | 1010010 | 1010 | 101100010 | 1010101 | 110001 |
Color Harmonies of #E61329
Complementary color
Monochromatic Colors of #E61329
Black with #E61329
Text Example
Text Example
White with #E61329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61329; }
p { color: rgb(230,19,41); }
H1.HeaderClassName
{
color: #E61329;
}
.AnyTagClassName
{
color: #E61329;
}
</style>
background-color css
<style>
a { background-color: #E61329; }
a { background-color: rgb(230,19,41); }
div.DivClassName
{
background-color: #E61329;
}
.BgClassName
{
background-color: #E61329;
}
</style>
border-color css
<style>
span { border-color: #E61329; }
span { border-color: rgb(230,19,41); }
td.TdClassName
{
border-color: #E61329;
}
.TagClassName
{
border-color: #E61329;
}
</style>