Shades of Venetian Red #C21017
Tints of Venetian Red #C21017
RGB
CMYK
RGB Variations
Color information
#C21017 (or 0xC21017) is known color: Venetian Red. HEX triplet: C2, 10 and 17. RGB value is (194,16,23). Sum of RGB (Red+Green+Blue) = 194+16+23=233 (30% of max value = 765). Red value is 194 (76.17% from 255 or 83.26% from 233); Green value is 16 (6.64% from 255 or 6.87% from 233); Blue value is 23 (9.38% from 255 or 9.87% from 233); Max value from RGB is 194 - color contains mainly: red. Hex color #C21017 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C21017 is #3DEFE8. Grayscale: #464646. Windows color (decimal): -4059113 or 1511618. OLE color: 1511618.
HSL color Cylindrical-coordinate representation of color #C21017: hue angle of 357.64º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C21017 is Cyan = 0, Magento = 0.92, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 16 | 23 | - |
| CMYK | 0 | 0.92 | 0.88 | 0.24 |
| HSL | 357.64º | 0.85% | 0.41% | - |
| HSV(B) | 357.64º | 0.92% | 0.76% | - |
| XYZ | 22.59 | 11.9 | 1.92 | - |
| YUV | 70.02 | 101.47 | 216.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 16 | 23 | 0 | 0.92 | 0.88 | 0.24 | 357.64 | 0.85 | 0.41 |
| Hex | C2 | 10 | 17 | 0 | 5C | 58 | 18 | 166 | 55 | 29 |
| Octal | 302 | 20 | 27 | 0 | 134 | 130 | 30 | 546 | 125 | 51 |
| Binary | 11000010 | 10000 | 10111 | 0 | 1011100 | 1011000 | 11000 | 101100110 | 1010101 | 101001 |
Color Harmonies of #C21017
Complementary color
Monochromatic Colors of #C21017
Black with #C21017
Text Example
Text Example
White with #C21017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21017; }
p { color: rgb(194,16,23); }
H1.HeaderClassName
{
color: #C21017;
}
.AnyTagClassName
{
color: #C21017;
}
</style>
background-color css
<style>
a { background-color: #C21017; }
a { background-color: rgb(194,16,23); }
div.DivClassName
{
background-color: #C21017;
}
.BgClassName
{
background-color: #C21017;
}
</style>
border-color css
<style>
span { border-color: #C21017; }
span { border-color: rgb(194,16,23); }
td.TdClassName
{
border-color: #C21017;
}
.TagClassName
{
border-color: #C21017;
}
</style>