Shades of Venetian Red #C10614
Tints of Venetian Red #C10614
RGB
CMYK
RGB Variations
Color information
#C10614 (or 0xC10614) is known color: Venetian Red. HEX triplet: C1, 06 and 14. RGB value is (193,6,20). Sum of RGB (Red+Green+Blue) = 193+6+20=219 (29% of max value = 765). Red value is 193 (75.78% from 255 or 88.13% from 219); Green value is 6 (2.73% from 255 or 2.74% from 219); Blue value is 20 (8.20% from 255 or 9.13% from 219); Max value from RGB is 193 - color contains mainly: red. Hex color #C10614 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10614 is #3EF9EB. Grayscale: #3F3F3F. Windows color (decimal): -4127212 or 1312449. OLE color: 1312449.
HSL color Cylindrical-coordinate representation of color #C10614: hue angle of 355.51º 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 #C10614 is Cyan = 0, Magento = 0.97, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 6 | 20 | - |
| CMYK | 0 | 0.97 | 0.90 | 0.24 |
| HSL | 355.51º | 0.94% | 0.39% | - |
| HSV(B) | 355.51º | 0.97% | 0.76% | - |
| XYZ | 22.18 | 11.52 | 1.72 | - |
| YUV | 63.51 | 103.45 | 220.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 6 | 20 | 0 | 0.97 | 0.90 | 0.24 | 355.51 | 0.94 | 0.39 |
| Hex | C1 | 6 | 14 | 0 | 61 | 5A | 18 | 164 | 5E | 27 |
| Octal | 301 | 6 | 24 | 0 | 141 | 132 | 30 | 544 | 136 | 47 |
| Binary | 11000001 | 110 | 10100 | 0 | 1100001 | 1011010 | 11000 | 101100100 | 1011110 | 100111 |
Color Harmonies of #C10614
Complementary color
Monochromatic Colors of #C10614
Black with #C10614
Text Example
Text Example
White with #C10614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10614; }
p { color: rgb(193,6,20); }
H1.HeaderClassName
{
color: #C10614;
}
.AnyTagClassName
{
color: #C10614;
}
</style>
background-color css
<style>
a { background-color: #C10614; }
a { background-color: rgb(193,6,20); }
div.DivClassName
{
background-color: #C10614;
}
.BgClassName
{
background-color: #C10614;
}
</style>
border-color css
<style>
span { border-color: #C10614; }
span { border-color: rgb(193,6,20); }
td.TdClassName
{
border-color: #C10614;
}
.TagClassName
{
border-color: #C10614;
}
</style>