Shades of Venetian Red #C50017
Tints of Venetian Red #C50017
RGB
CMYK
RGB Variations
Color information
#C50017 (or 0xC50017) is known color: Venetian Red. HEX triplet: C5, 00 and 17. RGB value is (197,0,23). Sum of RGB (Red+Green+Blue) = 197+0+23=220 (29% of max value = 765). Red value is 197 (77.34% from 255 or 89.55% from 220); Green value is 0 (0.39% from 255 or 0% from 220); Blue value is 23 (9.38% from 255 or 10.45% from 220); Max value from RGB is 197 - color contains mainly: red. Hex color #C50017 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50017 is #3AFFE8. Grayscale: #3D3D3D. Windows color (decimal): -3866601 or 1507525. OLE color: 1507525.
HSL color Cylindrical-coordinate representation of color #C50017: hue angle of 352.99º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C50017 is Cyan = 0, Magento = 1, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 0 | 23 | - |
| CMYK | 0 | 1 | 0.88 | 0.23 |
| HSL | 352.99º | 1% | 0.39% | - |
| HSV(B) | 352.99º | 1% | 0.77% | - |
| XYZ | 23.18 | 11.93 | 1.89 | - |
| YUV | 61.53 | 106.27 | 224.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 0 | 23 | 0 | 1 | 0.88 | 0.23 | 352.99 | 1 | 0.39 |
| Hex | C5 | 0 | 17 | 0 | 64 | 58 | 17 | 161 | 64 | 27 |
| Octal | 305 | 0 | 27 | 0 | 144 | 130 | 27 | 541 | 144 | 47 |
| Binary | 11000101 | 0 | 10111 | 0 | 1100100 | 1011000 | 10111 | 101100001 | 1100100 | 100111 |
Color Harmonies of #C50017
Complementary color
Monochromatic Colors of #C50017
Black with #C50017
Text Example
Text Example
White with #C50017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50017; }
p { color: rgb(197,0,23); }
H1.HeaderClassName
{
color: #C50017;
}
.AnyTagClassName
{
color: #C50017;
}
</style>
background-color css
<style>
a { background-color: #C50017; }
a { background-color: rgb(197,0,23); }
div.DivClassName
{
background-color: #C50017;
}
.BgClassName
{
background-color: #C50017;
}
</style>
border-color css
<style>
span { border-color: #C50017; }
span { border-color: rgb(197,0,23); }
td.TdClassName
{
border-color: #C50017;
}
.TagClassName
{
border-color: #C50017;
}
</style>