Shades of Venetian Red #C60407
Tints of Venetian Red #C60407
RGB
CMYK
RGB Variations
Color information
#C60407 (or 0xC60407) is known color: Venetian Red. HEX triplet: C6, 04 and 07. RGB value is (198,4,7). Sum of RGB (Red+Green+Blue) = 198+4+7=209 (27% of max value = 765). Red value is 198 (77.73% from 255 or 94.74% from 209); Green value is 4 (1.95% from 255 or 1.91% from 209); Blue value is 7 (3.12% from 255 or 3.35% from 209); Max value from RGB is 198 - color contains mainly: red. Hex color #C60407 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C60407 is #39FBF8. Grayscale: #3E3E3E. Windows color (decimal): -3800057 or 459974. OLE color: 459974.
HSL color Cylindrical-coordinate representation of color #C60407: hue angle of 359.07º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C60407 is Cyan = 0, Magento = 0.98, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 4 | 7 | - |
| CMYK | 0 | 0.98 | 0.96 | 0.22 |
| HSL | 359.07º | 0.96% | 0.4% | - |
| HSV(B) | 359.07º | 0.98% | 0.78% | - |
| XYZ | 23.37 | 12.11 | 1.31 | - |
| YUV | 62.35 | 96.77 | 224.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 4 | 7 | 0 | 0.98 | 0.96 | 0.22 | 359.07 | 0.96 | 0.4 |
| Hex | C6 | 4 | 7 | 0 | 62 | 60 | 16 | 167 | 60 | 28 |
| Octal | 306 | 4 | 7 | 0 | 142 | 140 | 26 | 547 | 140 | 50 |
| Binary | 11000110 | 100 | 111 | 0 | 1100010 | 1100000 | 10110 | 101100111 | 1100000 | 101000 |
Color Harmonies of #C60407
Complementary color
Monochromatic Colors of #C60407
Black with #C60407
Text Example
Text Example
White with #C60407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60407; }
p { color: rgb(198,4,7); }
H1.HeaderClassName
{
color: #C60407;
}
.AnyTagClassName
{
color: #C60407;
}
</style>
background-color css
<style>
a { background-color: #C60407; }
a { background-color: rgb(198,4,7); }
div.DivClassName
{
background-color: #C60407;
}
.BgClassName
{
background-color: #C60407;
}
</style>
border-color css
<style>
span { border-color: #C60407; }
span { border-color: rgb(198,4,7); }
td.TdClassName
{
border-color: #C60407;
}
.TagClassName
{
border-color: #C60407;
}
</style>