Shades of Venetian Red #C00017
Tints of Venetian Red #C00017
RGB
CMYK
RGB Variations
Color information
#C00017 (or 0xC00017) is known color: Venetian Red. HEX triplet: C0, 00 and 17. RGB value is (192,0,23). Sum of RGB (Red+Green+Blue) = 192+0+23=215 (28% of max value = 765). Red value is 192 (75.39% from 255 or 89.30% from 215); Green value is 0 (0.39% from 255 or 0% from 215); Blue value is 23 (9.38% from 255 or 10.70% from 215); Max value from RGB is 192 - color contains mainly: red. Hex color #C00017 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C00017 is #3FFFE8. Grayscale: #3C3C3C. Windows color (decimal): -4194281 or 1507520. OLE color: 1507520.
HSL color Cylindrical-coordinate representation of color #C00017: hue angle of 352.81º 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 #C00017 is Cyan = 0, Magento = 1, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 0 | 23 | - |
| CMYK | 0 | 1 | 0.88 | 0.25 |
| HSL | 352.81º | 1% | 0.38% | - |
| HSV(B) | 352.81º | 1% | 0.75% | - |
| XYZ | 21.89 | 11.27 | 1.83 | - |
| YUV | 60.03 | 107.11 | 222.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 0 | 23 | 0 | 1 | 0.88 | 0.25 | 352.81 | 1 | 0.38 |
| Hex | C0 | 0 | 17 | 0 | 64 | 58 | 19 | 161 | 64 | 26 |
| Octal | 300 | 0 | 27 | 0 | 144 | 130 | 31 | 541 | 144 | 46 |
| Binary | 11000000 | 0 | 10111 | 0 | 1100100 | 1011000 | 11001 | 101100001 | 1100100 | 100110 |
Color Harmonies of #C00017
Complementary color
Monochromatic Colors of #C00017
Black with #C00017
Text Example
Text Example
White with #C00017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00017; }
p { color: rgb(192,0,23); }
H1.HeaderClassName
{
color: #C00017;
}
.AnyTagClassName
{
color: #C00017;
}
</style>
background-color css
<style>
a { background-color: #C00017; }
a { background-color: rgb(192,0,23); }
div.DivClassName
{
background-color: #C00017;
}
.BgClassName
{
background-color: #C00017;
}
</style>
border-color css
<style>
span { border-color: #C00017; }
span { border-color: rgb(192,0,23); }
td.TdClassName
{
border-color: #C00017;
}
.TagClassName
{
border-color: #C00017;
}
</style>