Shades of Venetian Red #C3070B
Tints of Venetian Red #C3070B
RGB
CMYK
RGB Variations
Color information
#C3070B (or 0xC3070B) is known color: Venetian Red. HEX triplet: C3, 07 and 0B. RGB value is (195,7,11). Sum of RGB (Red+Green+Blue) = 195+7+11=213 (28% of max value = 765). Red value is 195 (76.56% from 255 or 91.55% from 213); Green value is 7 (3.12% from 255 or 3.29% from 213); Blue value is 11 (4.69% from 255 or 5.16% from 213); Max value from RGB is 195 - color contains mainly: red. Hex color #C3070B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C3070B is #3CF8F4. Grayscale: #3F3F3F. Windows color (decimal): -3995893 or 722883. OLE color: 722883.
HSL color Cylindrical-coordinate representation of color #C3070B: hue angle of 358.72º 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 #C3070B is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 7 | 11 | - |
| CMYK | 0 | 0.96 | 0.94 | 0.24 |
| HSL | 358.72º | 0.93% | 0.4% | - |
| HSV(B) | 358.72º | 0.96% | 0.76% | - |
| XYZ | 22.64 | 11.78 | 1.4 | - |
| YUV | 63.67 | 98.28 | 221.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 7 | 11 | 0 | 0.96 | 0.94 | 0.24 | 358.72 | 0.93 | 0.4 |
| Hex | C3 | 7 | B | 0 | 60 | 5E | 18 | 167 | 5D | 28 |
| Octal | 303 | 7 | 13 | 0 | 140 | 136 | 30 | 547 | 135 | 50 |
| Binary | 11000011 | 111 | 1011 | 0 | 1100000 | 1011110 | 11000 | 101100111 | 1011101 | 101000 |
Color Harmonies of #C3070B
Complementary color
Monochromatic Colors of #C3070B
Black with #C3070B
Text Example
Text Example
White with #C3070B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3070B; }
p { color: rgb(195,7,11); }
H1.HeaderClassName
{
color: #C3070B;
}
.AnyTagClassName
{
color: #C3070B;
}
</style>
background-color css
<style>
a { background-color: #C3070B; }
a { background-color: rgb(195,7,11); }
div.DivClassName
{
background-color: #C3070B;
}
.BgClassName
{
background-color: #C3070B;
}
</style>
border-color css
<style>
span { border-color: #C3070B; }
span { border-color: rgb(195,7,11); }
td.TdClassName
{
border-color: #C3070B;
}
.TagClassName
{
border-color: #C3070B;
}
</style>