Shades of Crimson #E60C34
Tints of Crimson #E60C34
RGB
CMYK
RGB Variations
Color information
#E60C34 (or 0xE60C34) is known color: Crimson. HEX triplet: E6, 0C and 34. RGB value is (230,12,52). Sum of RGB (Red+Green+Blue) = 230+12+52=294 (38% of max value = 765). Red value is 230 (90.23% from 255 or 78.23% from 294); Green value is 12 (5.08% from 255 or 4.08% from 294); Blue value is 52 (20.70% from 255 or 17.69% from 294); Max value from RGB is 230 - color contains mainly: red. Hex color #E60C34 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60C34 is #19F3CB. Grayscale: #515151. Windows color (decimal): -1700812 or 3411174. OLE color: 3411174.
HSL color Cylindrical-coordinate representation of color #E60C34: hue angle of 348.99º 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 #E60C34 is Cyan = 0, Magento = 0.95, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 12 | 52 | - |
| CMYK | 0 | 0.95 | 0.77 | 0.10 |
| HSL | 348.99º | 0.9% | 0.47% | - |
| HSV(B) | 348.99º | 0.95% | 0.9% | - |
| XYZ | 33.38 | 17.33 | 4.84 | - |
| YUV | 81.74 | 111.22 | 233.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 12 | 52 | 0 | 0.95 | 0.77 | 0.10 | 348.99 | 0.9 | 0.47 |
| Hex | E6 | C | 34 | 0 | 5F | 4D | A | 15D | 5A | 2F |
| Octal | 346 | 14 | 64 | 0 | 137 | 115 | 12 | 535 | 132 | 57 |
| Binary | 11100110 | 1100 | 110100 | 0 | 1011111 | 1001101 | 1010 | 101011101 | 1011010 | 101111 |
Color Harmonies of #E60C34
Complementary color
Monochromatic Colors of #E60C34
Black with #E60C34
Text Example
Text Example
White with #E60C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60C34; }
p { color: rgb(230,12,52); }
H1.HeaderClassName
{
color: #E60C34;
}
.AnyTagClassName
{
color: #E60C34;
}
</style>
background-color css
<style>
a { background-color: #E60C34; }
a { background-color: rgb(230,12,52); }
div.DivClassName
{
background-color: #E60C34;
}
.BgClassName
{
background-color: #E60C34;
}
</style>
border-color css
<style>
span { border-color: #E60C34; }
span { border-color: rgb(230,12,52); }
td.TdClassName
{
border-color: #E60C34;
}
.TagClassName
{
border-color: #E60C34;
}
</style>