Shades of Venetian Red #C7011F
Tints of Venetian Red #C7011F
RGB
CMYK
RGB Variations
Color information
#C7011F (or 0xC7011F) is known color: Venetian Red. HEX triplet: C7, 01 and 1F. RGB value is (199,1,31). Sum of RGB (Red+Green+Blue) = 199+1+31=231 (30% of max value = 765). Red value is 199 (78.12% from 255 or 86.15% from 231); Green value is 1 (0.78% from 255 or 0.43% from 231); Blue value is 31 (12.5% from 255 or 13.42% from 231); Max value from RGB is 199 - color contains mainly: red. Hex color #C7011F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7011F is #38FEE0. Grayscale: #3F3F3F. Windows color (decimal): -3735265 or 2032071. OLE color: 2032071.
HSL color Cylindrical-coordinate representation of color #C7011F: hue angle of 350.91º degrees, saturation: 0.99, 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 #C7011F is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 1 | 31 | - |
| CMYK | 0 | 0.99 | 0.84 | 0.22 |
| HSL | 350.91º | 0.99% | 0.39% | - |
| HSV(B) | 350.91º | 0.99% | 0.78% | - |
| XYZ | 23.81 | 12.26 | 2.41 | - |
| YUV | 63.62 | 109.6 | 224.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 1 | 31 | 0 | 0.99 | 0.84 | 0.22 | 350.91 | 0.99 | 0.39 |
| Hex | C7 | 1 | 1F | 0 | 63 | 54 | 16 | 15F | 63 | 27 |
| Octal | 307 | 1 | 37 | 0 | 143 | 124 | 26 | 537 | 143 | 47 |
| Binary | 11000111 | 1 | 11111 | 0 | 1100011 | 1010100 | 10110 | 101011111 | 1100011 | 100111 |
Color Harmonies of #C7011F
Complementary color
Monochromatic Colors of #C7011F
Black with #C7011F
Text Example
Text Example
White with #C7011F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7011F; }
p { color: rgb(199,1,31); }
H1.HeaderClassName
{
color: #C7011F;
}
.AnyTagClassName
{
color: #C7011F;
}
</style>
background-color css
<style>
a { background-color: #C7011F; }
a { background-color: rgb(199,1,31); }
div.DivClassName
{
background-color: #C7011F;
}
.BgClassName
{
background-color: #C7011F;
}
</style>
border-color css
<style>
span { border-color: #C7011F; }
span { border-color: rgb(199,1,31); }
td.TdClassName
{
border-color: #C7011F;
}
.TagClassName
{
border-color: #C7011F;
}
</style>