Shades of Venetian Red #C20717
Tints of Venetian Red #C20717
RGB
CMYK
RGB Variations
Color information
#C20717 (or 0xC20717) is known color: Venetian Red. HEX triplet: C2, 07 and 17. RGB value is (194,7,23). Sum of RGB (Red+Green+Blue) = 194+7+23=224 (29% of max value = 765). Red value is 194 (76.17% from 255 or 86.61% from 224); Green value is 7 (3.12% from 255 or 3.12% from 224); Blue value is 23 (9.38% from 255 or 10.27% from 224); Max value from RGB is 194 - color contains mainly: red. Hex color #C20717 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20717 is #3DF8E8. Grayscale: #404040. Windows color (decimal): -4061417 or 1509314. OLE color: 1509314.
HSL color Cylindrical-coordinate representation of color #C20717: hue angle of 354.87º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C20717 is Cyan = 0, Magento = 0.96, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 7 | 23 | - |
| CMYK | 0 | 0.96 | 0.88 | 0.24 |
| HSL | 354.87º | 0.93% | 0.39% | - |
| HSV(B) | 354.87º | 0.96% | 0.76% | - |
| XYZ | 22.48 | 11.68 | 1.88 | - |
| YUV | 64.74 | 104.45 | 220.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 7 | 23 | 0 | 0.96 | 0.88 | 0.24 | 354.87 | 0.93 | 0.39 |
| Hex | C2 | 7 | 17 | 0 | 60 | 58 | 18 | 163 | 5D | 27 |
| Octal | 302 | 7 | 27 | 0 | 140 | 130 | 30 | 543 | 135 | 47 |
| Binary | 11000010 | 111 | 10111 | 0 | 1100000 | 1011000 | 11000 | 101100011 | 1011101 | 100111 |
Color Harmonies of #C20717
Complementary color
Monochromatic Colors of #C20717
Black with #C20717
Text Example
Text Example
White with #C20717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20717; }
p { color: rgb(194,7,23); }
H1.HeaderClassName
{
color: #C20717;
}
.AnyTagClassName
{
color: #C20717;
}
</style>
background-color css
<style>
a { background-color: #C20717; }
a { background-color: rgb(194,7,23); }
div.DivClassName
{
background-color: #C20717;
}
.BgClassName
{
background-color: #C20717;
}
</style>
border-color css
<style>
span { border-color: #C20717; }
span { border-color: rgb(194,7,23); }
td.TdClassName
{
border-color: #C20717;
}
.TagClassName
{
border-color: #C20717;
}
</style>