Shades of Venetian Red #C40607
Tints of Venetian Red #C40607
RGB
CMYK
RGB Variations
Color information
#C40607 (or 0xC40607) is known color: Venetian Red. HEX triplet: C4, 06 and 07. RGB value is (196,6,7). Sum of RGB (Red+Green+Blue) = 196+6+7=209 (27% of max value = 765). Red value is 196 (76.95% from 255 or 93.78% from 209); Green value is 6 (2.73% from 255 or 2.87% from 209); Blue value is 7 (3.12% from 255 or 3.35% from 209); Max value from RGB is 196 - color contains mainly: red. Hex color #C40607 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C40607 is #3BF9F8. Grayscale: #3F3F3F. Windows color (decimal): -3930617 or 460484. OLE color: 460484.
HSL color Cylindrical-coordinate representation of color #C40607: hue angle of 359.68º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C40607 is Cyan = 0, Magento = 0.97, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 6 | 7 | - |
| CMYK | 0 | 0.97 | 0.96 | 0.23 |
| HSL | 359.68º | 0.94% | 0.4% | - |
| HSV(B) | 359.68º | 0.97% | 0.77% | - |
| XYZ | 22.87 | 11.88 | 1.29 | - |
| YUV | 62.92 | 96.45 | 222.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 6 | 7 | 0 | 0.97 | 0.96 | 0.23 | 359.68 | 0.94 | 0.4 |
| Hex | C4 | 6 | 7 | 0 | 61 | 60 | 17 | 168 | 5E | 28 |
| Octal | 304 | 6 | 7 | 0 | 141 | 140 | 27 | 550 | 136 | 50 |
| Binary | 11000100 | 110 | 111 | 0 | 1100001 | 1100000 | 10111 | 101101000 | 1011110 | 101000 |
Color Harmonies of #C40607
Complementary color
Monochromatic Colors of #C40607
Black with #C40607
Text Example
Text Example
White with #C40607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40607; }
p { color: rgb(196,6,7); }
H1.HeaderClassName
{
color: #C40607;
}
.AnyTagClassName
{
color: #C40607;
}
</style>
background-color css
<style>
a { background-color: #C40607; }
a { background-color: rgb(196,6,7); }
div.DivClassName
{
background-color: #C40607;
}
.BgClassName
{
background-color: #C40607;
}
</style>
border-color css
<style>
span { border-color: #C40607; }
span { border-color: rgb(196,6,7); }
td.TdClassName
{
border-color: #C40607;
}
.TagClassName
{
border-color: #C40607;
}
</style>