Shades of Crimson #E61D42
Tints of Crimson #E61D42
RGB
CMYK
RGB Variations
Color information
#E61D42 (or 0xE61D42) is known color: Crimson. HEX triplet: E6, 1D and 42. RGB value is (230,29,66). Sum of RGB (Red+Green+Blue) = 230+29+66=325 (43% of max value = 765). Red value is 230 (90.23% from 255 or 70.77% from 325); Green value is 29 (11.72% from 255 or 8.92% from 325); Blue value is 66 (26.17% from 255 or 20.31% from 325); Max value from RGB is 230 - color contains mainly: red. Hex color #E61D42 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E61D42 is #19E2BD. Grayscale: #5D5D5D. Windows color (decimal): -1696446 or 4333030. OLE color: 4333030.
HSL color Cylindrical-coordinate representation of color #E61D42: hue angle of 348.96º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E61D42 is Cyan = 0, Magento = 0.87, Yellow = 0.71 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 29 | 66 | - |
| CMYK | 0 | 0.87 | 0.71 | 0.10 |
| HSL | 348.96º | 0.8% | 0.51% | - |
| HSV(B) | 348.96º | 0.87% | 0.9% | - |
| XYZ | 34.06 | 18.1 | 6.85 | - |
| YUV | 93.32 | 112.59 | 225.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 29 | 66 | 0 | 0.87 | 0.71 | 0.10 | 348.96 | 0.8 | 0.51 |
| Hex | E6 | 1D | 42 | 0 | 57 | 47 | A | 15D | 50 | 33 |
| Octal | 346 | 35 | 102 | 0 | 127 | 107 | 12 | 535 | 120 | 63 |
| Binary | 11100110 | 11101 | 1000010 | 0 | 1010111 | 1000111 | 1010 | 101011101 | 1010000 | 110011 |
Color Harmonies of #E61D42
Complementary color
Monochromatic Colors of #E61D42
Black with #E61D42
Text Example
Text Example
White with #E61D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61D42; }
p { color: rgb(230,29,66); }
H1.HeaderClassName
{
color: #E61D42;
}
.AnyTagClassName
{
color: #E61D42;
}
</style>
background-color css
<style>
a { background-color: #E61D42; }
a { background-color: rgb(230,29,66); }
div.DivClassName
{
background-color: #E61D42;
}
.BgClassName
{
background-color: #E61D42;
}
</style>
border-color css
<style>
span { border-color: #E61D42; }
span { border-color: rgb(230,29,66); }
td.TdClassName
{
border-color: #E61D42;
}
.TagClassName
{
border-color: #E61D42;
}
</style>