Shades of Venetian Red #C00929
Tints of Venetian Red #C00929
RGB
CMYK
RGB Variations
Color information
#C00929 (or 0xC00929) is known color: Venetian Red. HEX triplet: C0, 09 and 29. RGB value is (192,9,41). Sum of RGB (Red+Green+Blue) = 192+9+41=242 (32% of max value = 765). Red value is 192 (75.39% from 255 or 79.34% from 242); Green value is 9 (3.91% from 255 or 3.72% from 242); Blue value is 41 (16.41% from 255 or 16.94% from 242); Max value from RGB is 192 - color contains mainly: red. Hex color #C00929 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00929 is #3FF6D6. Grayscale: #434343. Windows color (decimal): -4191959 or 2689472. OLE color: 2689472.
HSL color Cylindrical-coordinate representation of color #C00929: hue angle of 349.51º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C00929 is Cyan = 0, Magento = 0.95, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 9 | 41 | - |
| CMYK | 0 | 0.95 | 0.79 | 0.25 |
| HSL | 349.51º | 0.91% | 0.39% | - |
| HSV(B) | 349.51º | 0.95% | 0.75% | - |
| XYZ | 22.24 | 11.56 | 3.16 | - |
| YUV | 67.37 | 113.13 | 216.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 9 | 41 | 0 | 0.95 | 0.79 | 0.25 | 349.51 | 0.91 | 0.39 |
| Hex | C0 | 9 | 29 | 0 | 5F | 4F | 19 | 15E | 5B | 27 |
| Octal | 300 | 11 | 51 | 0 | 137 | 117 | 31 | 536 | 133 | 47 |
| Binary | 11000000 | 1001 | 101001 | 0 | 1011111 | 1001111 | 11001 | 101011110 | 1011011 | 100111 |
Color Harmonies of #C00929
Complementary color
Monochromatic Colors of #C00929
Black with #C00929
Text Example
Text Example
White with #C00929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00929; }
p { color: rgb(192,9,41); }
H1.HeaderClassName
{
color: #C00929;
}
.AnyTagClassName
{
color: #C00929;
}
</style>
background-color css
<style>
a { background-color: #C00929; }
a { background-color: rgb(192,9,41); }
div.DivClassName
{
background-color: #C00929;
}
.BgClassName
{
background-color: #C00929;
}
</style>
border-color css
<style>
span { border-color: #C00929; }
span { border-color: rgb(192,9,41); }
td.TdClassName
{
border-color: #C00929;
}
.TagClassName
{
border-color: #C00929;
}
</style>