Shades of Venetian Red #E0060C
Tints of Venetian Red #E0060C
RGB
CMYK
RGB Variations
Color information
#E0060C (or 0xE0060C) is known color: Venetian Red. HEX triplet: E0, 06 and 0C. RGB value is (224,6,12). Sum of RGB (Red+Green+Blue) = 224+6+12=242 (32% of max value = 765). Red value is 224 (87.89% from 255 or 92.56% from 242); Green value is 6 (2.73% from 255 or 2.48% from 242); Blue value is 12 (5.08% from 255 or 4.96% from 242); Max value from RGB is 224 - color contains mainly: red. Hex color #E0060C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E0060C is #1FF9F3. Grayscale: #484848. Windows color (decimal): -2095604 or 788192. OLE color: 788192.
HSL color Cylindrical-coordinate representation of color #E0060C: hue angle of 358.35º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E0060C is Cyan = 0, Magento = 0.97, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 6 | 12 | - |
| CMYK | 0 | 0.97 | 0.95 | 0.12 |
| HSL | 358.35º | 0.95% | 0.45% | - |
| HSV(B) | 358.35º | 0.97% | 0.88% | - |
| XYZ | 30.87 | 16 | 1.81 | - |
| YUV | 71.87 | 94.22 | 236.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 6 | 12 | 0 | 0.97 | 0.95 | 0.12 | 358.35 | 0.95 | 0.45 |
| Hex | E0 | 6 | C | 0 | 61 | 5F | C | 166 | 5F | 2D |
| Octal | 340 | 6 | 14 | 0 | 141 | 137 | 14 | 546 | 137 | 55 |
| Binary | 11100000 | 110 | 1100 | 0 | 1100001 | 1011111 | 1100 | 101100110 | 1011111 | 101101 |
Color Harmonies of #E0060C
Complementary color
Monochromatic Colors of #E0060C
Black with #E0060C
Text Example
Text Example
White with #E0060C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0060C; }
p { color: rgb(224,6,12); }
H1.HeaderClassName
{
color: #E0060C;
}
.AnyTagClassName
{
color: #E0060C;
}
</style>
background-color css
<style>
a { background-color: #E0060C; }
a { background-color: rgb(224,6,12); }
div.DivClassName
{
background-color: #E0060C;
}
.BgClassName
{
background-color: #E0060C;
}
</style>
border-color css
<style>
span { border-color: #E0060C; }
span { border-color: rgb(224,6,12); }
td.TdClassName
{
border-color: #E0060C;
}
.TagClassName
{
border-color: #E0060C;
}
</style>