Shades of Venetian Red #C00022
Tints of Venetian Red #C00022
RGB
CMYK
RGB Variations
Color information
#C00022 (or 0xC00022) is known color: Venetian Red. HEX triplet: C0, 00 and 22. RGB value is (192,0,34). Sum of RGB (Red+Green+Blue) = 192+0+34=226 (29% of max value = 765). Red value is 192 (75.39% from 255 or 84.96% from 226); Green value is 0 (0.39% from 255 or 0% from 226); Blue value is 34 (13.67% from 255 or 15.04% from 226); Max value from RGB is 192 - color contains mainly: red. Hex color #C00022 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00022 is #3FFFDD. Grayscale: #3D3D3D. Windows color (decimal): -4194270 or 2228416. OLE color: 2228416.
HSL color Cylindrical-coordinate representation of color #C00022: hue angle of 349.38º 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 #C00022 is Cyan = 0, Magento = 1, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 0 | 34 | - |
| CMYK | 0 | 1 | 0.82 | 0.25 |
| HSL | 349.38º | 1% | 0.38% | - |
| HSV(B) | 349.38º | 1% | 0.75% | - |
| XYZ | 22.03 | 11.32 | 2.54 | - |
| YUV | 61.28 | 112.61 | 221.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 0 | 34 | 0 | 1 | 0.82 | 0.25 | 349.38 | 1 | 0.38 |
| Hex | C0 | 0 | 22 | 0 | 64 | 52 | 19 | 15D | 64 | 26 |
| Octal | 300 | 0 | 42 | 0 | 144 | 122 | 31 | 535 | 144 | 46 |
| Binary | 11000000 | 0 | 100010 | 0 | 1100100 | 1010010 | 11001 | 101011101 | 1100100 | 100110 |
Color Harmonies of #C00022
Complementary color
Monochromatic Colors of #C00022
Black with #C00022
Text Example
Text Example
White with #C00022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00022; }
p { color: rgb(192,0,34); }
H1.HeaderClassName
{
color: #C00022;
}
.AnyTagClassName
{
color: #C00022;
}
</style>
background-color css
<style>
a { background-color: #C00022; }
a { background-color: rgb(192,0,34); }
div.DivClassName
{
background-color: #C00022;
}
.BgClassName
{
background-color: #C00022;
}
</style>
border-color css
<style>
span { border-color: #C00022; }
span { border-color: rgb(192,0,34); }
td.TdClassName
{
border-color: #C00022;
}
.TagClassName
{
border-color: #C00022;
}
</style>