Shades of Venetian Red #C4060F
Tints of Venetian Red #C4060F
RGB
CMYK
RGB Variations
Color information
#C4060F (or 0xC4060F) is known color: Venetian Red. HEX triplet: C4, 06 and 0F. RGB value is (196,6,15). Sum of RGB (Red+Green+Blue) = 196+6+15=217 (28% of max value = 765). Red value is 196 (76.95% from 255 or 90.32% from 217); Green value is 6 (2.73% from 255 or 2.76% from 217); Blue value is 15 (6.25% from 255 or 6.91% from 217); Max value from RGB is 196 - color contains mainly: red. Hex color #C4060F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C4060F is #3BF9F0. Grayscale: #3F3F3F. Windows color (decimal): -3930609 or 984772. OLE color: 984772.
HSL color Cylindrical-coordinate representation of color #C4060F: hue angle of 357.16º 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 #C4060F is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 6 | 15 | - |
| CMYK | 0 | 0.97 | 0.92 | 0.23 |
| HSL | 357.16º | 0.94% | 0.4% | - |
| HSV(B) | 357.16º | 0.97% | 0.77% | - |
| XYZ | 22.92 | 11.9 | 1.54 | - |
| YUV | 63.84 | 100.45 | 222.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 6 | 15 | 0 | 0.97 | 0.92 | 0.23 | 357.16 | 0.94 | 0.4 |
| Hex | C4 | 6 | F | 0 | 61 | 5C | 17 | 165 | 5E | 28 |
| Octal | 304 | 6 | 17 | 0 | 141 | 134 | 27 | 545 | 136 | 50 |
| Binary | 11000100 | 110 | 1111 | 0 | 1100001 | 1011100 | 10111 | 101100101 | 1011110 | 101000 |
Color Harmonies of #C4060F
Complementary color
Monochromatic Colors of #C4060F
Black with #C4060F
Text Example
Text Example
White with #C4060F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4060F; }
p { color: rgb(196,6,15); }
H1.HeaderClassName
{
color: #C4060F;
}
.AnyTagClassName
{
color: #C4060F;
}
</style>
background-color css
<style>
a { background-color: #C4060F; }
a { background-color: rgb(196,6,15); }
div.DivClassName
{
background-color: #C4060F;
}
.BgClassName
{
background-color: #C4060F;
}
</style>
border-color css
<style>
span { border-color: #C4060F; }
span { border-color: rgb(196,6,15); }
td.TdClassName
{
border-color: #C4060F;
}
.TagClassName
{
border-color: #C4060F;
}
</style>