Shades of Venetian Red #C00029
Tints of Venetian Red #C00029
RGB
CMYK
RGB Variations
Color information
#C00029 (or 0xC00029) is known color: Venetian Red. HEX triplet: C0, 00 and 29. RGB value is (192,0,41). Sum of RGB (Red+Green+Blue) = 192+0+41=233 (30% of max value = 765). Red value is 192 (75.39% from 255 or 82.40% from 233); Green value is 0 (0.39% from 255 or 0% from 233); Blue value is 41 (16.41% from 255 or 17.60% from 233); Max value from RGB is 192 - color contains mainly: red. Hex color #C00029 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00029 is #3FFFD6. Grayscale: #3E3E3E. Windows color (decimal): -4194263 or 2687168. OLE color: 2687168.
HSL color Cylindrical-coordinate representation of color #C00029: hue angle of 347.19º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C00029 is Cyan = 0, Magento = 1, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 0 | 41 | - |
| CMYK | 0 | 1 | 0.79 | 0.25 |
| HSL | 347.19º | 1% | 0.38% | - |
| HSV(B) | 347.19º | 1% | 0.75% | - |
| XYZ | 22.14 | 11.37 | 3.12 | - |
| YUV | 62.08 | 116.11 | 220.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 0 | 41 | 0 | 1 | 0.79 | 0.25 | 347.19 | 1 | 0.38 |
| Hex | C0 | 0 | 29 | 0 | 64 | 4F | 19 | 15B | 64 | 26 |
| Octal | 300 | 0 | 51 | 0 | 144 | 117 | 31 | 533 | 144 | 46 |
| Binary | 11000000 | 0 | 101001 | 0 | 1100100 | 1001111 | 11001 | 101011011 | 1100100 | 100110 |
Color Harmonies of #C00029
Complementary color
Monochromatic Colors of #C00029
Black with #C00029
Text Example
Text Example
White with #C00029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00029; }
p { color: rgb(192,0,41); }
H1.HeaderClassName
{
color: #C00029;
}
.AnyTagClassName
{
color: #C00029;
}
</style>
background-color css
<style>
a { background-color: #C00029; }
a { background-color: rgb(192,0,41); }
div.DivClassName
{
background-color: #C00029;
}
.BgClassName
{
background-color: #C00029;
}
</style>
border-color css
<style>
span { border-color: #C00029; }
span { border-color: rgb(192,0,41); }
td.TdClassName
{
border-color: #C00029;
}
.TagClassName
{
border-color: #C00029;
}
</style>