Shades of Venetian Red #C60823
Tints of Venetian Red #C60823
RGB
CMYK
RGB Variations
Color information
#C60823 (or 0xC60823) is known color: Venetian Red. HEX triplet: C6, 08 and 23. RGB value is (198,8,35). Sum of RGB (Red+Green+Blue) = 198+8+35=241 (31% of max value = 765). Red value is 198 (77.73% from 255 or 82.16% from 241); Green value is 8 (3.52% from 255 or 3.32% from 241); Blue value is 35 (14.06% from 255 or 14.52% from 241); Max value from RGB is 198 - color contains mainly: red. Hex color #C60823 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60823 is #39F7DC. Grayscale: #434343. Windows color (decimal): -3799005 or 2296006. OLE color: 2296006.
HSL color Cylindrical-coordinate representation of color #C60823: hue angle of 351.47º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C60823 is Cyan = 0, Magento = 0.96, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 8 | 35 | - |
| CMYK | 0 | 0.96 | 0.82 | 0.22 |
| HSL | 351.47º | 0.92% | 0.4% | - |
| HSV(B) | 351.47º | 0.96% | 0.78% | - |
| XYZ | 23.68 | 12.3 | 2.72 | - |
| YUV | 67.89 | 109.45 | 220.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 8 | 35 | 0 | 0.96 | 0.82 | 0.22 | 351.47 | 0.92 | 0.4 |
| Hex | C6 | 8 | 23 | 0 | 60 | 52 | 16 | 15F | 5C | 28 |
| Octal | 306 | 10 | 43 | 0 | 140 | 122 | 26 | 537 | 134 | 50 |
| Binary | 11000110 | 1000 | 100011 | 0 | 1100000 | 1010010 | 10110 | 101011111 | 1011100 | 101000 |
Color Harmonies of #C60823
Complementary color
Monochromatic Colors of #C60823
Black with #C60823
Text Example
Text Example
White with #C60823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60823; }
p { color: rgb(198,8,35); }
H1.HeaderClassName
{
color: #C60823;
}
.AnyTagClassName
{
color: #C60823;
}
</style>
background-color css
<style>
a { background-color: #C60823; }
a { background-color: rgb(198,8,35); }
div.DivClassName
{
background-color: #C60823;
}
.BgClassName
{
background-color: #C60823;
}
</style>
border-color css
<style>
span { border-color: #C60823; }
span { border-color: rgb(198,8,35); }
td.TdClassName
{
border-color: #C60823;
}
.TagClassName
{
border-color: #C60823;
}
</style>