Shades of Venetian Red #C50317
Tints of Venetian Red #C50317
RGB
CMYK
RGB Variations
Color information
#C50317 (or 0xC50317) is known color: Venetian Red. HEX triplet: C5, 03 and 17. RGB value is (197,3,23). Sum of RGB (Red+Green+Blue) = 197+3+23=223 (29% of max value = 765). Red value is 197 (77.34% from 255 or 88.34% from 223); Green value is 3 (1.56% from 255 or 1.35% from 223); Blue value is 23 (9.38% from 255 or 10.31% from 223); Max value from RGB is 197 - color contains mainly: red. Hex color #C50317 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50317 is #3AFCE8. Grayscale: #3F3F3F. Windows color (decimal): -3865833 or 1508293. OLE color: 1508293.
HSL color Cylindrical-coordinate representation of color #C50317: hue angle of 353.81º 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 #C50317 is Cyan = 0, Magento = 0.98, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 3 | 23 | - |
| CMYK | 0 | 0.98 | 0.88 | 0.23 |
| HSL | 353.81º | 0.97% | 0.39% | - |
| HSV(B) | 353.81º | 0.98% | 0.77% | - |
| XYZ | 23.21 | 12 | 1.9 | - |
| YUV | 63.29 | 105.27 | 223.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 3 | 23 | 0 | 0.98 | 0.88 | 0.23 | 353.81 | 0.97 | 0.39 |
| Hex | C5 | 3 | 17 | 0 | 62 | 58 | 17 | 162 | 61 | 27 |
| Octal | 305 | 3 | 27 | 0 | 142 | 130 | 27 | 542 | 141 | 47 |
| Binary | 11000101 | 11 | 10111 | 0 | 1100010 | 1011000 | 10111 | 101100010 | 1100001 | 100111 |
Color Harmonies of #C50317
Complementary color
Monochromatic Colors of #C50317
Black with #C50317
Text Example
Text Example
White with #C50317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50317; }
p { color: rgb(197,3,23); }
H1.HeaderClassName
{
color: #C50317;
}
.AnyTagClassName
{
color: #C50317;
}
</style>
background-color css
<style>
a { background-color: #C50317; }
a { background-color: rgb(197,3,23); }
div.DivClassName
{
background-color: #C50317;
}
.BgClassName
{
background-color: #C50317;
}
</style>
border-color css
<style>
span { border-color: #C50317; }
span { border-color: rgb(197,3,23); }
td.TdClassName
{
border-color: #C50317;
}
.TagClassName
{
border-color: #C50317;
}
</style>