Shades of Venetian Red #C0030D
Tints of Venetian Red #C0030D
RGB
CMYK
RGB Variations
Color information
#C0030D (or 0xC0030D) is known color: Venetian Red. HEX triplet: C0, 03 and 0D. RGB value is (192,3,13). Sum of RGB (Red+Green+Blue) = 192+3+13=208 (27% of max value = 765). Red value is 192 (75.39% from 255 or 92.31% from 208); Green value is 3 (1.56% from 255 or 1.44% from 208); Blue value is 13 (5.47% from 255 or 6.25% from 208); Max value from RGB is 192 - color contains mainly: red. Hex color #C0030D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C0030D is #3FFCF2. Grayscale: #3C3C3C. Windows color (decimal): -4193523 or 852928. OLE color: 852928.
HSL color Cylindrical-coordinate representation of color #C0030D: hue angle of 356.83º 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 #C0030D is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 3 | 13 | - |
| CMYK | 0 | 0.98 | 0.93 | 0.25 |
| HSL | 356.83º | 0.97% | 0.38% | - |
| HSV(B) | 356.83º | 0.98% | 0.75% | - |
| XYZ | 21.84 | 11.3 | 1.41 | - |
| YUV | 60.65 | 101.12 | 221.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 3 | 13 | 0 | 0.98 | 0.93 | 0.25 | 356.83 | 0.97 | 0.38 |
| Hex | C0 | 3 | D | 0 | 62 | 5D | 19 | 165 | 61 | 26 |
| Octal | 300 | 3 | 15 | 0 | 142 | 135 | 31 | 545 | 141 | 46 |
| Binary | 11000000 | 11 | 1101 | 0 | 1100010 | 1011101 | 11001 | 101100101 | 1100001 | 100110 |
Color Harmonies of #C0030D
Complementary color
Monochromatic Colors of #C0030D
Black with #C0030D
Text Example
Text Example
White with #C0030D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0030D; }
p { color: rgb(192,3,13); }
H1.HeaderClassName
{
color: #C0030D;
}
.AnyTagClassName
{
color: #C0030D;
}
</style>
background-color css
<style>
a { background-color: #C0030D; }
a { background-color: rgb(192,3,13); }
div.DivClassName
{
background-color: #C0030D;
}
.BgClassName
{
background-color: #C0030D;
}
</style>
border-color css
<style>
span { border-color: #C0030D; }
span { border-color: rgb(192,3,13); }
td.TdClassName
{
border-color: #C0030D;
}
.TagClassName
{
border-color: #C0030D;
}
</style>