Shades of Venetian Red #C40008
Tints of Venetian Red #C40008
RGB
CMYK
RGB Variations
Color information
#C40008 (or 0xC40008) is known color: Venetian Red. HEX triplet: C4, 00 and 08. RGB value is (196,0,8). Sum of RGB (Red+Green+Blue) = 196+0+8=204 (27% of max value = 765). Red value is 196 (76.95% from 255 or 96.08% from 204); Green value is 0 (0.39% from 255 or 0% from 204); Blue value is 8 (3.52% from 255 or 3.92% from 204); Max value from RGB is 196 - color contains mainly: red. Hex color #C40008 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C40008 is #3BFFF7. Grayscale: #3B3B3B. Windows color (decimal): -3932152 or 524484. OLE color: 524484.
HSL color Cylindrical-coordinate representation of color #C40008: hue angle of 357.55º 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 #C40008 is Cyan = 0, Magento = 1, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 0 | 8 | - |
| CMYK | 0 | 1 | 0.96 | 0.23 |
| HSL | 357.55º | 1% | 0.38% | - |
| HSV(B) | 357.55º | 1% | 0.77% | - |
| XYZ | 22.81 | 11.75 | 1.3 | - |
| YUV | 59.52 | 98.93 | 225.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 0 | 8 | 0 | 1 | 0.96 | 0.23 | 357.55 | 1 | 0.38 |
| Hex | C4 | 0 | 8 | 0 | 64 | 60 | 17 | 166 | 64 | 26 |
| Octal | 304 | 0 | 10 | 0 | 144 | 140 | 27 | 546 | 144 | 46 |
| Binary | 11000100 | 0 | 1000 | 0 | 1100100 | 1100000 | 10111 | 101100110 | 1100100 | 100110 |
Color Harmonies of #C40008
Complementary color
Monochromatic Colors of #C40008
Black with #C40008
Text Example
Text Example
White with #C40008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40008; }
p { color: rgb(196,0,8); }
H1.HeaderClassName
{
color: #C40008;
}
.AnyTagClassName
{
color: #C40008;
}
</style>
background-color css
<style>
a { background-color: #C40008; }
a { background-color: rgb(196,0,8); }
div.DivClassName
{
background-color: #C40008;
}
.BgClassName
{
background-color: #C40008;
}
</style>
border-color css
<style>
span { border-color: #C40008; }
span { border-color: rgb(196,0,8); }
td.TdClassName
{
border-color: #C40008;
}
.TagClassName
{
border-color: #C40008;
}
</style>