Shades of Venetian Red #C40708
Tints of Venetian Red #C40708
RGB
CMYK
RGB Variations
Color information
#C40708 (or 0xC40708) is known color: Venetian Red. HEX triplet: C4, 07 and 08. RGB value is (196,7,8). Sum of RGB (Red+Green+Blue) = 196+7+8=211 (27% of max value = 765). Red value is 196 (76.95% from 255 or 92.89% from 211); Green value is 7 (3.12% from 255 or 3.32% from 211); Blue value is 8 (3.52% from 255 or 3.79% from 211); Max value from RGB is 196 - color contains mainly: red. Hex color #C40708 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C40708 is #3BF8F7. Grayscale: #3F3F3F. Windows color (decimal): -3930360 or 526276. OLE color: 526276.
HSL color Cylindrical-coordinate representation of color #C40708: hue angle of 359.68º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C40708 is Cyan = 0, Magento = 0.96, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 7 | 8 | - |
| CMYK | 0 | 0.96 | 0.96 | 0.23 |
| HSL | 359.68º | 0.93% | 0.4% | - |
| HSV(B) | 359.68º | 0.96% | 0.77% | - |
| XYZ | 22.88 | 11.91 | 1.32 | - |
| YUV | 63.63 | 96.62 | 222.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 7 | 8 | 0 | 0.96 | 0.96 | 0.23 | 359.68 | 0.93 | 0.4 |
| Hex | C4 | 7 | 8 | 0 | 60 | 60 | 17 | 168 | 5D | 28 |
| Octal | 304 | 7 | 10 | 0 | 140 | 140 | 27 | 550 | 135 | 50 |
| Binary | 11000100 | 111 | 1000 | 0 | 1100000 | 1100000 | 10111 | 101101000 | 1011101 | 101000 |
Color Harmonies of #C40708
Complementary color
Monochromatic Colors of #C40708
Black with #C40708
Text Example
Text Example
White with #C40708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40708; }
p { color: rgb(196,7,8); }
H1.HeaderClassName
{
color: #C40708;
}
.AnyTagClassName
{
color: #C40708;
}
</style>
background-color css
<style>
a { background-color: #C40708; }
a { background-color: rgb(196,7,8); }
div.DivClassName
{
background-color: #C40708;
}
.BgClassName
{
background-color: #C40708;
}
</style>
border-color css
<style>
span { border-color: #C40708; }
span { border-color: rgb(196,7,8); }
td.TdClassName
{
border-color: #C40708;
}
.TagClassName
{
border-color: #C40708;
}
</style>