Shades of Venetian Red #C7020F
Tints of Venetian Red #C7020F
RGB
CMYK
RGB Variations
Color information
#C7020F (or 0xC7020F) is known color: Venetian Red. HEX triplet: C7, 02 and 0F. RGB value is (199,2,15). Sum of RGB (Red+Green+Blue) = 199+2+15=216 (28% of max value = 765). Red value is 199 (78.12% from 255 or 92.13% from 216); Green value is 2 (1.17% from 255 or 0.93% from 216); Blue value is 15 (6.25% from 255 or 6.94% from 216); Max value from RGB is 199 - color contains mainly: red. Hex color #C7020F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C7020F is #38FDF0. Grayscale: #3E3E3E. Windows color (decimal): -3735025 or 983751. OLE color: 983751.
HSL color Cylindrical-coordinate representation of color #C7020F: hue angle of 356.04º 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 #C7020F is Cyan = 0, Magento = 0.99, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 2 | 15 | - |
| CMYK | 0 | 0.99 | 0.92 | 0.22 |
| HSL | 356.04º | 0.98% | 0.39% | - |
| HSV(B) | 356.04º | 0.99% | 0.78% | - |
| XYZ | 23.66 | 12.22 | 1.56 | - |
| YUV | 62.39 | 101.27 | 225.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 2 | 15 | 0 | 0.99 | 0.92 | 0.22 | 356.04 | 0.98 | 0.39 |
| Hex | C7 | 2 | F | 0 | 63 | 5C | 16 | 164 | 62 | 27 |
| Octal | 307 | 2 | 17 | 0 | 143 | 134 | 26 | 544 | 142 | 47 |
| Binary | 11000111 | 10 | 1111 | 0 | 1100011 | 1011100 | 10110 | 101100100 | 1100010 | 100111 |
Color Harmonies of #C7020F
Complementary color
Monochromatic Colors of #C7020F
Black with #C7020F
Text Example
Text Example
White with #C7020F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7020F; }
p { color: rgb(199,2,15); }
H1.HeaderClassName
{
color: #C7020F;
}
.AnyTagClassName
{
color: #C7020F;
}
</style>
background-color css
<style>
a { background-color: #C7020F; }
a { background-color: rgb(199,2,15); }
div.DivClassName
{
background-color: #C7020F;
}
.BgClassName
{
background-color: #C7020F;
}
</style>
border-color css
<style>
span { border-color: #C7020F; }
span { border-color: rgb(199,2,15); }
td.TdClassName
{
border-color: #C7020F;
}
.TagClassName
{
border-color: #C7020F;
}
</style>