Shades of Venetian Red #C50007
Tints of Venetian Red #C50007
RGB
CMYK
RGB Variations
Color information
#C50007 (or 0xC50007) is known color: Venetian Red. HEX triplet: C5, 00 and 07. RGB value is (197,0,7). Sum of RGB (Red+Green+Blue) = 197+0+7=204 (27% of max value = 765). Red value is 197 (77.34% from 255 or 96.57% from 204); Green value is 0 (0.39% from 255 or 0% from 204); Blue value is 7 (3.12% from 255 or 3.43% from 204); Max value from RGB is 197 - color contains mainly: red. Hex color #C50007 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50007 is #3AFFF8. Grayscale: #3B3B3B. Windows color (decimal): -3866617 or 458949. OLE color: 458949.
HSL color Cylindrical-coordinate representation of color #C50007: hue angle of 357.87º 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 #C50007 is Cyan = 0, Magento = 1, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 0 | 7 | - |
| CMYK | 0 | 1 | 0.96 | 0.23 |
| HSL | 357.87º | 1% | 0.39% | - |
| HSV(B) | 357.87º | 1% | 0.77% | - |
| XYZ | 23.06 | 11.89 | 1.28 | - |
| YUV | 59.7 | 98.27 | 225.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 0 | 7 | 0 | 1 | 0.96 | 0.23 | 357.87 | 1 | 0.39 |
| Hex | C5 | 0 | 7 | 0 | 64 | 60 | 17 | 166 | 64 | 27 |
| Octal | 305 | 0 | 7 | 0 | 144 | 140 | 27 | 546 | 144 | 47 |
| Binary | 11000101 | 0 | 111 | 0 | 1100100 | 1100000 | 10111 | 101100110 | 1100100 | 100111 |
Color Harmonies of #C50007
Complementary color
Monochromatic Colors of #C50007
Black with #C50007
Text Example
Text Example
White with #C50007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50007; }
p { color: rgb(197,0,7); }
H1.HeaderClassName
{
color: #C50007;
}
.AnyTagClassName
{
color: #C50007;
}
</style>
background-color css
<style>
a { background-color: #C50007; }
a { background-color: rgb(197,0,7); }
div.DivClassName
{
background-color: #C50007;
}
.BgClassName
{
background-color: #C50007;
}
</style>
border-color css
<style>
span { border-color: #C50007; }
span { border-color: rgb(197,0,7); }
td.TdClassName
{
border-color: #C50007;
}
.TagClassName
{
border-color: #C50007;
}
</style>