Shades of Venetian Red #C60326
Tints of Venetian Red #C60326
RGB
CMYK
RGB Variations
Color information
#C60326 (or 0xC60326) is known color: Venetian Red. HEX triplet: C6, 03 and 26. RGB value is (198,3,38). Sum of RGB (Red+Green+Blue) = 198+3+38=239 (31% of max value = 765). Red value is 198 (77.73% from 255 or 82.85% from 239); Green value is 3 (1.56% from 255 or 1.26% from 239); Blue value is 38 (15.23% from 255 or 15.90% from 239); Max value from RGB is 198 - color contains mainly: red. Hex color #C60326 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60326 is #39FCD9. Grayscale: #414141. Windows color (decimal): -3800282 or 2491334. OLE color: 2491334.
HSL color Cylindrical-coordinate representation of color #C60326: hue angle of 349.23º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C60326 is Cyan = 0, Magento = 0.98, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 3 | 38 | - |
| CMYK | 0 | 0.98 | 0.81 | 0.22 |
| HSL | 349.23º | 0.97% | 0.39% | - |
| HSV(B) | 349.23º | 0.98% | 0.78% | - |
| XYZ | 23.67 | 12.21 | 2.94 | - |
| YUV | 65.3 | 112.6 | 222.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 3 | 38 | 0 | 0.98 | 0.81 | 0.22 | 349.23 | 0.97 | 0.39 |
| Hex | C6 | 3 | 26 | 0 | 62 | 51 | 16 | 15D | 61 | 27 |
| Octal | 306 | 3 | 46 | 0 | 142 | 121 | 26 | 535 | 141 | 47 |
| Binary | 11000110 | 11 | 100110 | 0 | 1100010 | 1010001 | 10110 | 101011101 | 1100001 | 100111 |
Color Harmonies of #C60326
Complementary color
Monochromatic Colors of #C60326
Black with #C60326
Text Example
Text Example
White with #C60326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60326; }
p { color: rgb(198,3,38); }
H1.HeaderClassName
{
color: #C60326;
}
.AnyTagClassName
{
color: #C60326;
}
</style>
background-color css
<style>
a { background-color: #C60326; }
a { background-color: rgb(198,3,38); }
div.DivClassName
{
background-color: #C60326;
}
.BgClassName
{
background-color: #C60326;
}
</style>
border-color css
<style>
span { border-color: #C60326; }
span { border-color: rgb(198,3,38); }
td.TdClassName
{
border-color: #C60326;
}
.TagClassName
{
border-color: #C60326;
}
</style>