Shades of Venetian Red #C50106
Tints of Venetian Red #C50106
RGB
CMYK
RGB Variations
Color information
#C50106 (or 0xC50106) is known color: Venetian Red. HEX triplet: C5, 01 and 06. RGB value is (197,1,6). Sum of RGB (Red+Green+Blue) = 197+1+6=204 (27% of max value = 765). Red value is 197 (77.34% from 255 or 96.57% from 204); Green value is 1 (0.78% from 255 or 0.49% from 204); Blue value is 6 (2.73% from 255 or 2.94% from 204); Max value from RGB is 197 - color contains mainly: red. Hex color #C50106 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50106 is #3AFEF9. Grayscale: #3C3C3C. Windows color (decimal): -3866362 or 393669. OLE color: 393669.
HSL color Cylindrical-coordinate representation of color #C50106: hue angle of 358.47º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C50106 is Cyan = 0, Magento = 0.99, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 1 | 6 | - |
| CMYK | 0 | 0.99 | 0.97 | 0.23 |
| HSL | 358.47º | 0.99% | 0.39% | - |
| HSV(B) | 358.47º | 0.99% | 0.77% | - |
| XYZ | 23.07 | 11.91 | 1.25 | - |
| YUV | 60.17 | 97.43 | 225.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 1 | 6 | 0 | 0.99 | 0.97 | 0.23 | 358.47 | 0.99 | 0.39 |
| Hex | C5 | 1 | 6 | 0 | 63 | 61 | 17 | 166 | 63 | 27 |
| Octal | 305 | 1 | 6 | 0 | 143 | 141 | 27 | 546 | 143 | 47 |
| Binary | 11000101 | 1 | 110 | 0 | 1100011 | 1100001 | 10111 | 101100110 | 1100011 | 100111 |
Color Harmonies of #C50106
Complementary color
Monochromatic Colors of #C50106
Black with #C50106
Text Example
Text Example
White with #C50106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50106; }
p { color: rgb(197,1,6); }
H1.HeaderClassName
{
color: #C50106;
}
.AnyTagClassName
{
color: #C50106;
}
</style>
background-color css
<style>
a { background-color: #C50106; }
a { background-color: rgb(197,1,6); }
div.DivClassName
{
background-color: #C50106;
}
.BgClassName
{
background-color: #C50106;
}
</style>
border-color css
<style>
span { border-color: #C50106; }
span { border-color: rgb(197,1,6); }
td.TdClassName
{
border-color: #C50106;
}
.TagClassName
{
border-color: #C50106;
}
</style>