Shades of Crimson #E60F2F
Tints of Crimson #E60F2F
RGB
CMYK
RGB Variations
Color information
#E60F2F (or 0xE60F2F) is known color: Crimson. HEX triplet: E6, 0F and 2F. RGB value is (230,15,47). Sum of RGB (Red+Green+Blue) = 230+15+47=292 (38% of max value = 765). Red value is 230 (90.23% from 255 or 78.77% from 292); Green value is 15 (6.25% from 255 or 5.14% from 292); Blue value is 47 (18.75% from 255 or 16.10% from 292); Max value from RGB is 230 - color contains mainly: red. Hex color #E60F2F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60F2F is #19F0D0. Grayscale: #535353. Windows color (decimal): -1700049 or 3084262. OLE color: 3084262.
HSL color Cylindrical-coordinate representation of color #E60F2F: hue angle of 351.07º 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 #E60F2F is Cyan = 0, Magento = 0.93, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 15 | 47 | - |
| CMYK | 0 | 0.93 | 0.80 | 0.10 |
| HSL | 351.07º | 0.88% | 0.48% | - |
| HSV(B) | 351.07º | 0.93% | 0.9% | - |
| XYZ | 33.32 | 17.37 | 4.29 | - |
| YUV | 82.93 | 107.73 | 232.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 15 | 47 | 0 | 0.93 | 0.80 | 0.10 | 351.07 | 0.88 | 0.48 |
| Hex | E6 | F | 2F | 0 | 5D | 50 | A | 15F | 58 | 30 |
| Octal | 346 | 17 | 57 | 0 | 135 | 120 | 12 | 537 | 130 | 60 |
| Binary | 11100110 | 1111 | 101111 | 0 | 1011101 | 1010000 | 1010 | 101011111 | 1011000 | 110000 |
Color Harmonies of #E60F2F
Complementary color
Monochromatic Colors of #E60F2F
Black with #E60F2F
Text Example
Text Example
White with #E60F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60F2F; }
p { color: rgb(230,15,47); }
H1.HeaderClassName
{
color: #E60F2F;
}
.AnyTagClassName
{
color: #E60F2F;
}
</style>
background-color css
<style>
a { background-color: #E60F2F; }
a { background-color: rgb(230,15,47); }
div.DivClassName
{
background-color: #E60F2F;
}
.BgClassName
{
background-color: #E60F2F;
}
</style>
border-color css
<style>
span { border-color: #E60F2F; }
span { border-color: rgb(230,15,47); }
td.TdClassName
{
border-color: #E60F2F;
}
.TagClassName
{
border-color: #E60F2F;
}
</style>