Shades of Venetian Red #C00728
Tints of Venetian Red #C00728
RGB
CMYK
RGB Variations
Color information
#C00728 (or 0xC00728) is known color: Venetian Red. HEX triplet: C0, 07 and 28. RGB value is (192,7,40). Sum of RGB (Red+Green+Blue) = 192+7+40=239 (31% of max value = 765). Red value is 192 (75.39% from 255 or 80.33% from 239); Green value is 7 (3.12% from 255 or 2.93% from 239); Blue value is 40 (16.02% from 255 or 16.74% from 239); Max value from RGB is 192 - color contains mainly: red. Hex color #C00728 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00728 is #3FF8D7. Grayscale: #424242. Windows color (decimal): -4192472 or 2623424. OLE color: 2623424.
HSL color Cylindrical-coordinate representation of color #C00728: hue angle of 349.3º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C00728 is Cyan = 0, Magento = 0.96, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 7 | 40 | - |
| CMYK | 0 | 0.96 | 0.79 | 0.25 |
| HSL | 349.3º | 0.93% | 0.39% | - |
| HSV(B) | 349.3º | 0.96% | 0.75% | - |
| XYZ | 22.2 | 11.51 | 3.06 | - |
| YUV | 66.08 | 113.29 | 217.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 7 | 40 | 0 | 0.96 | 0.79 | 0.25 | 349.3 | 0.93 | 0.39 |
| Hex | C0 | 7 | 28 | 0 | 60 | 4F | 19 | 15D | 5D | 27 |
| Octal | 300 | 7 | 50 | 0 | 140 | 117 | 31 | 535 | 135 | 47 |
| Binary | 11000000 | 111 | 101000 | 0 | 1100000 | 1001111 | 11001 | 101011101 | 1011101 | 100111 |
Color Harmonies of #C00728
Complementary color
Monochromatic Colors of #C00728
Black with #C00728
Text Example
Text Example
White with #C00728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00728; }
p { color: rgb(192,7,40); }
H1.HeaderClassName
{
color: #C00728;
}
.AnyTagClassName
{
color: #C00728;
}
</style>
background-color css
<style>
a { background-color: #C00728; }
a { background-color: rgb(192,7,40); }
div.DivClassName
{
background-color: #C00728;
}
.BgClassName
{
background-color: #C00728;
}
</style>
border-color css
<style>
span { border-color: #C00728; }
span { border-color: rgb(192,7,40); }
td.TdClassName
{
border-color: #C00728;
}
.TagClassName
{
border-color: #C00728;
}
</style>