Shades of Venetian Red #C3010C
Tints of Venetian Red #C3010C
RGB
CMYK
RGB Variations
Color information
#C3010C (or 0xC3010C) is known color: Venetian Red. HEX triplet: C3, 01 and 0C. RGB value is (195,1,12). Sum of RGB (Red+Green+Blue) = 195+1+12=208 (27% of max value = 765). Red value is 195 (76.56% from 255 or 93.75% from 208); Green value is 1 (0.78% from 255 or 0.48% from 208); Blue value is 12 (5.08% from 255 or 5.77% from 208); Max value from RGB is 195 - color contains mainly: red. Hex color #C3010C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C3010C is #3CFEF3. Grayscale: #3C3C3C. Windows color (decimal): -3997428 or 786883. OLE color: 786883.
HSL color Cylindrical-coordinate representation of color #C3010C: hue angle of 356.6º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C3010C is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 1 | 12 | - |
| CMYK | 0 | 0.99 | 0.94 | 0.24 |
| HSL | 356.6º | 0.99% | 0.38% | - |
| HSV(B) | 356.6º | 0.99% | 0.76% | - |
| XYZ | 22.58 | 11.65 | 1.41 | - |
| YUV | 60.26 | 100.77 | 224.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 1 | 12 | 0 | 0.99 | 0.94 | 0.24 | 356.6 | 0.99 | 0.38 |
| Hex | C3 | 1 | C | 0 | 63 | 5E | 18 | 165 | 63 | 26 |
| Octal | 303 | 1 | 14 | 0 | 143 | 136 | 30 | 545 | 143 | 46 |
| Binary | 11000011 | 1 | 1100 | 0 | 1100011 | 1011110 | 11000 | 101100101 | 1100011 | 100110 |
Color Harmonies of #C3010C
Complementary color
Monochromatic Colors of #C3010C
Black with #C3010C
Text Example
Text Example
White with #C3010C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3010C; }
p { color: rgb(195,1,12); }
H1.HeaderClassName
{
color: #C3010C;
}
.AnyTagClassName
{
color: #C3010C;
}
</style>
background-color css
<style>
a { background-color: #C3010C; }
a { background-color: rgb(195,1,12); }
div.DivClassName
{
background-color: #C3010C;
}
.BgClassName
{
background-color: #C3010C;
}
</style>
border-color css
<style>
span { border-color: #C3010C; }
span { border-color: rgb(195,1,12); }
td.TdClassName
{
border-color: #C3010C;
}
.TagClassName
{
border-color: #C3010C;
}
</style>