Shades of Venetian Red #C2000C
Tints of Venetian Red #C2000C
RGB
CMYK
RGB Variations
Color information
#C2000C (or 0xC2000C) is known color: Venetian Red. HEX triplet: C2, 00 and 0C. RGB value is (194,0,12). Sum of RGB (Red+Green+Blue) = 194+0+12=206 (27% of max value = 765). Red value is 194 (76.17% from 255 or 94.17% from 206); Green value is 0 (0.39% from 255 or 0% from 206); Blue value is 12 (5.08% from 255 or 5.83% from 206); Max value from RGB is 194 - color contains mainly: red. Hex color #C2000C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C2000C is #3DFFF3. Grayscale: #3B3B3B. Windows color (decimal): -4063220 or 786626. OLE color: 786626.
HSL color Cylindrical-coordinate representation of color #C2000C: hue angle of 356.29º 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 #C2000C is Cyan = 0, Magento = 1, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 0 | 12 | - |
| CMYK | 0 | 1 | 0.94 | 0.24 |
| HSL | 356.29º | 1% | 0.38% | - |
| HSV(B) | 356.29º | 1% | 0.76% | - |
| XYZ | 22.31 | 11.5 | 1.39 | - |
| YUV | 59.37 | 101.27 | 224.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 0 | 12 | 0 | 1 | 0.94 | 0.24 | 356.29 | 1 | 0.38 |
| Hex | C2 | 0 | C | 0 | 64 | 5E | 18 | 164 | 64 | 26 |
| Octal | 302 | 0 | 14 | 0 | 144 | 136 | 30 | 544 | 144 | 46 |
| Binary | 11000010 | 0 | 1100 | 0 | 1100100 | 1011110 | 11000 | 101100100 | 1100100 | 100110 |
Color Harmonies of #C2000C
Complementary color
Monochromatic Colors of #C2000C
Black with #C2000C
Text Example
Text Example
White with #C2000C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2000C; }
p { color: rgb(194,0,12); }
H1.HeaderClassName
{
color: #C2000C;
}
.AnyTagClassName
{
color: #C2000C;
}
</style>
background-color css
<style>
a { background-color: #C2000C; }
a { background-color: rgb(194,0,12); }
div.DivClassName
{
background-color: #C2000C;
}
.BgClassName
{
background-color: #C2000C;
}
</style>
border-color css
<style>
span { border-color: #C2000C; }
span { border-color: rgb(194,0,12); }
td.TdClassName
{
border-color: #C2000C;
}
.TagClassName
{
border-color: #C2000C;
}
</style>