Shades of Crimson #E60F29
Tints of Crimson #E60F29
RGB
CMYK
RGB Variations
Color information
#E60F29 (or 0xE60F29) is known color: Crimson. HEX triplet: E6, 0F and 29. RGB value is (230,15,41). Sum of RGB (Red+Green+Blue) = 230+15+41=286 (37% of max value = 765). Red value is 230 (90.23% from 255 or 80.42% from 286); Green value is 15 (6.25% from 255 or 5.24% from 286); Blue value is 41 (16.41% from 255 or 14.34% from 286); Max value from RGB is 230 - color contains mainly: red. Hex color #E60F29 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60F29 is #19F0D6. Grayscale: #525252. Windows color (decimal): -1700055 or 2691046. OLE color: 2691046.
HSL color Cylindrical-coordinate representation of color #E60F29: hue angle of 352.74º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E60F29 is Cyan = 0, Magento = 0.93, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 15 | 41 | - |
| CMYK | 0 | 0.93 | 0.82 | 0.10 |
| HSL | 352.74º | 0.88% | 0.48% | - |
| HSV(B) | 352.74º | 0.93% | 0.9% | - |
| XYZ | 33.2 | 17.32 | 3.69 | - |
| YUV | 82.25 | 104.73 | 233.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 15 | 41 | 0 | 0.93 | 0.82 | 0.10 | 352.74 | 0.88 | 0.48 |
| Hex | E6 | F | 29 | 0 | 5D | 52 | A | 161 | 58 | 30 |
| Octal | 346 | 17 | 51 | 0 | 135 | 122 | 12 | 541 | 130 | 60 |
| Binary | 11100110 | 1111 | 101001 | 0 | 1011101 | 1010010 | 1010 | 101100001 | 1011000 | 110000 |
Color Harmonies of #E60F29
Complementary color
Monochromatic Colors of #E60F29
Black with #E60F29
Text Example
Text Example
White with #E60F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60F29; }
p { color: rgb(230,15,41); }
H1.HeaderClassName
{
color: #E60F29;
}
.AnyTagClassName
{
color: #E60F29;
}
</style>
background-color css
<style>
a { background-color: #E60F29; }
a { background-color: rgb(230,15,41); }
div.DivClassName
{
background-color: #E60F29;
}
.BgClassName
{
background-color: #E60F29;
}
</style>
border-color css
<style>
span { border-color: #E60F29; }
span { border-color: rgb(230,15,41); }
td.TdClassName
{
border-color: #E60F29;
}
.TagClassName
{
border-color: #E60F29;
}
</style>