Shades of Venetian Red #C00407
Tints of Venetian Red #C00407
RGB
CMYK
RGB Variations
Color information
#C00407 (or 0xC00407) is known color: Venetian Red. HEX triplet: C0, 04 and 07. RGB value is (192,4,7). Sum of RGB (Red+Green+Blue) = 192+4+7=203 (26% of max value = 765). Red value is 192 (75.39% from 255 or 94.58% from 203); Green value is 4 (1.95% from 255 or 1.97% from 203); Blue value is 7 (3.12% from 255 or 3.45% from 203); Max value from RGB is 192 - color contains mainly: red. Hex color #C00407 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C00407 is #3FFBF8. Grayscale: #3C3C3C. Windows color (decimal): -4193273 or 459968. OLE color: 459968.
HSL color Cylindrical-coordinate representation of color #C00407: hue angle of 359.04º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C00407 is Cyan = 0, Magento = 0.98, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 4 | 7 | - |
| CMYK | 0 | 0.98 | 0.96 | 0.25 |
| HSL | 359.04º | 0.96% | 0.38% | - |
| HSV(B) | 359.04º | 0.98% | 0.75% | - |
| XYZ | 21.82 | 11.31 | 1.23 | - |
| YUV | 60.55 | 97.78 | 221.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 4 | 7 | 0 | 0.98 | 0.96 | 0.25 | 359.04 | 0.96 | 0.38 |
| Hex | C0 | 4 | 7 | 0 | 62 | 60 | 19 | 167 | 60 | 26 |
| Octal | 300 | 4 | 7 | 0 | 142 | 140 | 31 | 547 | 140 | 46 |
| Binary | 11000000 | 100 | 111 | 0 | 1100010 | 1100000 | 11001 | 101100111 | 1100000 | 100110 |
Color Harmonies of #C00407
Complementary color
Monochromatic Colors of #C00407
Black with #C00407
Text Example
Text Example
White with #C00407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00407; }
p { color: rgb(192,4,7); }
H1.HeaderClassName
{
color: #C00407;
}
.AnyTagClassName
{
color: #C00407;
}
</style>
background-color css
<style>
a { background-color: #C00407; }
a { background-color: rgb(192,4,7); }
div.DivClassName
{
background-color: #C00407;
}
.BgClassName
{
background-color: #C00407;
}
</style>
border-color css
<style>
span { border-color: #C00407; }
span { border-color: rgb(192,4,7); }
td.TdClassName
{
border-color: #C00407;
}
.TagClassName
{
border-color: #C00407;
}
</style>