Shades of Crimson #E61535
Tints of Crimson #E61535
RGB
CMYK
RGB Variations
Color information
#E61535 (or 0xE61535) is known color: Crimson. HEX triplet: E6, 15 and 35. RGB value is (230,21,53). Sum of RGB (Red+Green+Blue) = 230+21+53=304 (40% of max value = 765). Red value is 230 (90.23% from 255 or 75.66% from 304); Green value is 21 (8.59% from 255 or 6.91% from 304); Blue value is 53 (21.09% from 255 or 17.43% from 304); Max value from RGB is 230 - color contains mainly: red. Hex color #E61535 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E61535 is #19EACA. Grayscale: #575757. Windows color (decimal): -1698507 or 3479014. OLE color: 3479014.
HSL color Cylindrical-coordinate representation of color #E61535: hue angle of 350.81º degrees, saturation: 0.83, 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 #E61535 is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 21 | 53 | - |
| CMYK | 0 | 0.91 | 0.77 | 0.10 |
| HSL | 350.81º | 0.83% | 0.49% | - |
| HSV(B) | 350.81º | 0.91% | 0.9% | - |
| XYZ | 33.54 | 17.62 | 5 | - |
| YUV | 87.14 | 108.74 | 229.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 21 | 53 | 0 | 0.91 | 0.77 | 0.10 | 350.81 | 0.83 | 0.49 |
| Hex | E6 | 15 | 35 | 0 | 5B | 4D | A | 15F | 53 | 31 |
| Octal | 346 | 25 | 65 | 0 | 133 | 115 | 12 | 537 | 123 | 61 |
| Binary | 11100110 | 10101 | 110101 | 0 | 1011011 | 1001101 | 1010 | 101011111 | 1010011 | 110001 |
Color Harmonies of #E61535
Complementary color
Monochromatic Colors of #E61535
Black with #E61535
Text Example
Text Example
White with #E61535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61535; }
p { color: rgb(230,21,53); }
H1.HeaderClassName
{
color: #E61535;
}
.AnyTagClassName
{
color: #E61535;
}
</style>
background-color css
<style>
a { background-color: #E61535; }
a { background-color: rgb(230,21,53); }
div.DivClassName
{
background-color: #E61535;
}
.BgClassName
{
background-color: #E61535;
}
</style>
border-color css
<style>
span { border-color: #E61535; }
span { border-color: rgb(230,21,53); }
td.TdClassName
{
border-color: #E61535;
}
.TagClassName
{
border-color: #E61535;
}
</style>