Shades of Venetian Red #C60319
Tints of Venetian Red #C60319
RGB
CMYK
RGB Variations
Color information
#C60319 (or 0xC60319) is known color: Venetian Red. HEX triplet: C6, 03 and 19. RGB value is (198,3,25). Sum of RGB (Red+Green+Blue) = 198+3+25=226 (29% of max value = 765). Red value is 198 (77.73% from 255 or 87.61% from 226); Green value is 3 (1.56% from 255 or 1.33% from 226); Blue value is 25 (10.16% from 255 or 11.06% from 226); Max value from RGB is 198 - color contains mainly: red. Hex color #C60319 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C60319 is #39FCE6. Grayscale: #3F3F3F. Windows color (decimal): -3800295 or 1639366. OLE color: 1639366.
HSL color Cylindrical-coordinate representation of color #C60319: hue angle of 353.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 #C60319 is Cyan = 0, Magento = 0.98, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 3 | 25 | - |
| CMYK | 0 | 0.98 | 0.87 | 0.22 |
| HSL | 353.23º | 0.97% | 0.39% | - |
| HSV(B) | 353.23º | 0.98% | 0.78% | - |
| XYZ | 23.5 | 12.14 | 2.02 | - |
| YUV | 63.81 | 106.1 | 223.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 3 | 25 | 0 | 0.98 | 0.87 | 0.22 | 353.23 | 0.97 | 0.39 |
| Hex | C6 | 3 | 19 | 0 | 62 | 57 | 16 | 161 | 61 | 27 |
| Octal | 306 | 3 | 31 | 0 | 142 | 127 | 26 | 541 | 141 | 47 |
| Binary | 11000110 | 11 | 11001 | 0 | 1100010 | 1010111 | 10110 | 101100001 | 1100001 | 100111 |
Color Harmonies of #C60319
Complementary color
Monochromatic Colors of #C60319
Black with #C60319
Text Example
Text Example
White with #C60319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60319; }
p { color: rgb(198,3,25); }
H1.HeaderClassName
{
color: #C60319;
}
.AnyTagClassName
{
color: #C60319;
}
</style>
background-color css
<style>
a { background-color: #C60319; }
a { background-color: rgb(198,3,25); }
div.DivClassName
{
background-color: #C60319;
}
.BgClassName
{
background-color: #C60319;
}
</style>
border-color css
<style>
span { border-color: #C60319; }
span { border-color: rgb(198,3,25); }
td.TdClassName
{
border-color: #C60319;
}
.TagClassName
{
border-color: #C60319;
}
</style>