Shades of Venetian Red #C10314
Tints of Venetian Red #C10314
RGB
CMYK
RGB Variations
Color information
#C10314 (or 0xC10314) is known color: Venetian Red. HEX triplet: C1, 03 and 14. RGB value is (193,3,20). Sum of RGB (Red+Green+Blue) = 193+3+20=216 (28% of max value = 765). Red value is 193 (75.78% from 255 or 89.35% from 216); Green value is 3 (1.56% from 255 or 1.39% from 216); Blue value is 20 (8.20% from 255 or 9.26% from 216); Max value from RGB is 193 - color contains mainly: red. Hex color #C10314 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10314 is #3EFCEB. Grayscale: #3D3D3D. Windows color (decimal): -4127980 or 1311681. OLE color: 1311681.
HSL color Cylindrical-coordinate representation of color #C10314: hue angle of 354.63º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C10314 is Cyan = 0, Magento = 0.98, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 3 | 20 | - |
| CMYK | 0 | 0.98 | 0.90 | 0.24 |
| HSL | 354.63º | 0.97% | 0.38% | - |
| HSV(B) | 354.63º | 0.98% | 0.76% | - |
| XYZ | 22.15 | 11.45 | 1.7 | - |
| YUV | 61.75 | 104.45 | 221.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 3 | 20 | 0 | 0.98 | 0.90 | 0.24 | 354.63 | 0.97 | 0.38 |
| Hex | C1 | 3 | 14 | 0 | 62 | 5A | 18 | 163 | 61 | 26 |
| Octal | 301 | 3 | 24 | 0 | 142 | 132 | 30 | 543 | 141 | 46 |
| Binary | 11000001 | 11 | 10100 | 0 | 1100010 | 1011010 | 11000 | 101100011 | 1100001 | 100110 |
Color Harmonies of #C10314
Complementary color
Monochromatic Colors of #C10314
Black with #C10314
Text Example
Text Example
White with #C10314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10314; }
p { color: rgb(193,3,20); }
H1.HeaderClassName
{
color: #C10314;
}
.AnyTagClassName
{
color: #C10314;
}
</style>
background-color css
<style>
a { background-color: #C10314; }
a { background-color: rgb(193,3,20); }
div.DivClassName
{
background-color: #C10314;
}
.BgClassName
{
background-color: #C10314;
}
</style>
border-color css
<style>
span { border-color: #C10314; }
span { border-color: rgb(193,3,20); }
td.TdClassName
{
border-color: #C10314;
}
.TagClassName
{
border-color: #C10314;
}
</style>