Shades of Venetian Red #C7080F
Tints of Venetian Red #C7080F
RGB
CMYK
RGB Variations
Color information
#C7080F (or 0xC7080F) is known color: Venetian Red. HEX triplet: C7, 08 and 0F. RGB value is (199,8,15). Sum of RGB (Red+Green+Blue) = 199+8+15=222 (29% of max value = 765). Red value is 199 (78.12% from 255 or 89.64% from 222); Green value is 8 (3.52% from 255 or 3.60% from 222); Blue value is 15 (6.25% from 255 or 6.76% from 222); Max value from RGB is 199 - color contains mainly: red. Hex color #C7080F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C7080F is #38F7F0. Grayscale: #424242. Windows color (decimal): -3733489 or 985287. OLE color: 985287.
HSL color Cylindrical-coordinate representation of color #C7080F: hue angle of 357.8º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C7080F is Cyan = 0, Magento = 0.96, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 8 | 15 | - |
| CMYK | 0 | 0.96 | 0.92 | 0.22 |
| HSL | 357.8º | 0.92% | 0.41% | - |
| HSV(B) | 357.8º | 0.96% | 0.78% | - |
| XYZ | 23.73 | 12.35 | 1.59 | - |
| YUV | 65.91 | 99.28 | 222.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 8 | 15 | 0 | 0.96 | 0.92 | 0.22 | 357.8 | 0.92 | 0.41 |
| Hex | C7 | 8 | F | 0 | 60 | 5C | 16 | 166 | 5C | 29 |
| Octal | 307 | 10 | 17 | 0 | 140 | 134 | 26 | 546 | 134 | 51 |
| Binary | 11000111 | 1000 | 1111 | 0 | 1100000 | 1011100 | 10110 | 101100110 | 1011100 | 101001 |
Color Harmonies of #C7080F
Complementary color
Monochromatic Colors of #C7080F
Black with #C7080F
Text Example
Text Example
White with #C7080F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7080F; }
p { color: rgb(199,8,15); }
H1.HeaderClassName
{
color: #C7080F;
}
.AnyTagClassName
{
color: #C7080F;
}
</style>
background-color css
<style>
a { background-color: #C7080F; }
a { background-color: rgb(199,8,15); }
div.DivClassName
{
background-color: #C7080F;
}
.BgClassName
{
background-color: #C7080F;
}
</style>
border-color css
<style>
span { border-color: #C7080F; }
span { border-color: rgb(199,8,15); }
td.TdClassName
{
border-color: #C7080F;
}
.TagClassName
{
border-color: #C7080F;
}
</style>