Shades of Venetian Red #C20708
Tints of Venetian Red #C20708
RGB
CMYK
RGB Variations
Color information
#C20708 (or 0xC20708) is known color: Venetian Red. HEX triplet: C2, 07 and 08. RGB value is (194,7,8). Sum of RGB (Red+Green+Blue) = 194+7+8=209 (27% of max value = 765). Red value is 194 (76.17% from 255 or 92.82% from 209); Green value is 7 (3.12% from 255 or 3.35% from 209); Blue value is 8 (3.52% from 255 or 3.83% from 209); Max value from RGB is 194 - color contains mainly: red. Hex color #C20708 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20708 is #3DF8F7. Grayscale: #3F3F3F. Windows color (decimal): -4061432 or 526274. OLE color: 526274.
HSL color Cylindrical-coordinate representation of color #C20708: hue angle of 359.68º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C20708 is Cyan = 0, Magento = 0.96, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 7 | 8 | - |
| CMYK | 0 | 0.96 | 0.96 | 0.24 |
| HSL | 359.68º | 0.93% | 0.39% | - |
| HSV(B) | 359.68º | 0.96% | 0.76% | - |
| XYZ | 22.37 | 11.64 | 1.3 | - |
| YUV | 63.03 | 96.95 | 221.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 7 | 8 | 0 | 0.96 | 0.96 | 0.24 | 359.68 | 0.93 | 0.39 |
| Hex | C2 | 7 | 8 | 0 | 60 | 60 | 18 | 168 | 5D | 27 |
| Octal | 302 | 7 | 10 | 0 | 140 | 140 | 30 | 550 | 135 | 47 |
| Binary | 11000010 | 111 | 1000 | 0 | 1100000 | 1100000 | 11000 | 101101000 | 1011101 | 100111 |
Color Harmonies of #C20708
Complementary color
Monochromatic Colors of #C20708
Black with #C20708
Text Example
Text Example
White with #C20708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20708; }
p { color: rgb(194,7,8); }
H1.HeaderClassName
{
color: #C20708;
}
.AnyTagClassName
{
color: #C20708;
}
</style>
background-color css
<style>
a { background-color: #C20708; }
a { background-color: rgb(194,7,8); }
div.DivClassName
{
background-color: #C20708;
}
.BgClassName
{
background-color: #C20708;
}
</style>
border-color css
<style>
span { border-color: #C20708; }
span { border-color: rgb(194,7,8); }
td.TdClassName
{
border-color: #C20708;
}
.TagClassName
{
border-color: #C20708;
}
</style>