Shades of Venetian Red #C40009
Tints of Venetian Red #C40009
RGB
CMYK
RGB Variations
Color information
#C40009 (or 0xC40009) is known color: Venetian Red. HEX triplet: C4, 00 and 09. RGB value is (196,0,9). Sum of RGB (Red+Green+Blue) = 196+0+9=205 (27% of max value = 765). Red value is 196 (76.95% from 255 or 95.61% from 205); Green value is 0 (0.39% from 255 or 0% from 205); Blue value is 9 (3.91% from 255 or 4.39% from 205); Max value from RGB is 196 - color contains mainly: red. Hex color #C40009 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C40009 is #3BFFF6. Grayscale: #3B3B3B. Windows color (decimal): -3932151 or 590020. OLE color: 590020.
HSL color Cylindrical-coordinate representation of color #C40009: hue angle of 357.24º 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 #C40009 is Cyan = 0, Magento = 1, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 0 | 9 | - |
| CMYK | 0 | 1 | 0.95 | 0.23 |
| HSL | 357.24º | 1% | 0.38% | - |
| HSV(B) | 357.24º | 1% | 0.77% | - |
| XYZ | 22.81 | 11.76 | 1.33 | - |
| YUV | 59.63 | 99.43 | 225.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 0 | 9 | 0 | 1 | 0.95 | 0.23 | 357.24 | 1 | 0.38 |
| Hex | C4 | 0 | 9 | 0 | 64 | 5F | 17 | 165 | 64 | 26 |
| Octal | 304 | 0 | 11 | 0 | 144 | 137 | 27 | 545 | 144 | 46 |
| Binary | 11000100 | 0 | 1001 | 0 | 1100100 | 1011111 | 10111 | 101100101 | 1100100 | 100110 |
Color Harmonies of #C40009
Complementary color
Monochromatic Colors of #C40009
Black with #C40009
Text Example
Text Example
White with #C40009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40009; }
p { color: rgb(196,0,9); }
H1.HeaderClassName
{
color: #C40009;
}
.AnyTagClassName
{
color: #C40009;
}
</style>
background-color css
<style>
a { background-color: #C40009; }
a { background-color: rgb(196,0,9); }
div.DivClassName
{
background-color: #C40009;
}
.BgClassName
{
background-color: #C40009;
}
</style>
border-color css
<style>
span { border-color: #C40009; }
span { border-color: rgb(196,0,9); }
td.TdClassName
{
border-color: #C40009;
}
.TagClassName
{
border-color: #C40009;
}
</style>