Shades of Venetian Red #C3061A
Tints of Venetian Red #C3061A
RGB
CMYK
RGB Variations
Color information
#C3061A (or 0xC3061A) is known color: Venetian Red. HEX triplet: C3, 06 and 1A. RGB value is (195,6,26). Sum of RGB (Red+Green+Blue) = 195+6+26=227 (30% of max value = 765). Red value is 195 (76.56% from 255 or 85.90% from 227); Green value is 6 (2.73% from 255 or 2.64% from 227); Blue value is 26 (10.55% from 255 or 11.45% from 227); Max value from RGB is 195 - color contains mainly: red. Hex color #C3061A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3061A is #3CF9E5. Grayscale: #404040. Windows color (decimal): -3996134 or 1705667. OLE color: 1705667.
HSL color Cylindrical-coordinate representation of color #C3061A: hue angle of 353.65º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C3061A is Cyan = 0, Magento = 0.97, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 6 | 26 | - |
| CMYK | 0 | 0.97 | 0.87 | 0.24 |
| HSL | 353.65º | 0.94% | 0.39% | - |
| HSV(B) | 353.65º | 0.97% | 0.76% | - |
| XYZ | 22.76 | 11.81 | 2.06 | - |
| YUV | 64.79 | 106.12 | 220.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 6 | 26 | 0 | 0.97 | 0.87 | 0.24 | 353.65 | 0.94 | 0.39 |
| Hex | C3 | 6 | 1A | 0 | 61 | 57 | 18 | 162 | 5E | 27 |
| Octal | 303 | 6 | 32 | 0 | 141 | 127 | 30 | 542 | 136 | 47 |
| Binary | 11000011 | 110 | 11010 | 0 | 1100001 | 1010111 | 11000 | 101100010 | 1011110 | 100111 |
Color Harmonies of #C3061A
Complementary color
Monochromatic Colors of #C3061A
Black with #C3061A
Text Example
Text Example
White with #C3061A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3061A; }
p { color: rgb(195,6,26); }
H1.HeaderClassName
{
color: #C3061A;
}
.AnyTagClassName
{
color: #C3061A;
}
</style>
background-color css
<style>
a { background-color: #C3061A; }
a { background-color: rgb(195,6,26); }
div.DivClassName
{
background-color: #C3061A;
}
.BgClassName
{
background-color: #C3061A;
}
</style>
border-color css
<style>
span { border-color: #C3061A; }
span { border-color: rgb(195,6,26); }
td.TdClassName
{
border-color: #C3061A;
}
.TagClassName
{
border-color: #C3061A;
}
</style>