Shades of Crimson #E61638
Tints of Crimson #E61638
RGB
CMYK
RGB Variations
Color information
#E61638 (or 0xE61638) is known color: Crimson. HEX triplet: E6, 16 and 38. RGB value is (230,22,56). Sum of RGB (Red+Green+Blue) = 230+22+56=308 (40% of max value = 765). Red value is 230 (90.23% from 255 or 74.68% from 308); Green value is 22 (8.98% from 255 or 7.14% from 308); Blue value is 56 (22.27% from 255 or 18.18% from 308); Max value from RGB is 230 - color contains mainly: red. Hex color #E61638 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E61638 is #19E9C7. Grayscale: #585858. Windows color (decimal): -1698248 or 3675878. OLE color: 3675878.
HSL color Cylindrical-coordinate representation of color #E61638: hue angle of 350.19º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E61638 is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 22 | 56 | - |
| CMYK | 0 | 0.90 | 0.76 | 0.10 |
| HSL | 350.19º | 0.83% | 0.49% | - |
| HSV(B) | 350.19º | 0.9% | 0.9% | - |
| XYZ | 33.63 | 17.68 | 5.38 | - |
| YUV | 88.07 | 109.91 | 229.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 22 | 56 | 0 | 0.90 | 0.76 | 0.10 | 350.19 | 0.83 | 0.49 |
| Hex | E6 | 16 | 38 | 0 | 5A | 4C | A | 15E | 53 | 31 |
| Octal | 346 | 26 | 70 | 0 | 132 | 114 | 12 | 536 | 123 | 61 |
| Binary | 11100110 | 10110 | 111000 | 0 | 1011010 | 1001100 | 1010 | 101011110 | 1010011 | 110001 |
Color Harmonies of #E61638
Complementary color
Monochromatic Colors of #E61638
Black with #E61638
Text Example
Text Example
White with #E61638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61638; }
p { color: rgb(230,22,56); }
H1.HeaderClassName
{
color: #E61638;
}
.AnyTagClassName
{
color: #E61638;
}
</style>
background-color css
<style>
a { background-color: #E61638; }
a { background-color: rgb(230,22,56); }
div.DivClassName
{
background-color: #E61638;
}
.BgClassName
{
background-color: #E61638;
}
</style>
border-color css
<style>
span { border-color: #E61638; }
span { border-color: rgb(230,22,56); }
td.TdClassName
{
border-color: #E61638;
}
.TagClassName
{
border-color: #E61638;
}
</style>