Shades of Venetian Red #C7020D
Tints of Venetian Red #C7020D
RGB
CMYK
RGB Variations
Color information
#C7020D (or 0xC7020D) is known color: Venetian Red. HEX triplet: C7, 02 and 0D. RGB value is (199,2,13). Sum of RGB (Red+Green+Blue) = 199+2+13=214 (28% of max value = 765). Red value is 199 (78.12% from 255 or 92.99% from 214); Green value is 2 (1.17% from 255 or 0.93% from 214); Blue value is 13 (5.47% from 255 or 6.07% from 214); Max value from RGB is 199 - color contains mainly: red. Hex color #C7020D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C7020D is #38FDF2. Grayscale: #3E3E3E. Windows color (decimal): -3735027 or 852679. OLE color: 852679.
HSL color Cylindrical-coordinate representation of color #C7020D: hue angle of 356.65º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C7020D is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 2 | 13 | - |
| CMYK | 0 | 0.99 | 0.93 | 0.22 |
| HSL | 356.65º | 0.98% | 0.39% | - |
| HSV(B) | 356.65º | 0.99% | 0.78% | - |
| XYZ | 23.65 | 12.21 | 1.49 | - |
| YUV | 62.16 | 100.27 | 225.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 2 | 13 | 0 | 0.99 | 0.93 | 0.22 | 356.65 | 0.98 | 0.39 |
| Hex | C7 | 2 | D | 0 | 63 | 5D | 16 | 165 | 62 | 27 |
| Octal | 307 | 2 | 15 | 0 | 143 | 135 | 26 | 545 | 142 | 47 |
| Binary | 11000111 | 10 | 1101 | 0 | 1100011 | 1011101 | 10110 | 101100101 | 1100010 | 100111 |
Color Harmonies of #C7020D
Complementary color
Monochromatic Colors of #C7020D
Black with #C7020D
Text Example
Text Example
White with #C7020D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7020D; }
p { color: rgb(199,2,13); }
H1.HeaderClassName
{
color: #C7020D;
}
.AnyTagClassName
{
color: #C7020D;
}
</style>
background-color css
<style>
a { background-color: #C7020D; }
a { background-color: rgb(199,2,13); }
div.DivClassName
{
background-color: #C7020D;
}
.BgClassName
{
background-color: #C7020D;
}
</style>
border-color css
<style>
span { border-color: #C7020D; }
span { border-color: rgb(199,2,13); }
td.TdClassName
{
border-color: #C7020D;
}
.TagClassName
{
border-color: #C7020D;
}
</style>