Shades of Venetian Red #C0081D
Tints of Venetian Red #C0081D
RGB
CMYK
RGB Variations
Color information
#C0081D (or 0xC0081D) is known color: Venetian Red. HEX triplet: C0, 08 and 1D. RGB value is (192,8,29). Sum of RGB (Red+Green+Blue) = 192+8+29=229 (30% of max value = 765). Red value is 192 (75.39% from 255 or 83.84% from 229); Green value is 8 (3.52% from 255 or 3.49% from 229); Blue value is 29 (11.72% from 255 or 12.66% from 229); Max value from RGB is 192 - color contains mainly: red. Hex color #C0081D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0081D is #3FF7E2. Grayscale: #414141. Windows color (decimal): -4192227 or 1902784. OLE color: 1902784.
HSL color Cylindrical-coordinate representation of color #C0081D: hue angle of 353.15º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C0081D is Cyan = 0, Magento = 0.96, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 8 | 29 | - |
| CMYK | 0 | 0.96 | 0.85 | 0.25 |
| HSL | 353.15º | 0.92% | 0.39% | - |
| HSV(B) | 353.15º | 0.96% | 0.75% | - |
| XYZ | 22.05 | 11.47 | 2.21 | - |
| YUV | 65.41 | 107.46 | 218.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 8 | 29 | 0 | 0.96 | 0.85 | 0.25 | 353.15 | 0.92 | 0.39 |
| Hex | C0 | 8 | 1D | 0 | 60 | 55 | 19 | 161 | 5C | 27 |
| Octal | 300 | 10 | 35 | 0 | 140 | 125 | 31 | 541 | 134 | 47 |
| Binary | 11000000 | 1000 | 11101 | 0 | 1100000 | 1010101 | 11001 | 101100001 | 1011100 | 100111 |
Color Harmonies of #C0081D
Complementary color
Monochromatic Colors of #C0081D
Black with #C0081D
Text Example
Text Example
White with #C0081D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0081D; }
p { color: rgb(192,8,29); }
H1.HeaderClassName
{
color: #C0081D;
}
.AnyTagClassName
{
color: #C0081D;
}
</style>
background-color css
<style>
a { background-color: #C0081D; }
a { background-color: rgb(192,8,29); }
div.DivClassName
{
background-color: #C0081D;
}
.BgClassName
{
background-color: #C0081D;
}
</style>
border-color css
<style>
span { border-color: #C0081D; }
span { border-color: rgb(192,8,29); }
td.TdClassName
{
border-color: #C0081D;
}
.TagClassName
{
border-color: #C0081D;
}
</style>