Shades of Venetian Red #C3080C
Tints of Venetian Red #C3080C
RGB
CMYK
RGB Variations
Color information
#C3080C (or 0xC3080C) is known color: Venetian Red. HEX triplet: C3, 08 and 0C. RGB value is (195,8,12). Sum of RGB (Red+Green+Blue) = 195+8+12=215 (28% of max value = 765). Red value is 195 (76.56% from 255 or 90.70% from 215); Green value is 8 (3.52% from 255 or 3.72% from 215); Blue value is 12 (5.08% from 255 or 5.58% from 215); Max value from RGB is 195 - color contains mainly: red. Hex color #C3080C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C3080C is #3CF7F3. Grayscale: #404040. Windows color (decimal): -3995636 or 788675. OLE color: 788675.
HSL color Cylindrical-coordinate representation of color #C3080C: hue angle of 358.72º degrees, saturation: 0.92, 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 #C3080C is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 8 | 12 | - |
| CMYK | 0 | 0.96 | 0.94 | 0.24 |
| HSL | 358.72º | 0.92% | 0.4% | - |
| HSV(B) | 358.72º | 0.96% | 0.76% | - |
| XYZ | 22.66 | 11.8 | 1.43 | - |
| YUV | 64.37 | 98.45 | 221.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 8 | 12 | 0 | 0.96 | 0.94 | 0.24 | 358.72 | 0.92 | 0.4 |
| Hex | C3 | 8 | C | 0 | 60 | 5E | 18 | 167 | 5C | 28 |
| Octal | 303 | 10 | 14 | 0 | 140 | 136 | 30 | 547 | 134 | 50 |
| Binary | 11000011 | 1000 | 1100 | 0 | 1100000 | 1011110 | 11000 | 101100111 | 1011100 | 101000 |
Color Harmonies of #C3080C
Complementary color
Monochromatic Colors of #C3080C
Black with #C3080C
Text Example
Text Example
White with #C3080C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3080C; }
p { color: rgb(195,8,12); }
H1.HeaderClassName
{
color: #C3080C;
}
.AnyTagClassName
{
color: #C3080C;
}
</style>
background-color css
<style>
a { background-color: #C3080C; }
a { background-color: rgb(195,8,12); }
div.DivClassName
{
background-color: #C3080C;
}
.BgClassName
{
background-color: #C3080C;
}
</style>
border-color css
<style>
span { border-color: #C3080C; }
span { border-color: rgb(195,8,12); }
td.TdClassName
{
border-color: #C3080C;
}
.TagClassName
{
border-color: #C3080C;
}
</style>