Shades of Venetian Red #C4060D
Tints of Venetian Red #C4060D
RGB
CMYK
RGB Variations
Color information
#C4060D (or 0xC4060D) is known color: Venetian Red. HEX triplet: C4, 06 and 0D. RGB value is (196,6,13). Sum of RGB (Red+Green+Blue) = 196+6+13=215 (28% of max value = 765). Red value is 196 (76.95% from 255 or 91.16% from 215); Green value is 6 (2.73% from 255 or 2.79% from 215); Blue value is 13 (5.47% from 255 or 6.05% from 215); Max value from RGB is 196 - color contains mainly: red. Hex color #C4060D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C4060D is #3BF9F2. Grayscale: #3F3F3F. Windows color (decimal): -3930611 or 853700. OLE color: 853700.
HSL color Cylindrical-coordinate representation of color #C4060D: hue angle of 357.79º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C4060D is Cyan = 0, Magento = 0.97, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 6 | 13 | - |
| CMYK | 0 | 0.97 | 0.93 | 0.23 |
| HSL | 357.79º | 0.94% | 0.4% | - |
| HSV(B) | 357.79º | 0.97% | 0.77% | - |
| XYZ | 22.9 | 11.9 | 1.47 | - |
| YUV | 63.61 | 99.45 | 222.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 6 | 13 | 0 | 0.97 | 0.93 | 0.23 | 357.79 | 0.94 | 0.4 |
| Hex | C4 | 6 | D | 0 | 61 | 5D | 17 | 166 | 5E | 28 |
| Octal | 304 | 6 | 15 | 0 | 141 | 135 | 27 | 546 | 136 | 50 |
| Binary | 11000100 | 110 | 1101 | 0 | 1100001 | 1011101 | 10111 | 101100110 | 1011110 | 101000 |
Color Harmonies of #C4060D
Complementary color
Monochromatic Colors of #C4060D
Black with #C4060D
Text Example
Text Example
White with #C4060D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4060D; }
p { color: rgb(196,6,13); }
H1.HeaderClassName
{
color: #C4060D;
}
.AnyTagClassName
{
color: #C4060D;
}
</style>
background-color css
<style>
a { background-color: #C4060D; }
a { background-color: rgb(196,6,13); }
div.DivClassName
{
background-color: #C4060D;
}
.BgClassName
{
background-color: #C4060D;
}
</style>
border-color css
<style>
span { border-color: #C4060D; }
span { border-color: rgb(196,6,13); }
td.TdClassName
{
border-color: #C4060D;
}
.TagClassName
{
border-color: #C4060D;
}
</style>