Shades of Venetian Red #C70F1B
Tints of Venetian Red #C70F1B
RGB
CMYK
RGB Variations
Color information
#C70F1B (or 0xC70F1B) is known color: Venetian Red. HEX triplet: C7, 0F and 1B. RGB value is (199,15,27). Sum of RGB (Red+Green+Blue) = 199+15+27=241 (31% of max value = 765). Red value is 199 (78.12% from 255 or 82.57% from 241); Green value is 15 (6.25% from 255 or 6.22% from 241); Blue value is 27 (10.94% from 255 or 11.20% from 241); Max value from RGB is 199 - color contains mainly: red. Hex color #C70F1B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70F1B is #38F0E4. Grayscale: #474747. Windows color (decimal): -3731685 or 1773511. OLE color: 1773511.
HSL color Cylindrical-coordinate representation of color #C70F1B: hue angle of 356.09º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C70F1B is Cyan = 0, Magento = 0.92, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 15 | 27 | - |
| CMYK | 0 | 0.92 | 0.86 | 0.22 |
| HSL | 356.09º | 0.86% | 0.42% | - |
| HSV(B) | 356.09º | 0.92% | 0.78% | - |
| XYZ | 23.92 | 12.56 | 2.2 | - |
| YUV | 71.38 | 102.96 | 219.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 15 | 27 | 0 | 0.92 | 0.86 | 0.22 | 356.09 | 0.86 | 0.42 |
| Hex | C7 | F | 1B | 0 | 5C | 56 | 16 | 164 | 56 | 2A |
| Octal | 307 | 17 | 33 | 0 | 134 | 126 | 26 | 544 | 126 | 52 |
| Binary | 11000111 | 1111 | 11011 | 0 | 1011100 | 1010110 | 10110 | 101100100 | 1010110 | 101010 |
Color Harmonies of #C70F1B
Complementary color
Monochromatic Colors of #C70F1B
Black with #C70F1B
Text Example
Text Example
White with #C70F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70F1B; }
p { color: rgb(199,15,27); }
H1.HeaderClassName
{
color: #C70F1B;
}
.AnyTagClassName
{
color: #C70F1B;
}
</style>
background-color css
<style>
a { background-color: #C70F1B; }
a { background-color: rgb(199,15,27); }
div.DivClassName
{
background-color: #C70F1B;
}
.BgClassName
{
background-color: #C70F1B;
}
</style>
border-color css
<style>
span { border-color: #C70F1B; }
span { border-color: rgb(199,15,27); }
td.TdClassName
{
border-color: #C70F1B;
}
.TagClassName
{
border-color: #C70F1B;
}
</style>