Shades of Venetian Red #C9060C
Tints of Venetian Red #C9060C
RGB
CMYK
RGB Variations
Color information
#C9060C (or 0xC9060C) is known color: Venetian Red. HEX triplet: C9, 06 and 0C. RGB value is (201,6,12). Sum of RGB (Red+Green+Blue) = 201+6+12=219 (29% of max value = 765). Red value is 201 (78.91% from 255 or 91.78% from 219); Green value is 6 (2.73% from 255 or 2.74% from 219); Blue value is 12 (5.08% from 255 or 5.48% from 219); Max value from RGB is 201 - color contains mainly: red. Hex color #C9060C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C9060C is #36F9F3. Grayscale: #414141. Windows color (decimal): -3602932 or 788169. OLE color: 788169.
HSL color Cylindrical-coordinate representation of color #C9060C: hue angle of 358.15º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C9060C is Cyan = 0, Magento = 0.97, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 6 | 12 | - |
| CMYK | 0 | 0.97 | 0.94 | 0.21 |
| HSL | 358.15º | 0.94% | 0.41% | - |
| HSV(B) | 358.15º | 0.97% | 0.79% | - |
| XYZ | 24.22 | 12.57 | 1.5 | - |
| YUV | 64.99 | 98.1 | 225.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 6 | 12 | 0 | 0.97 | 0.94 | 0.21 | 358.15 | 0.94 | 0.41 |
| Hex | C9 | 6 | C | 0 | 61 | 5E | 15 | 166 | 5E | 29 |
| Octal | 311 | 6 | 14 | 0 | 141 | 136 | 25 | 546 | 136 | 51 |
| Binary | 11001001 | 110 | 1100 | 0 | 1100001 | 1011110 | 10101 | 101100110 | 1011110 | 101001 |
Color Harmonies of #C9060C
Complementary color
Monochromatic Colors of #C9060C
Black with #C9060C
Text Example
Text Example
White with #C9060C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9060C; }
p { color: rgb(201,6,12); }
H1.HeaderClassName
{
color: #C9060C;
}
.AnyTagClassName
{
color: #C9060C;
}
</style>
background-color css
<style>
a { background-color: #C9060C; }
a { background-color: rgb(201,6,12); }
div.DivClassName
{
background-color: #C9060C;
}
.BgClassName
{
background-color: #C9060C;
}
</style>
border-color css
<style>
span { border-color: #C9060C; }
span { border-color: rgb(201,6,12); }
td.TdClassName
{
border-color: #C9060C;
}
.TagClassName
{
border-color: #C9060C;
}
</style>