Shades of Venetian Red #E60C0D
Tints of Venetian Red #E60C0D
RGB
CMYK
RGB Variations
Color information
#E60C0D (or 0xE60C0D) is known color: Venetian Red. HEX triplet: E6, 0C and 0D. RGB value is (230,12,13). Sum of RGB (Red+Green+Blue) = 230+12+13=255 (33% of max value = 765). Red value is 230 (90.23% from 255 or 90.20% from 255); Green value is 12 (5.08% from 255 or 4.71% from 255); Blue value is 13 (5.47% from 255 or 5.10% from 255); Max value from RGB is 230 - color contains mainly: red. Hex color #E60C0D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E60C0D is #19F3F2. Grayscale: #4D4D4D. Windows color (decimal): -1700851 or 855270. OLE color: 855270.
HSL color Cylindrical-coordinate representation of color #E60C0D: hue angle of 359.72º 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 #E60C0D is Cyan = 0, Magento = 0.95, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 12 | 13 | - |
| CMYK | 0 | 0.95 | 0.94 | 0.10 |
| HSL | 359.72º | 0.9% | 0.47% | - |
| HSV(B) | 359.72º | 0.95% | 0.9% | - |
| XYZ | 32.84 | 17.12 | 1.95 | - |
| YUV | 77.3 | 91.72 | 236.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 12 | 13 | 0 | 0.95 | 0.94 | 0.10 | 359.72 | 0.9 | 0.47 |
| Hex | E6 | C | D | 0 | 5F | 5E | A | 168 | 5A | 2F |
| Octal | 346 | 14 | 15 | 0 | 137 | 136 | 12 | 550 | 132 | 57 |
| Binary | 11100110 | 1100 | 1101 | 0 | 1011111 | 1011110 | 1010 | 101101000 | 1011010 | 101111 |
Color Harmonies of #E60C0D
Complementary color
Monochromatic Colors of #E60C0D
Black with #E60C0D
Text Example
Text Example
White with #E60C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60C0D; }
p { color: rgb(230,12,13); }
H1.HeaderClassName
{
color: #E60C0D;
}
.AnyTagClassName
{
color: #E60C0D;
}
</style>
background-color css
<style>
a { background-color: #E60C0D; }
a { background-color: rgb(230,12,13); }
div.DivClassName
{
background-color: #E60C0D;
}
.BgClassName
{
background-color: #E60C0D;
}
</style>
border-color css
<style>
span { border-color: #E60C0D; }
span { border-color: rgb(230,12,13); }
td.TdClassName
{
border-color: #E60C0D;
}
.TagClassName
{
border-color: #E60C0D;
}
</style>