Shades of Crimson #E60F27
Tints of Crimson #E60F27
RGB
CMYK
RGB Variations
Color information
#E60F27 (or 0xE60F27) is known color: Crimson. HEX triplet: E6, 0F and 27. RGB value is (230,15,39). Sum of RGB (Red+Green+Blue) = 230+15+39=284 (37% of max value = 765). Red value is 230 (90.23% from 255 or 80.99% from 284); Green value is 15 (6.25% from 255 or 5.28% from 284); Blue value is 39 (15.62% from 255 or 13.73% from 284); Max value from RGB is 230 - color contains mainly: red. Hex color #E60F27 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60F27 is #19F0D8. Grayscale: #525252. Windows color (decimal): -1700057 or 2559974. OLE color: 2559974.
HSL color Cylindrical-coordinate representation of color #E60F27: hue angle of 353.3º 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 #E60F27 is Cyan = 0, Magento = 0.93, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 15 | 39 | - |
| CMYK | 0 | 0.93 | 0.83 | 0.10 |
| HSL | 353.3º | 0.88% | 0.48% | - |
| HSV(B) | 353.3º | 0.93% | 0.9% | - |
| XYZ | 33.17 | 17.31 | 3.51 | - |
| YUV | 82.02 | 103.73 | 233.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 15 | 39 | 0 | 0.93 | 0.83 | 0.10 | 353.3 | 0.88 | 0.48 |
| Hex | E6 | F | 27 | 0 | 5D | 53 | A | 161 | 58 | 30 |
| Octal | 346 | 17 | 47 | 0 | 135 | 123 | 12 | 541 | 130 | 60 |
| Binary | 11100110 | 1111 | 100111 | 0 | 1011101 | 1010011 | 1010 | 101100001 | 1011000 | 110000 |
Color Harmonies of #E60F27
Complementary color
Monochromatic Colors of #E60F27
Black with #E60F27
Text Example
Text Example
White with #E60F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60F27; }
p { color: rgb(230,15,39); }
H1.HeaderClassName
{
color: #E60F27;
}
.AnyTagClassName
{
color: #E60F27;
}
</style>
background-color css
<style>
a { background-color: #E60F27; }
a { background-color: rgb(230,15,39); }
div.DivClassName
{
background-color: #E60F27;
}
.BgClassName
{
background-color: #E60F27;
}
</style>
border-color css
<style>
span { border-color: #E60F27; }
span { border-color: rgb(230,15,39); }
td.TdClassName
{
border-color: #E60F27;
}
.TagClassName
{
border-color: #E60F27;
}
</style>