Shades of Venetian Red #C2000D
Tints of Venetian Red #C2000D
RGB
CMYK
RGB Variations
Color information
#C2000D (or 0xC2000D) is known color: Venetian Red. HEX triplet: C2, 00 and 0D. RGB value is (194,0,13). Sum of RGB (Red+Green+Blue) = 194+0+13=207 (27% of max value = 765). Red value is 194 (76.17% from 255 or 93.72% from 207); Green value is 0 (0.39% from 255 or 0% from 207); Blue value is 13 (5.47% from 255 or 6.28% from 207); Max value from RGB is 194 - color contains mainly: red. Hex color #C2000D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C2000D is #3DFFF2. Grayscale: #3B3B3B. Windows color (decimal): -4063219 or 852162. OLE color: 852162.
HSL color Cylindrical-coordinate representation of color #C2000D: hue angle of 355.98º 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 #C2000D is Cyan = 0, Magento = 1, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 0 | 13 | - |
| CMYK | 0 | 1 | 0.93 | 0.24 |
| HSL | 355.98º | 1% | 0.38% | - |
| HSV(B) | 355.98º | 1% | 0.76% | - |
| XYZ | 22.32 | 11.5 | 1.42 | - |
| YUV | 59.49 | 101.77 | 223.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 0 | 13 | 0 | 1 | 0.93 | 0.24 | 355.98 | 1 | 0.38 |
| Hex | C2 | 0 | D | 0 | 64 | 5D | 18 | 164 | 64 | 26 |
| Octal | 302 | 0 | 15 | 0 | 144 | 135 | 30 | 544 | 144 | 46 |
| Binary | 11000010 | 0 | 1101 | 0 | 1100100 | 1011101 | 11000 | 101100100 | 1100100 | 100110 |
Color Harmonies of #C2000D
Complementary color
Monochromatic Colors of #C2000D
Black with #C2000D
Text Example
Text Example
White with #C2000D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2000D; }
p { color: rgb(194,0,13); }
H1.HeaderClassName
{
color: #C2000D;
}
.AnyTagClassName
{
color: #C2000D;
}
</style>
background-color css
<style>
a { background-color: #C2000D; }
a { background-color: rgb(194,0,13); }
div.DivClassName
{
background-color: #C2000D;
}
.BgClassName
{
background-color: #C2000D;
}
</style>
border-color css
<style>
span { border-color: #C2000D; }
span { border-color: rgb(194,0,13); }
td.TdClassName
{
border-color: #C2000D;
}
.TagClassName
{
border-color: #C2000D;
}
</style>