Shades of Venetian Red #C60626
Tints of Venetian Red #C60626
RGB
CMYK
RGB Variations
Color information
#C60626 (or 0xC60626) is known color: Venetian Red. HEX triplet: C6, 06 and 26. RGB value is (198,6,38). Sum of RGB (Red+Green+Blue) = 198+6+38=242 (32% of max value = 765). Red value is 198 (77.73% from 255 or 81.82% from 242); Green value is 6 (2.73% from 255 or 2.48% from 242); Blue value is 38 (15.23% from 255 or 15.70% from 242); Max value from RGB is 198 - color contains mainly: red. Hex color #C60626 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60626 is #39F9D9. Grayscale: #434343. Windows color (decimal): -3799514 or 2492102. OLE color: 2492102.
HSL color Cylindrical-coordinate representation of color #C60626: hue angle of 350º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C60626 is Cyan = 0, Magento = 0.97, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 6 | 38 | - |
| CMYK | 0 | 0.97 | 0.81 | 0.22 |
| HSL | 350º | 0.94% | 0.4% | - |
| HSV(B) | 350º | 0.97% | 0.78% | - |
| XYZ | 23.7 | 12.28 | 2.95 | - |
| YUV | 67.06 | 111.61 | 221.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 6 | 38 | 0 | 0.97 | 0.81 | 0.22 | 350 | 0.94 | 0.4 |
| Hex | C6 | 6 | 26 | 0 | 61 | 51 | 16 | 15E | 5E | 28 |
| Octal | 306 | 6 | 46 | 0 | 141 | 121 | 26 | 536 | 136 | 50 |
| Binary | 11000110 | 110 | 100110 | 0 | 1100001 | 1010001 | 10110 | 101011110 | 1011110 | 101000 |
Color Harmonies of #C60626
Complementary color
Monochromatic Colors of #C60626
Black with #C60626
Text Example
Text Example
White with #C60626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60626; }
p { color: rgb(198,6,38); }
H1.HeaderClassName
{
color: #C60626;
}
.AnyTagClassName
{
color: #C60626;
}
</style>
background-color css
<style>
a { background-color: #C60626; }
a { background-color: rgb(198,6,38); }
div.DivClassName
{
background-color: #C60626;
}
.BgClassName
{
background-color: #C60626;
}
</style>
border-color css
<style>
span { border-color: #C60626; }
span { border-color: rgb(198,6,38); }
td.TdClassName
{
border-color: #C60626;
}
.TagClassName
{
border-color: #C60626;
}
</style>