Shades of Venetian Red #C00614
Tints of Venetian Red #C00614
RGB
CMYK
RGB Variations
Color information
#C00614 (or 0xC00614) is known color: Venetian Red. HEX triplet: C0, 06 and 14. RGB value is (192,6,20). Sum of RGB (Red+Green+Blue) = 192+6+20=218 (28% of max value = 765). Red value is 192 (75.39% from 255 or 88.07% from 218); Green value is 6 (2.73% from 255 or 2.75% from 218); Blue value is 20 (8.20% from 255 or 9.17% from 218); Max value from RGB is 192 - color contains mainly: red. Hex color #C00614 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C00614 is #3FF9EB. Grayscale: #3F3F3F. Windows color (decimal): -4192748 or 1312448. OLE color: 1312448.
HSL color Cylindrical-coordinate representation of color #C00614: hue angle of 355.48º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C00614 is Cyan = 0, Magento = 0.97, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 6 | 20 | - |
| CMYK | 0 | 0.97 | 0.90 | 0.25 |
| HSL | 355.48º | 0.94% | 0.39% | - |
| HSV(B) | 355.48º | 0.97% | 0.75% | - |
| XYZ | 21.93 | 11.39 | 1.7 | - |
| YUV | 63.21 | 103.62 | 219.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 6 | 20 | 0 | 0.97 | 0.90 | 0.25 | 355.48 | 0.94 | 0.39 |
| Hex | C0 | 6 | 14 | 0 | 61 | 5A | 19 | 163 | 5E | 27 |
| Octal | 300 | 6 | 24 | 0 | 141 | 132 | 31 | 543 | 136 | 47 |
| Binary | 11000000 | 110 | 10100 | 0 | 1100001 | 1011010 | 11001 | 101100011 | 1011110 | 100111 |
Color Harmonies of #C00614
Complementary color
Monochromatic Colors of #C00614
Black with #C00614
Text Example
Text Example
White with #C00614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00614; }
p { color: rgb(192,6,20); }
H1.HeaderClassName
{
color: #C00614;
}
.AnyTagClassName
{
color: #C00614;
}
</style>
background-color css
<style>
a { background-color: #C00614; }
a { background-color: rgb(192,6,20); }
div.DivClassName
{
background-color: #C00614;
}
.BgClassName
{
background-color: #C00614;
}
</style>
border-color css
<style>
span { border-color: #C00614; }
span { border-color: rgb(192,6,20); }
td.TdClassName
{
border-color: #C00614;
}
.TagClassName
{
border-color: #C00614;
}
</style>