Shades of Crimson #E60C3D
Tints of Crimson #E60C3D
RGB
CMYK
RGB Variations
Color information
#E60C3D (or 0xE60C3D) is known color: Crimson. HEX triplet: E6, 0C and 3D. RGB value is (230,12,61). Sum of RGB (Red+Green+Blue) = 230+12+61=303 (40% of max value = 765). Red value is 230 (90.23% from 255 or 75.91% from 303); Green value is 12 (5.08% from 255 or 3.96% from 303); Blue value is 61 (24.22% from 255 or 20.13% from 303); Max value from RGB is 230 - color contains mainly: red. Hex color #E60C3D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60C3D is #19F3C2. Grayscale: #525252. Windows color (decimal): -1700803 or 4000998. OLE color: 4000998.
HSL color Cylindrical-coordinate representation of color #E60C3D: hue angle of 346.51º 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 #E60C3D is Cyan = 0, Magento = 0.95, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 12 | 61 | - |
| CMYK | 0 | 0.95 | 0.73 | 0.10 |
| HSL | 346.51º | 0.9% | 0.47% | - |
| HSV(B) | 346.51º | 0.95% | 0.9% | - |
| XYZ | 33.61 | 17.42 | 6.01 | - |
| YUV | 82.77 | 115.72 | 233.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 12 | 61 | 0 | 0.95 | 0.73 | 0.10 | 346.51 | 0.9 | 0.47 |
| Hex | E6 | C | 3D | 0 | 5F | 49 | A | 15B | 5A | 2F |
| Octal | 346 | 14 | 75 | 0 | 137 | 111 | 12 | 533 | 132 | 57 |
| Binary | 11100110 | 1100 | 111101 | 0 | 1011111 | 1001001 | 1010 | 101011011 | 1011010 | 101111 |
Color Harmonies of #E60C3D
Complementary color
Monochromatic Colors of #E60C3D
Black with #E60C3D
Text Example
Text Example
White with #E60C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60C3D; }
p { color: rgb(230,12,61); }
H1.HeaderClassName
{
color: #E60C3D;
}
.AnyTagClassName
{
color: #E60C3D;
}
</style>
background-color css
<style>
a { background-color: #E60C3D; }
a { background-color: rgb(230,12,61); }
div.DivClassName
{
background-color: #E60C3D;
}
.BgClassName
{
background-color: #E60C3D;
}
</style>
border-color css
<style>
span { border-color: #E60C3D; }
span { border-color: rgb(230,12,61); }
td.TdClassName
{
border-color: #E60C3D;
}
.TagClassName
{
border-color: #E60C3D;
}
</style>