Shades of Venetian Red #C00229
Tints of Venetian Red #C00229
RGB
CMYK
RGB Variations
Color information
#C00229 (or 0xC00229) is known color: Venetian Red. HEX triplet: C0, 02 and 29. RGB value is (192,2,41). Sum of RGB (Red+Green+Blue) = 192+2+41=235 (31% of max value = 765). Red value is 192 (75.39% from 255 or 81.70% from 235); Green value is 2 (1.17% from 255 or 0.85% from 235); Blue value is 41 (16.41% from 255 or 17.45% from 235); Max value from RGB is 192 - color contains mainly: red. Hex color #C00229 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00229 is #3FFDD6. Grayscale: #3F3F3F. Windows color (decimal): -4193751 or 2687680. OLE color: 2687680.
HSL color Cylindrical-coordinate representation of color #C00229: hue angle of 347.68º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C00229 is Cyan = 0, Magento = 0.99, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 2 | 41 | - |
| CMYK | 0 | 0.99 | 0.79 | 0.25 |
| HSL | 347.68º | 0.98% | 0.38% | - |
| HSV(B) | 347.68º | 0.99% | 0.75% | - |
| XYZ | 22.16 | 11.41 | 3.13 | - |
| YUV | 63.26 | 115.45 | 219.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 2 | 41 | 0 | 0.99 | 0.79 | 0.25 | 347.68 | 0.98 | 0.38 |
| Hex | C0 | 2 | 29 | 0 | 63 | 4F | 19 | 15C | 62 | 26 |
| Octal | 300 | 2 | 51 | 0 | 143 | 117 | 31 | 534 | 142 | 46 |
| Binary | 11000000 | 10 | 101001 | 0 | 1100011 | 1001111 | 11001 | 101011100 | 1100010 | 100110 |
Color Harmonies of #C00229
Complementary color
Monochromatic Colors of #C00229
Black with #C00229
Text Example
Text Example
White with #C00229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00229; }
p { color: rgb(192,2,41); }
H1.HeaderClassName
{
color: #C00229;
}
.AnyTagClassName
{
color: #C00229;
}
</style>
background-color css
<style>
a { background-color: #C00229; }
a { background-color: rgb(192,2,41); }
div.DivClassName
{
background-color: #C00229;
}
.BgClassName
{
background-color: #C00229;
}
</style>
border-color css
<style>
span { border-color: #C00229; }
span { border-color: rgb(192,2,41); }
td.TdClassName
{
border-color: #C00229;
}
.TagClassName
{
border-color: #C00229;
}
</style>