Shades of Venetian Red #C50314
Tints of Venetian Red #C50314
RGB
CMYK
RGB Variations
Color information
#C50314 (or 0xC50314) is known color: Venetian Red. HEX triplet: C5, 03 and 14. RGB value is (197,3,20). Sum of RGB (Red+Green+Blue) = 197+3+20=220 (29% of max value = 765). Red value is 197 (77.34% from 255 or 89.55% from 220); Green value is 3 (1.56% from 255 or 1.36% from 220); Blue value is 20 (8.20% from 255 or 9.09% from 220); Max value from RGB is 197 - color contains mainly: red. Hex color #C50314 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50314 is #3AFCEB. Grayscale: #3F3F3F. Windows color (decimal): -3865836 or 1311685. OLE color: 1311685.
HSL color Cylindrical-coordinate representation of color #C50314: hue angle of 354.74º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C50314 is Cyan = 0, Magento = 0.98, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 3 | 20 | - |
| CMYK | 0 | 0.98 | 0.90 | 0.23 |
| HSL | 354.74º | 0.97% | 0.39% | - |
| HSV(B) | 354.74º | 0.98% | 0.77% | - |
| XYZ | 23.18 | 11.99 | 1.75 | - |
| YUV | 62.94 | 103.77 | 223.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 3 | 20 | 0 | 0.98 | 0.90 | 0.23 | 354.74 | 0.97 | 0.39 |
| Hex | C5 | 3 | 14 | 0 | 62 | 5A | 17 | 163 | 61 | 27 |
| Octal | 305 | 3 | 24 | 0 | 142 | 132 | 27 | 543 | 141 | 47 |
| Binary | 11000101 | 11 | 10100 | 0 | 1100010 | 1011010 | 10111 | 101100011 | 1100001 | 100111 |
Color Harmonies of #C50314
Complementary color
Monochromatic Colors of #C50314
Black with #C50314
Text Example
Text Example
White with #C50314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50314; }
p { color: rgb(197,3,20); }
H1.HeaderClassName
{
color: #C50314;
}
.AnyTagClassName
{
color: #C50314;
}
</style>
background-color css
<style>
a { background-color: #C50314; }
a { background-color: rgb(197,3,20); }
div.DivClassName
{
background-color: #C50314;
}
.BgClassName
{
background-color: #C50314;
}
</style>
border-color css
<style>
span { border-color: #C50314; }
span { border-color: rgb(197,3,20); }
td.TdClassName
{
border-color: #C50314;
}
.TagClassName
{
border-color: #C50314;
}
</style>