Shades of Crimson #E60D29
Tints of Crimson #E60D29
RGB
CMYK
RGB Variations
Color information
#E60D29 (or 0xE60D29) is known color: Crimson. HEX triplet: E6, 0D and 29. RGB value is (230,13,41). Sum of RGB (Red+Green+Blue) = 230+13+41=284 (37% of max value = 765). Red value is 230 (90.23% from 255 or 80.99% from 284); Green value is 13 (5.47% from 255 or 4.58% from 284); Blue value is 41 (16.41% from 255 or 14.44% from 284); Max value from RGB is 230 - color contains mainly: red. Hex color #E60D29 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60D29 is #19F2D6. Grayscale: #515151. Windows color (decimal): -1700567 or 2690534. OLE color: 2690534.
HSL color Cylindrical-coordinate representation of color #E60D29: hue angle of 352.26º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E60D29 is Cyan = 0, Magento = 0.94, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 13 | 41 | - |
| CMYK | 0 | 0.94 | 0.82 | 0.10 |
| HSL | 352.26º | 0.89% | 0.48% | - |
| HSV(B) | 352.26º | 0.94% | 0.9% | - |
| XYZ | 33.18 | 17.27 | 3.68 | - |
| YUV | 81.08 | 105.39 | 234.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 13 | 41 | 0 | 0.94 | 0.82 | 0.10 | 352.26 | 0.89 | 0.48 |
| Hex | E6 | D | 29 | 0 | 5E | 52 | A | 160 | 59 | 30 |
| Octal | 346 | 15 | 51 | 0 | 136 | 122 | 12 | 540 | 131 | 60 |
| Binary | 11100110 | 1101 | 101001 | 0 | 1011110 | 1010010 | 1010 | 101100000 | 1011001 | 110000 |
Color Harmonies of #E60D29
Complementary color
Monochromatic Colors of #E60D29
Black with #E60D29
Text Example
Text Example
White with #E60D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60D29; }
p { color: rgb(230,13,41); }
H1.HeaderClassName
{
color: #E60D29;
}
.AnyTagClassName
{
color: #E60D29;
}
</style>
background-color css
<style>
a { background-color: #E60D29; }
a { background-color: rgb(230,13,41); }
div.DivClassName
{
background-color: #E60D29;
}
.BgClassName
{
background-color: #E60D29;
}
</style>
border-color css
<style>
span { border-color: #E60D29; }
span { border-color: rgb(230,13,41); }
td.TdClassName
{
border-color: #E60D29;
}
.TagClassName
{
border-color: #E60D29;
}
</style>