Shades of Venetian Red #C40007
Tints of Venetian Red #C40007
RGB
CMYK
RGB Variations
Color information
#C40007 (or 0xC40007) is known color: Venetian Red. HEX triplet: C4, 00 and 07. RGB value is (196,0,7). Sum of RGB (Red+Green+Blue) = 196+0+7=203 (26% of max value = 765). Red value is 196 (76.95% from 255 or 96.55% from 203); Green value is 0 (0.39% from 255 or 0% from 203); Blue value is 7 (3.12% from 255 or 3.45% from 203); Max value from RGB is 196 - color contains mainly: red. Hex color #C40007 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C40007 is #3BFFF8. Grayscale: #3B3B3B. Windows color (decimal): -3932153 or 458948. OLE color: 458948.
HSL color Cylindrical-coordinate representation of color #C40007: hue angle of 357.86º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C40007 is Cyan = 0, Magento = 1, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 0 | 7 | - |
| CMYK | 0 | 1 | 0.96 | 0.23 |
| HSL | 357.86º | 1% | 0.38% | - |
| HSV(B) | 357.86º | 1% | 0.77% | - |
| XYZ | 22.8 | 11.75 | 1.27 | - |
| YUV | 59.4 | 98.43 | 225.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 0 | 7 | 0 | 1 | 0.96 | 0.23 | 357.86 | 1 | 0.38 |
| Hex | C4 | 0 | 7 | 0 | 64 | 60 | 17 | 166 | 64 | 26 |
| Octal | 304 | 0 | 7 | 0 | 144 | 140 | 27 | 546 | 144 | 46 |
| Binary | 11000100 | 0 | 111 | 0 | 1100100 | 1100000 | 10111 | 101100110 | 1100100 | 100110 |
Color Harmonies of #C40007
Complementary color
Monochromatic Colors of #C40007
Black with #C40007
Text Example
Text Example
White with #C40007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40007; }
p { color: rgb(196,0,7); }
H1.HeaderClassName
{
color: #C40007;
}
.AnyTagClassName
{
color: #C40007;
}
</style>
background-color css
<style>
a { background-color: #C40007; }
a { background-color: rgb(196,0,7); }
div.DivClassName
{
background-color: #C40007;
}
.BgClassName
{
background-color: #C40007;
}
</style>
border-color css
<style>
span { border-color: #C40007; }
span { border-color: rgb(196,0,7); }
td.TdClassName
{
border-color: #C40007;
}
.TagClassName
{
border-color: #C40007;
}
</style>