Shades of Venetian Red #C00827
Tints of Venetian Red #C00827
RGB
CMYK
RGB Variations
Color information
#C00827 (or 0xC00827) is known color: Venetian Red. HEX triplet: C0, 08 and 27. RGB value is (192,8,39). Sum of RGB (Red+Green+Blue) = 192+8+39=239 (31% of max value = 765). Red value is 192 (75.39% from 255 or 80.33% from 239); Green value is 8 (3.52% from 255 or 3.35% from 239); Blue value is 39 (15.62% from 255 or 16.32% from 239); Max value from RGB is 192 - color contains mainly: red. Hex color #C00827 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00827 is #3FF7D8. Grayscale: #424242. Windows color (decimal): -4192217 or 2558144. OLE color: 2558144.
HSL color Cylindrical-coordinate representation of color #C00827: hue angle of 349.89º degrees, saturation: 0.92, 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 #C00827 is Cyan = 0, Magento = 0.96, Yellow = 0.80 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 8 | 39 | - |
| CMYK | 0 | 0.96 | 0.80 | 0.25 |
| HSL | 349.89º | 0.92% | 0.39% | - |
| HSV(B) | 349.89º | 0.96% | 0.75% | - |
| XYZ | 22.19 | 11.53 | 2.97 | - |
| YUV | 66.55 | 112.46 | 217.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 8 | 39 | 0 | 0.96 | 0.80 | 0.25 | 349.89 | 0.92 | 0.39 |
| Hex | C0 | 8 | 27 | 0 | 60 | 50 | 19 | 15E | 5C | 27 |
| Octal | 300 | 10 | 47 | 0 | 140 | 120 | 31 | 536 | 134 | 47 |
| Binary | 11000000 | 1000 | 100111 | 0 | 1100000 | 1010000 | 11001 | 101011110 | 1011100 | 100111 |
Color Harmonies of #C00827
Complementary color
Monochromatic Colors of #C00827
Black with #C00827
Text Example
Text Example
White with #C00827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00827; }
p { color: rgb(192,8,39); }
H1.HeaderClassName
{
color: #C00827;
}
.AnyTagClassName
{
color: #C00827;
}
</style>
background-color css
<style>
a { background-color: #C00827; }
a { background-color: rgb(192,8,39); }
div.DivClassName
{
background-color: #C00827;
}
.BgClassName
{
background-color: #C00827;
}
</style>
border-color css
<style>
span { border-color: #C00827; }
span { border-color: rgb(192,8,39); }
td.TdClassName
{
border-color: #C00827;
}
.TagClassName
{
border-color: #C00827;
}
</style>