Shades of Venetian Red #C7090C
Tints of Venetian Red #C7090C
RGB
CMYK
RGB Variations
Color information
#C7090C (or 0xC7090C) is known color: Venetian Red. HEX triplet: C7, 09 and 0C. RGB value is (199,9,12). Sum of RGB (Red+Green+Blue) = 199+9+12=220 (29% of max value = 765). Red value is 199 (78.12% from 255 or 90.45% from 220); Green value is 9 (3.91% from 255 or 4.09% from 220); Blue value is 12 (5.08% from 255 or 5.45% from 220); Max value from RGB is 199 - color contains mainly: red. Hex color #C7090C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C7090C is #38F6F3. Grayscale: #424242. Windows color (decimal): -3733236 or 788935. OLE color: 788935.
HSL color Cylindrical-coordinate representation of color #C7090C: hue angle of 359.05º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C7090C is Cyan = 0, Magento = 0.95, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 9 | 12 | - |
| CMYK | 0 | 0.95 | 0.94 | 0.22 |
| HSL | 359.05º | 0.91% | 0.41% | - |
| HSV(B) | 359.05º | 0.95% | 0.78% | - |
| XYZ | 23.72 | 12.36 | 1.48 | - |
| YUV | 66.15 | 97.45 | 222.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 9 | 12 | 0 | 0.95 | 0.94 | 0.22 | 359.05 | 0.91 | 0.41 |
| Hex | C7 | 9 | C | 0 | 5F | 5E | 16 | 167 | 5B | 29 |
| Octal | 307 | 11 | 14 | 0 | 137 | 136 | 26 | 547 | 133 | 51 |
| Binary | 11000111 | 1001 | 1100 | 0 | 1011111 | 1011110 | 10110 | 101100111 | 1011011 | 101001 |
Color Harmonies of #C7090C
Complementary color
Monochromatic Colors of #C7090C
Black with #C7090C
Text Example
Text Example
White with #C7090C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7090C; }
p { color: rgb(199,9,12); }
H1.HeaderClassName
{
color: #C7090C;
}
.AnyTagClassName
{
color: #C7090C;
}
</style>
background-color css
<style>
a { background-color: #C7090C; }
a { background-color: rgb(199,9,12); }
div.DivClassName
{
background-color: #C7090C;
}
.BgClassName
{
background-color: #C7090C;
}
</style>
border-color css
<style>
span { border-color: #C7090C; }
span { border-color: rgb(199,9,12); }
td.TdClassName
{
border-color: #C7090C;
}
.TagClassName
{
border-color: #C7090C;
}
</style>