Shades of Venetian Red #C3071C
Tints of Venetian Red #C3071C
RGB
CMYK
RGB Variations
Color information
#C3071C (or 0xC3071C) is known color: Venetian Red. HEX triplet: C3, 07 and 1C. RGB value is (195,7,28). Sum of RGB (Red+Green+Blue) = 195+7+28=230 (30% of max value = 765). Red value is 195 (76.56% from 255 or 84.78% from 230); Green value is 7 (3.12% from 255 or 3.04% from 230); Blue value is 28 (11.33% from 255 or 12.17% from 230); Max value from RGB is 195 - color contains mainly: red. Hex color #C3071C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3071C is #3CF8E3. Grayscale: #414141. Windows color (decimal): -3995876 or 1836995. OLE color: 1836995.
HSL color Cylindrical-coordinate representation of color #C3071C: hue angle of 353.3º 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 #C3071C is Cyan = 0, Magento = 0.96, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 7 | 28 | - |
| CMYK | 0 | 0.96 | 0.86 | 0.24 |
| HSL | 353.3º | 0.93% | 0.4% | - |
| HSV(B) | 353.3º | 0.96% | 0.76% | - |
| XYZ | 22.79 | 11.84 | 2.18 | - |
| YUV | 65.61 | 106.78 | 220.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 7 | 28 | 0 | 0.96 | 0.86 | 0.24 | 353.3 | 0.93 | 0.4 |
| Hex | C3 | 7 | 1C | 0 | 60 | 56 | 18 | 161 | 5D | 28 |
| Octal | 303 | 7 | 34 | 0 | 140 | 126 | 30 | 541 | 135 | 50 |
| Binary | 11000011 | 111 | 11100 | 0 | 1100000 | 1010110 | 11000 | 101100001 | 1011101 | 101000 |
Color Harmonies of #C3071C
Complementary color
Monochromatic Colors of #C3071C
Black with #C3071C
Text Example
Text Example
White with #C3071C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3071C; }
p { color: rgb(195,7,28); }
H1.HeaderClassName
{
color: #C3071C;
}
.AnyTagClassName
{
color: #C3071C;
}
</style>
background-color css
<style>
a { background-color: #C3071C; }
a { background-color: rgb(195,7,28); }
div.DivClassName
{
background-color: #C3071C;
}
.BgClassName
{
background-color: #C3071C;
}
</style>
border-color css
<style>
span { border-color: #C3071C; }
span { border-color: rgb(195,7,28); }
td.TdClassName
{
border-color: #C3071C;
}
.TagClassName
{
border-color: #C3071C;
}
</style>