Shades of Venetian Red #C3070F
Tints of Venetian Red #C3070F
RGB
CMYK
RGB Variations
Color information
#C3070F (or 0xC3070F) is known color: Venetian Red. HEX triplet: C3, 07 and 0F. RGB value is (195,7,15). Sum of RGB (Red+Green+Blue) = 195+7+15=217 (28% of max value = 765). Red value is 195 (76.56% from 255 or 89.86% from 217); Green value is 7 (3.12% from 255 or 3.23% from 217); Blue value is 15 (6.25% from 255 or 6.91% from 217); Max value from RGB is 195 - color contains mainly: red. Hex color #C3070F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C3070F is #3CF8F0. Grayscale: #404040. Windows color (decimal): -3995889 or 985027. OLE color: 985027.
HSL color Cylindrical-coordinate representation of color #C3070F: hue angle of 357.45º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C3070F is Cyan = 0, Magento = 0.96, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 7 | 15 | - |
| CMYK | 0 | 0.96 | 0.92 | 0.24 |
| HSL | 357.45º | 0.93% | 0.4% | - |
| HSV(B) | 357.45º | 0.96% | 0.76% | - |
| XYZ | 22.67 | 11.79 | 1.53 | - |
| YUV | 64.12 | 100.28 | 221.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 7 | 15 | 0 | 0.96 | 0.92 | 0.24 | 357.45 | 0.93 | 0.4 |
| Hex | C3 | 7 | F | 0 | 60 | 5C | 18 | 165 | 5D | 28 |
| Octal | 303 | 7 | 17 | 0 | 140 | 134 | 30 | 545 | 135 | 50 |
| Binary | 11000011 | 111 | 1111 | 0 | 1100000 | 1011100 | 11000 | 101100101 | 1011101 | 101000 |
Color Harmonies of #C3070F
Complementary color
Monochromatic Colors of #C3070F
Black with #C3070F
Text Example
Text Example
White with #C3070F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3070F; }
p { color: rgb(195,7,15); }
H1.HeaderClassName
{
color: #C3070F;
}
.AnyTagClassName
{
color: #C3070F;
}
</style>
background-color css
<style>
a { background-color: #C3070F; }
a { background-color: rgb(195,7,15); }
div.DivClassName
{
background-color: #C3070F;
}
.BgClassName
{
background-color: #C3070F;
}
</style>
border-color css
<style>
span { border-color: #C3070F; }
span { border-color: rgb(195,7,15); }
td.TdClassName
{
border-color: #C3070F;
}
.TagClassName
{
border-color: #C3070F;
}
</style>