Shades of Venetian Red #C20028
Tints of Venetian Red #C20028
RGB
CMYK
RGB Variations
Color information
#C20028 (or 0xC20028) is known color: Venetian Red. HEX triplet: C2, 00 and 28. RGB value is (194,0,40). Sum of RGB (Red+Green+Blue) = 194+0+40=234 (30% of max value = 765). Red value is 194 (76.17% from 255 or 82.91% from 234); Green value is 0 (0.39% from 255 or 0% from 234); Blue value is 40 (16.02% from 255 or 17.09% from 234); Max value from RGB is 194 - color contains mainly: red. Hex color #C20028 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20028 is #3DFFD7. Grayscale: #3E3E3E. Windows color (decimal): -4063192 or 2621634. OLE color: 2621634.
HSL color Cylindrical-coordinate representation of color #C20028: hue angle of 347.63º 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 #C20028 is Cyan = 0, Magento = 1, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 0 | 40 | - |
| CMYK | 0 | 1 | 0.79 | 0.24 |
| HSL | 347.63º | 1% | 0.38% | - |
| HSV(B) | 347.63º | 1% | 0.76% | - |
| XYZ | 22.63 | 11.62 | 3.06 | - |
| YUV | 62.57 | 115.27 | 221.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 0 | 40 | 0 | 1 | 0.79 | 0.24 | 347.63 | 1 | 0.38 |
| Hex | C2 | 0 | 28 | 0 | 64 | 4F | 18 | 15C | 64 | 26 |
| Octal | 302 | 0 | 50 | 0 | 144 | 117 | 30 | 534 | 144 | 46 |
| Binary | 11000010 | 0 | 101000 | 0 | 1100100 | 1001111 | 11000 | 101011100 | 1100100 | 100110 |
Color Harmonies of #C20028
Complementary color
Monochromatic Colors of #C20028
Black with #C20028
Text Example
Text Example
White with #C20028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20028; }
p { color: rgb(194,0,40); }
H1.HeaderClassName
{
color: #C20028;
}
.AnyTagClassName
{
color: #C20028;
}
</style>
background-color css
<style>
a { background-color: #C20028; }
a { background-color: rgb(194,0,40); }
div.DivClassName
{
background-color: #C20028;
}
.BgClassName
{
background-color: #C20028;
}
</style>
border-color css
<style>
span { border-color: #C20028; }
span { border-color: rgb(194,0,40); }
td.TdClassName
{
border-color: #C20028;
}
.TagClassName
{
border-color: #C20028;
}
</style>