Shades of Venetian Red #C00320
Tints of Venetian Red #C00320
RGB
CMYK
RGB Variations
Color information
#C00320 (or 0xC00320) is known color: Venetian Red. HEX triplet: C0, 03 and 20. RGB value is (192,3,32). Sum of RGB (Red+Green+Blue) = 192+3+32=227 (30% of max value = 765). Red value is 192 (75.39% from 255 or 84.58% from 227); Green value is 3 (1.56% from 255 or 1.32% from 227); Blue value is 32 (12.89% from 255 or 14.10% from 227); Max value from RGB is 192 - color contains mainly: red. Hex color #C00320 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00320 is #3FFCDF. Grayscale: #3E3E3E. Windows color (decimal): -4193504 or 2098112. OLE color: 2098112.
HSL color Cylindrical-coordinate representation of color #C00320: hue angle of 350.79º degrees, saturation: 0.97, 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 #C00320 is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 3 | 32 | - |
| CMYK | 0 | 0.98 | 0.83 | 0.25 |
| HSL | 350.79º | 0.97% | 0.38% | - |
| HSV(B) | 350.79º | 0.98% | 0.75% | - |
| XYZ | 22.03 | 11.38 | 2.4 | - |
| YUV | 62.82 | 110.62 | 220.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 3 | 32 | 0 | 0.98 | 0.83 | 0.25 | 350.79 | 0.97 | 0.38 |
| Hex | C0 | 3 | 20 | 0 | 62 | 53 | 19 | 15F | 61 | 26 |
| Octal | 300 | 3 | 40 | 0 | 142 | 123 | 31 | 537 | 141 | 46 |
| Binary | 11000000 | 11 | 100000 | 0 | 1100010 | 1010011 | 11001 | 101011111 | 1100001 | 100110 |
Color Harmonies of #C00320
Complementary color
Monochromatic Colors of #C00320
Black with #C00320
Text Example
Text Example
White with #C00320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00320; }
p { color: rgb(192,3,32); }
H1.HeaderClassName
{
color: #C00320;
}
.AnyTagClassName
{
color: #C00320;
}
</style>
background-color css
<style>
a { background-color: #C00320; }
a { background-color: rgb(192,3,32); }
div.DivClassName
{
background-color: #C00320;
}
.BgClassName
{
background-color: #C00320;
}
</style>
border-color css
<style>
span { border-color: #C00320; }
span { border-color: rgb(192,3,32); }
td.TdClassName
{
border-color: #C00320;
}
.TagClassName
{
border-color: #C00320;
}
</style>