Shades of Crimson #E60738
Tints of Crimson #E60738
RGB
CMYK
RGB Variations
Color information
#E60738 (or 0xE60738) is known color: Crimson. HEX triplet: E6, 07 and 38. RGB value is (230,7,56). Sum of RGB (Red+Green+Blue) = 230+7+56=293 (38% of max value = 765). Red value is 230 (90.23% from 255 or 78.50% from 293); Green value is 7 (3.12% from 255 or 2.39% from 293); Blue value is 56 (22.27% from 255 or 19.11% from 293); Max value from RGB is 230 - color contains mainly: red. Hex color #E60738 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60738 is #19F8C7. Grayscale: #4F4F4F. Windows color (decimal): -1702088 or 3672038. OLE color: 3672038.
HSL color Cylindrical-coordinate representation of color #E60738: hue angle of 346.82º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E60738 is Cyan = 0, Magento = 0.97, Yellow = 0.76 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 7 | 56 | - |
| CMYK | 0 | 0.97 | 0.76 | 0.10 |
| HSL | 346.82º | 0.94% | 0.46% | - |
| HSV(B) | 346.82º | 0.97% | 0.9% | - |
| XYZ | 33.42 | 17.26 | 5.31 | - |
| YUV | 79.26 | 114.88 | 235.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 7 | 56 | 0 | 0.97 | 0.76 | 0.10 | 346.82 | 0.94 | 0.46 |
| Hex | E6 | 7 | 38 | 0 | 61 | 4C | A | 15B | 5E | 2E |
| Octal | 346 | 7 | 70 | 0 | 141 | 114 | 12 | 533 | 136 | 56 |
| Binary | 11100110 | 111 | 111000 | 0 | 1100001 | 1001100 | 1010 | 101011011 | 1011110 | 101110 |
Color Harmonies of #E60738
Complementary color
Monochromatic Colors of #E60738
Black with #E60738
Text Example
Text Example
White with #E60738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60738; }
p { color: rgb(230,7,56); }
H1.HeaderClassName
{
color: #E60738;
}
.AnyTagClassName
{
color: #E60738;
}
</style>
background-color css
<style>
a { background-color: #E60738; }
a { background-color: rgb(230,7,56); }
div.DivClassName
{
background-color: #E60738;
}
.BgClassName
{
background-color: #E60738;
}
</style>
border-color css
<style>
span { border-color: #E60738; }
span { border-color: rgb(230,7,56); }
td.TdClassName
{
border-color: #E60738;
}
.TagClassName
{
border-color: #E60738;
}
</style>