Shades of Crimson #E60C31
Tints of Crimson #E60C31
RGB
CMYK
RGB Variations
Color information
#E60C31 (or 0xE60C31) is known color: Crimson. HEX triplet: E6, 0C and 31. RGB value is (230,12,49). Sum of RGB (Red+Green+Blue) = 230+12+49=291 (38% of max value = 765). Red value is 230 (90.23% from 255 or 79.04% from 291); Green value is 12 (5.08% from 255 or 4.12% from 291); Blue value is 49 (19.53% from 255 or 16.84% from 291); Max value from RGB is 230 - color contains mainly: red. Hex color #E60C31 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60C31 is #19F3CE. Grayscale: #515151. Windows color (decimal): -1700815 or 3214566. OLE color: 3214566.
HSL color Cylindrical-coordinate representation of color #E60C31: hue angle of 349.82º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E60C31 is Cyan = 0, Magento = 0.95, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 12 | 49 | - |
| CMYK | 0 | 0.95 | 0.79 | 0.10 |
| HSL | 349.82º | 0.9% | 0.47% | - |
| HSV(B) | 349.82º | 0.95% | 0.9% | - |
| XYZ | 33.32 | 17.31 | 4.49 | - |
| YUV | 81.4 | 109.72 | 233.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 12 | 49 | 0 | 0.95 | 0.79 | 0.10 | 349.82 | 0.9 | 0.47 |
| Hex | E6 | C | 31 | 0 | 5F | 4F | A | 15E | 5A | 2F |
| Octal | 346 | 14 | 61 | 0 | 137 | 117 | 12 | 536 | 132 | 57 |
| Binary | 11100110 | 1100 | 110001 | 0 | 1011111 | 1001111 | 1010 | 101011110 | 1011010 | 101111 |
Color Harmonies of #E60C31
Complementary color
Monochromatic Colors of #E60C31
Black with #E60C31
Text Example
Text Example
White with #E60C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60C31; }
p { color: rgb(230,12,49); }
H1.HeaderClassName
{
color: #E60C31;
}
.AnyTagClassName
{
color: #E60C31;
}
</style>
background-color css
<style>
a { background-color: #E60C31; }
a { background-color: rgb(230,12,49); }
div.DivClassName
{
background-color: #E60C31;
}
.BgClassName
{
background-color: #E60C31;
}
</style>
border-color css
<style>
span { border-color: #E60C31; }
span { border-color: rgb(230,12,49); }
td.TdClassName
{
border-color: #E60C31;
}
.TagClassName
{
border-color: #E60C31;
}
</style>