Shades of Venetian Red #C30017
Tints of Venetian Red #C30017
RGB
CMYK
RGB Variations
Color information
#C30017 (or 0xC30017) is known color: Venetian Red. HEX triplet: C3, 00 and 17. RGB value is (195,0,23). Sum of RGB (Red+Green+Blue) = 195+0+23=218 (28% of max value = 765). Red value is 195 (76.56% from 255 or 89.45% from 218); Green value is 0 (0.39% from 255 or 0% from 218); Blue value is 23 (9.38% from 255 or 10.55% from 218); Max value from RGB is 195 - color contains mainly: red. Hex color #C30017 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30017 is #3CFFE8. Grayscale: #3D3D3D. Windows color (decimal): -3997673 or 1507523. OLE color: 1507523.
HSL color Cylindrical-coordinate representation of color #C30017: hue angle of 352.92º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C30017 is Cyan = 0, Magento = 1, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 0 | 23 | - |
| CMYK | 0 | 1 | 0.88 | 0.24 |
| HSL | 352.92º | 1% | 0.38% | - |
| HSV(B) | 352.92º | 1% | 0.76% | - |
| XYZ | 22.66 | 11.66 | 1.87 | - |
| YUV | 60.93 | 106.6 | 223.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 0 | 23 | 0 | 1 | 0.88 | 0.24 | 352.92 | 1 | 0.38 |
| Hex | C3 | 0 | 17 | 0 | 64 | 58 | 18 | 161 | 64 | 26 |
| Octal | 303 | 0 | 27 | 0 | 144 | 130 | 30 | 541 | 144 | 46 |
| Binary | 11000011 | 0 | 10111 | 0 | 1100100 | 1011000 | 11000 | 101100001 | 1100100 | 100110 |
Color Harmonies of #C30017
Complementary color
Monochromatic Colors of #C30017
Black with #C30017
Text Example
Text Example
White with #C30017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30017; }
p { color: rgb(195,0,23); }
H1.HeaderClassName
{
color: #C30017;
}
.AnyTagClassName
{
color: #C30017;
}
</style>
background-color css
<style>
a { background-color: #C30017; }
a { background-color: rgb(195,0,23); }
div.DivClassName
{
background-color: #C30017;
}
.BgClassName
{
background-color: #C30017;
}
</style>
border-color css
<style>
span { border-color: #C30017; }
span { border-color: rgb(195,0,23); }
td.TdClassName
{
border-color: #C30017;
}
.TagClassName
{
border-color: #C30017;
}
</style>