Shades of Venetian Red #C60009
Tints of Venetian Red #C60009
RGB
CMYK
RGB Variations
Color information
#C60009 (or 0xC60009) is known color: Venetian Red. HEX triplet: C6, 00 and 09. RGB value is (198,0,9). Sum of RGB (Red+Green+Blue) = 198+0+9=207 (27% of max value = 765). Red value is 198 (77.73% from 255 or 95.65% from 207); Green value is 0 (0.39% from 255 or 0% from 207); Blue value is 9 (3.91% from 255 or 4.35% from 207); Max value from RGB is 198 - color contains mainly: red. Hex color #C60009 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C60009 is #39FFF6. Grayscale: #3C3C3C. Windows color (decimal): -3801079 or 590022. OLE color: 590022.
HSL color Cylindrical-coordinate representation of color #C60009: hue angle of 357.27º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C60009 is Cyan = 0, Magento = 1, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 0 | 9 | - |
| CMYK | 0 | 1 | 0.95 | 0.22 |
| HSL | 357.27º | 1% | 0.39% | - |
| HSV(B) | 357.27º | 1% | 0.78% | - |
| XYZ | 23.34 | 12.03 | 1.35 | - |
| YUV | 60.23 | 99.1 | 226.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 0 | 9 | 0 | 1 | 0.95 | 0.22 | 357.27 | 1 | 0.39 |
| Hex | C6 | 0 | 9 | 0 | 64 | 5F | 16 | 165 | 64 | 27 |
| Octal | 306 | 0 | 11 | 0 | 144 | 137 | 26 | 545 | 144 | 47 |
| Binary | 11000110 | 0 | 1001 | 0 | 1100100 | 1011111 | 10110 | 101100101 | 1100100 | 100111 |
Color Harmonies of #C60009
Complementary color
Monochromatic Colors of #C60009
Black with #C60009
Text Example
Text Example
White with #C60009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60009; }
p { color: rgb(198,0,9); }
H1.HeaderClassName
{
color: #C60009;
}
.AnyTagClassName
{
color: #C60009;
}
</style>
background-color css
<style>
a { background-color: #C60009; }
a { background-color: rgb(198,0,9); }
div.DivClassName
{
background-color: #C60009;
}
.BgClassName
{
background-color: #C60009;
}
</style>
border-color css
<style>
span { border-color: #C60009; }
span { border-color: rgb(198,0,9); }
td.TdClassName
{
border-color: #C60009;
}
.TagClassName
{
border-color: #C60009;
}
</style>