Shades of Crimson #E61543
Tints of Crimson #E61543
RGB
CMYK
RGB Variations
Color information
#E61543 (or 0xE61543) is known color: Crimson. HEX triplet: E6, 15 and 43. RGB value is (230,21,67). Sum of RGB (Red+Green+Blue) = 230+21+67=318 (42% of max value = 765). Red value is 230 (90.23% from 255 or 72.33% from 318); Green value is 21 (8.59% from 255 or 6.60% from 318); Blue value is 67 (26.56% from 255 or 21.07% from 318); Max value from RGB is 230 - color contains mainly: red. Hex color #E61543 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E61543 is #19EABC. Grayscale: #585858. Windows color (decimal): -1698493 or 4396518. OLE color: 4396518.
HSL color Cylindrical-coordinate representation of color #E61543: hue angle of 346.79º 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 #E61543 is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 21 | 67 | - |
| CMYK | 0 | 0.91 | 0.71 | 0.10 |
| HSL | 346.79º | 0.83% | 0.49% | - |
| HSV(B) | 346.79º | 0.91% | 0.9% | - |
| XYZ | 33.91 | 17.76 | 6.95 | - |
| YUV | 88.74 | 115.74 | 228.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 21 | 67 | 0 | 0.91 | 0.71 | 0.10 | 346.79 | 0.83 | 0.49 |
| Hex | E6 | 15 | 43 | 0 | 5B | 47 | A | 15B | 53 | 31 |
| Octal | 346 | 25 | 103 | 0 | 133 | 107 | 12 | 533 | 123 | 61 |
| Binary | 11100110 | 10101 | 1000011 | 0 | 1011011 | 1000111 | 1010 | 101011011 | 1010011 | 110001 |
Color Harmonies of #E61543
Complementary color
Monochromatic Colors of #E61543
Black with #E61543
Text Example
Text Example
White with #E61543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61543; }
p { color: rgb(230,21,67); }
H1.HeaderClassName
{
color: #E61543;
}
.AnyTagClassName
{
color: #E61543;
}
</style>
background-color css
<style>
a { background-color: #E61543; }
a { background-color: rgb(230,21,67); }
div.DivClassName
{
background-color: #E61543;
}
.BgClassName
{
background-color: #E61543;
}
</style>
border-color css
<style>
span { border-color: #E61543; }
span { border-color: rgb(230,21,67); }
td.TdClassName
{
border-color: #E61543;
}
.TagClassName
{
border-color: #E61543;
}
</style>