Shades of Venetian Red #C70619
Tints of Venetian Red #C70619
RGB
CMYK
RGB Variations
Color information
#C70619 (or 0xC70619) is known color: Venetian Red. HEX triplet: C7, 06 and 19. RGB value is (199,6,25). Sum of RGB (Red+Green+Blue) = 199+6+25=230 (30% of max value = 765). Red value is 199 (78.12% from 255 or 86.52% from 230); Green value is 6 (2.73% from 255 or 2.61% from 230); Blue value is 25 (10.16% from 255 or 10.87% from 230); Max value from RGB is 199 - color contains mainly: red. Hex color #C70619 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C70619 is #38F9E6. Grayscale: #414141. Windows color (decimal): -3733991 or 1640135. OLE color: 1640135.
HSL color Cylindrical-coordinate representation of color #C70619: hue angle of 354.09º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C70619 is Cyan = 0, Magento = 0.97, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 6 | 25 | - |
| CMYK | 0 | 0.97 | 0.87 | 0.22 |
| HSL | 354.09º | 0.94% | 0.4% | - |
| HSV(B) | 354.09º | 0.97% | 0.78% | - |
| XYZ | 23.79 | 12.34 | 2.05 | - |
| YUV | 65.87 | 104.94 | 222.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 6 | 25 | 0 | 0.97 | 0.87 | 0.22 | 354.09 | 0.94 | 0.4 |
| Hex | C7 | 6 | 19 | 0 | 61 | 57 | 16 | 162 | 5E | 28 |
| Octal | 307 | 6 | 31 | 0 | 141 | 127 | 26 | 542 | 136 | 50 |
| Binary | 11000111 | 110 | 11001 | 0 | 1100001 | 1010111 | 10110 | 101100010 | 1011110 | 101000 |
Color Harmonies of #C70619
Complementary color
Monochromatic Colors of #C70619
Black with #C70619
Text Example
Text Example
White with #C70619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70619; }
p { color: rgb(199,6,25); }
H1.HeaderClassName
{
color: #C70619;
}
.AnyTagClassName
{
color: #C70619;
}
</style>
background-color css
<style>
a { background-color: #C70619; }
a { background-color: rgb(199,6,25); }
div.DivClassName
{
background-color: #C70619;
}
.BgClassName
{
background-color: #C70619;
}
</style>
border-color css
<style>
span { border-color: #C70619; }
span { border-color: rgb(199,6,25); }
td.TdClassName
{
border-color: #C70619;
}
.TagClassName
{
border-color: #C70619;
}
</style>