Shades of Venetian Red #C20009
Tints of Venetian Red #C20009
RGB
CMYK
RGB Variations
Color information
#C20009 (or 0xC20009) is known color: Venetian Red. HEX triplet: C2, 00 and 09. RGB value is (194,0,9). Sum of RGB (Red+Green+Blue) = 194+0+9=203 (26% of max value = 765). Red value is 194 (76.17% from 255 or 95.57% from 203); Green value is 0 (0.39% from 255 or 0% from 203); Blue value is 9 (3.91% from 255 or 4.43% from 203); Max value from RGB is 194 - color contains mainly: red. Hex color #C20009 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20009 is #3DFFF6. Grayscale: #3B3B3B. Windows color (decimal): -4063223 or 590018. OLE color: 590018.
HSL color Cylindrical-coordinate representation of color #C20009: hue angle of 357.22º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C20009 is Cyan = 0, Magento = 1, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 0 | 9 | - |
| CMYK | 0 | 1 | 0.95 | 0.24 |
| HSL | 357.22º | 1% | 0.38% | - |
| HSV(B) | 357.22º | 1% | 0.76% | - |
| XYZ | 22.3 | 11.49 | 1.3 | - |
| YUV | 59.03 | 99.77 | 224.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 0 | 9 | 0 | 1 | 0.95 | 0.24 | 357.22 | 1 | 0.38 |
| Hex | C2 | 0 | 9 | 0 | 64 | 5F | 18 | 165 | 64 | 26 |
| Octal | 302 | 0 | 11 | 0 | 144 | 137 | 30 | 545 | 144 | 46 |
| Binary | 11000010 | 0 | 1001 | 0 | 1100100 | 1011111 | 11000 | 101100101 | 1100100 | 100110 |
Color Harmonies of #C20009
Complementary color
Monochromatic Colors of #C20009
Black with #C20009
Text Example
Text Example
White with #C20009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20009; }
p { color: rgb(194,0,9); }
H1.HeaderClassName
{
color: #C20009;
}
.AnyTagClassName
{
color: #C20009;
}
</style>
background-color css
<style>
a { background-color: #C20009; }
a { background-color: rgb(194,0,9); }
div.DivClassName
{
background-color: #C20009;
}
.BgClassName
{
background-color: #C20009;
}
</style>
border-color css
<style>
span { border-color: #C20009; }
span { border-color: rgb(194,0,9); }
td.TdClassName
{
border-color: #C20009;
}
.TagClassName
{
border-color: #C20009;
}
</style>