Shades of Venetian Red #C60328
Tints of Venetian Red #C60328
RGB
CMYK
RGB Variations
Color information
#C60328 (or 0xC60328) is known color: Venetian Red. HEX triplet: C6, 03 and 28. RGB value is (198,3,40). Sum of RGB (Red+Green+Blue) = 198+3+40=241 (31% of max value = 765). Red value is 198 (77.73% from 255 or 82.16% from 241); Green value is 3 (1.56% from 255 or 1.24% from 241); Blue value is 40 (16.02% from 255 or 16.60% from 241); Max value from RGB is 198 - color contains mainly: red. Hex color #C60328 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60328 is #39FCD7. Grayscale: #414141. Windows color (decimal): -3800280 or 2622406. OLE color: 2622406.
HSL color Cylindrical-coordinate representation of color #C60328: hue angle of 348.62º 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 #C60328 is Cyan = 0, Magento = 0.98, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 3 | 40 | - |
| CMYK | 0 | 0.98 | 0.80 | 0.22 |
| HSL | 348.62º | 0.97% | 0.39% | - |
| HSV(B) | 348.62º | 0.98% | 0.78% | - |
| XYZ | 23.7 | 12.22 | 3.12 | - |
| YUV | 65.52 | 113.6 | 222.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 3 | 40 | 0 | 0.98 | 0.80 | 0.22 | 348.62 | 0.97 | 0.39 |
| Hex | C6 | 3 | 28 | 0 | 62 | 50 | 16 | 15D | 61 | 27 |
| Octal | 306 | 3 | 50 | 0 | 142 | 120 | 26 | 535 | 141 | 47 |
| Binary | 11000110 | 11 | 101000 | 0 | 1100010 | 1010000 | 10110 | 101011101 | 1100001 | 100111 |
Color Harmonies of #C60328
Complementary color
Monochromatic Colors of #C60328
Black with #C60328
Text Example
Text Example
White with #C60328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60328; }
p { color: rgb(198,3,40); }
H1.HeaderClassName
{
color: #C60328;
}
.AnyTagClassName
{
color: #C60328;
}
</style>
background-color css
<style>
a { background-color: #C60328; }
a { background-color: rgb(198,3,40); }
div.DivClassName
{
background-color: #C60328;
}
.BgClassName
{
background-color: #C60328;
}
</style>
border-color css
<style>
span { border-color: #C60328; }
span { border-color: rgb(198,3,40); }
td.TdClassName
{
border-color: #C60328;
}
.TagClassName
{
border-color: #C60328;
}
</style>