Shades of Venetian Red #C50006
Tints of Venetian Red #C50006
RGB
CMYK
RGB Variations
Color information
#C50006 (or 0xC50006) is known color: Venetian Red. HEX triplet: C5, 00 and 06. RGB value is (197,0,6). Sum of RGB (Red+Green+Blue) = 197+0+6=203 (26% of max value = 765). Red value is 197 (77.34% from 255 or 97.04% from 203); Green value is 0 (0.39% from 255 or 0% from 203); Blue value is 6 (2.73% from 255 or 2.96% from 203); Max value from RGB is 197 - color contains mainly: red. Hex color #C50006 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50006 is #3AFFF9. Grayscale: #3B3B3B. Windows color (decimal): -3866618 or 393413. OLE color: 393413.
HSL color Cylindrical-coordinate representation of color #C50006: hue angle of 358.17º 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 #C50006 is Cyan = 0, Magento = 1, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 0 | 6 | - |
| CMYK | 0 | 1 | 0.97 | 0.23 |
| HSL | 358.17º | 1% | 0.39% | - |
| HSV(B) | 358.17º | 1% | 0.77% | - |
| XYZ | 23.06 | 11.88 | 1.25 | - |
| YUV | 59.59 | 97.77 | 226.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 0 | 6 | 0 | 1 | 0.97 | 0.23 | 358.17 | 1 | 0.39 |
| Hex | C5 | 0 | 6 | 0 | 64 | 61 | 17 | 166 | 64 | 27 |
| Octal | 305 | 0 | 6 | 0 | 144 | 141 | 27 | 546 | 144 | 47 |
| Binary | 11000101 | 0 | 110 | 0 | 1100100 | 1100001 | 10111 | 101100110 | 1100100 | 100111 |
Color Harmonies of #C50006
Complementary color
Monochromatic Colors of #C50006
Black with #C50006
Text Example
Text Example
White with #C50006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50006; }
p { color: rgb(197,0,6); }
H1.HeaderClassName
{
color: #C50006;
}
.AnyTagClassName
{
color: #C50006;
}
</style>
background-color css
<style>
a { background-color: #C50006; }
a { background-color: rgb(197,0,6); }
div.DivClassName
{
background-color: #C50006;
}
.BgClassName
{
background-color: #C50006;
}
</style>
border-color css
<style>
span { border-color: #C50006; }
span { border-color: rgb(197,0,6); }
td.TdClassName
{
border-color: #C50006;
}
.TagClassName
{
border-color: #C50006;
}
</style>