Shades of Crimson #E60D28
Tints of Crimson #E60D28
RGB
CMYK
RGB Variations
Color information
#E60D28 (or 0xE60D28) is known color: Crimson. HEX triplet: E6, 0D and 28. RGB value is (230,13,40). Sum of RGB (Red+Green+Blue) = 230+13+40=283 (37% of max value = 765). Red value is 230 (90.23% from 255 or 81.27% from 283); Green value is 13 (5.47% from 255 or 4.59% from 283); Blue value is 40 (16.02% from 255 or 14.13% from 283); Max value from RGB is 230 - color contains mainly: red. Hex color #E60D28 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60D28 is #19F2D7. Grayscale: #515151. Windows color (decimal): -1700568 or 2624998. OLE color: 2624998.
HSL color Cylindrical-coordinate representation of color #E60D28: hue angle of 352.53º 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 #E60D28 is Cyan = 0, Magento = 0.94, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 13 | 40 | - |
| CMYK | 0 | 0.94 | 0.83 | 0.10 |
| HSL | 352.53º | 0.89% | 0.48% | - |
| HSV(B) | 352.53º | 0.94% | 0.9% | - |
| XYZ | 33.16 | 17.26 | 3.59 | - |
| YUV | 80.96 | 104.89 | 234.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 13 | 40 | 0 | 0.94 | 0.83 | 0.10 | 352.53 | 0.89 | 0.48 |
| Hex | E6 | D | 28 | 0 | 5E | 53 | A | 161 | 59 | 30 |
| Octal | 346 | 15 | 50 | 0 | 136 | 123 | 12 | 541 | 131 | 60 |
| Binary | 11100110 | 1101 | 101000 | 0 | 1011110 | 1010011 | 1010 | 101100001 | 1011001 | 110000 |
Color Harmonies of #E60D28
Complementary color
Monochromatic Colors of #E60D28
Black with #E60D28
Text Example
Text Example
White with #E60D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60D28; }
p { color: rgb(230,13,40); }
H1.HeaderClassName
{
color: #E60D28;
}
.AnyTagClassName
{
color: #E60D28;
}
</style>
background-color css
<style>
a { background-color: #E60D28; }
a { background-color: rgb(230,13,40); }
div.DivClassName
{
background-color: #E60D28;
}
.BgClassName
{
background-color: #E60D28;
}
</style>
border-color css
<style>
span { border-color: #E60D28; }
span { border-color: rgb(230,13,40); }
td.TdClassName
{
border-color: #E60D28;
}
.TagClassName
{
border-color: #E60D28;
}
</style>