Shades of Venetian Red #C00727
Tints of Venetian Red #C00727
RGB
CMYK
RGB Variations
Color information
#C00727 (or 0xC00727) is known color: Venetian Red. HEX triplet: C0, 07 and 27. RGB value is (192,7,39). Sum of RGB (Red+Green+Blue) = 192+7+39=238 (31% of max value = 765). Red value is 192 (75.39% from 255 or 80.67% from 238); Green value is 7 (3.12% from 255 or 2.94% from 238); Blue value is 39 (15.62% from 255 or 16.39% from 238); Max value from RGB is 192 - color contains mainly: red. Hex color #C00727 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00727 is #3FF8D8. Grayscale: #424242. Windows color (decimal): -4192473 or 2557888. OLE color: 2557888.
HSL color Cylindrical-coordinate representation of color #C00727: hue angle of 349.62º 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 #C00727 is Cyan = 0, Magento = 0.96, Yellow = 0.80 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 7 | 39 | - |
| CMYK | 0 | 0.96 | 0.80 | 0.25 |
| HSL | 349.62º | 0.93% | 0.39% | - |
| HSV(B) | 349.62º | 0.96% | 0.75% | - |
| XYZ | 22.18 | 11.5 | 2.97 | - |
| YUV | 65.96 | 112.79 | 217.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 7 | 39 | 0 | 0.96 | 0.80 | 0.25 | 349.62 | 0.93 | 0.39 |
| Hex | C0 | 7 | 27 | 0 | 60 | 50 | 19 | 15E | 5D | 27 |
| Octal | 300 | 7 | 47 | 0 | 140 | 120 | 31 | 536 | 135 | 47 |
| Binary | 11000000 | 111 | 100111 | 0 | 1100000 | 1010000 | 11001 | 101011110 | 1011101 | 100111 |
Color Harmonies of #C00727
Complementary color
Monochromatic Colors of #C00727
Black with #C00727
Text Example
Text Example
White with #C00727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00727; }
p { color: rgb(192,7,39); }
H1.HeaderClassName
{
color: #C00727;
}
.AnyTagClassName
{
color: #C00727;
}
</style>
background-color css
<style>
a { background-color: #C00727; }
a { background-color: rgb(192,7,39); }
div.DivClassName
{
background-color: #C00727;
}
.BgClassName
{
background-color: #C00727;
}
</style>
border-color css
<style>
span { border-color: #C00727; }
span { border-color: rgb(192,7,39); }
td.TdClassName
{
border-color: #C00727;
}
.TagClassName
{
border-color: #C00727;
}
</style>