Shades of Venetian Red #C30810
Tints of Venetian Red #C30810
RGB
CMYK
RGB Variations
Color information
#C30810 (or 0xC30810) is known color: Venetian Red. HEX triplet: C3, 08 and 10. RGB value is (195,8,16). Sum of RGB (Red+Green+Blue) = 195+8+16=219 (29% of max value = 765). Red value is 195 (76.56% from 255 or 89.04% from 219); Green value is 8 (3.52% from 255 or 3.65% from 219); Blue value is 16 (6.64% from 255 or 7.31% from 219); Max value from RGB is 195 - color contains mainly: red. Hex color #C30810 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30810 is #3CF7EF. Grayscale: #404040. Windows color (decimal): -3995632 or 1050819. OLE color: 1050819.
HSL color Cylindrical-coordinate representation of color #C30810: hue angle of 357.43º 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 #C30810 is Cyan = 0, Magento = 0.96, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 8 | 16 | - |
| CMYK | 0 | 0.96 | 0.92 | 0.24 |
| HSL | 357.43º | 0.92% | 0.4% | - |
| HSV(B) | 357.43º | 0.96% | 0.76% | - |
| XYZ | 22.69 | 11.81 | 1.57 | - |
| YUV | 64.83 | 100.45 | 220.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 8 | 16 | 0 | 0.96 | 0.92 | 0.24 | 357.43 | 0.92 | 0.4 |
| Hex | C3 | 8 | 10 | 0 | 60 | 5C | 18 | 165 | 5C | 28 |
| Octal | 303 | 10 | 20 | 0 | 140 | 134 | 30 | 545 | 134 | 50 |
| Binary | 11000011 | 1000 | 10000 | 0 | 1100000 | 1011100 | 11000 | 101100101 | 1011100 | 101000 |
Color Harmonies of #C30810
Complementary color
Monochromatic Colors of #C30810
Black with #C30810
Text Example
Text Example
White with #C30810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30810; }
p { color: rgb(195,8,16); }
H1.HeaderClassName
{
color: #C30810;
}
.AnyTagClassName
{
color: #C30810;
}
</style>
background-color css
<style>
a { background-color: #C30810; }
a { background-color: rgb(195,8,16); }
div.DivClassName
{
background-color: #C30810;
}
.BgClassName
{
background-color: #C30810;
}
</style>
border-color css
<style>
span { border-color: #C30810; }
span { border-color: rgb(195,8,16); }
td.TdClassName
{
border-color: #C30810;
}
.TagClassName
{
border-color: #C30810;
}
</style>