Shades of Venetian Red #C3071D
Tints of Venetian Red #C3071D
RGB
CMYK
RGB Variations
Color information
#C3071D (or 0xC3071D) is known color: Venetian Red. HEX triplet: C3, 07 and 1D. RGB value is (195,7,29). Sum of RGB (Red+Green+Blue) = 195+7+29=231 (30% of max value = 765). Red value is 195 (76.56% from 255 or 84.42% from 231); Green value is 7 (3.12% from 255 or 3.03% from 231); Blue value is 29 (11.72% from 255 or 12.55% from 231); Max value from RGB is 195 - color contains mainly: red. Hex color #C3071D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3071D is #3CF8E2. Grayscale: #414141. Windows color (decimal): -3995875 or 1902531. OLE color: 1902531.
HSL color Cylindrical-coordinate representation of color #C3071D: hue angle of 352.98º 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 #C3071D is Cyan = 0, Magento = 0.96, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 7 | 29 | - |
| CMYK | 0 | 0.96 | 0.85 | 0.24 |
| HSL | 352.98º | 0.93% | 0.4% | - |
| HSV(B) | 352.98º | 0.96% | 0.76% | - |
| XYZ | 22.8 | 11.84 | 2.25 | - |
| YUV | 65.72 | 107.28 | 220.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 7 | 29 | 0 | 0.96 | 0.85 | 0.24 | 352.98 | 0.93 | 0.4 |
| Hex | C3 | 7 | 1D | 0 | 60 | 55 | 18 | 161 | 5D | 28 |
| Octal | 303 | 7 | 35 | 0 | 140 | 125 | 30 | 541 | 135 | 50 |
| Binary | 11000011 | 111 | 11101 | 0 | 1100000 | 1010101 | 11000 | 101100001 | 1011101 | 101000 |
Color Harmonies of #C3071D
Complementary color
Monochromatic Colors of #C3071D
Black with #C3071D
Text Example
Text Example
White with #C3071D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3071D; }
p { color: rgb(195,7,29); }
H1.HeaderClassName
{
color: #C3071D;
}
.AnyTagClassName
{
color: #C3071D;
}
</style>
background-color css
<style>
a { background-color: #C3071D; }
a { background-color: rgb(195,7,29); }
div.DivClassName
{
background-color: #C3071D;
}
.BgClassName
{
background-color: #C3071D;
}
</style>
border-color css
<style>
span { border-color: #C3071D; }
span { border-color: rgb(195,7,29); }
td.TdClassName
{
border-color: #C3071D;
}
.TagClassName
{
border-color: #C3071D;
}
</style>