Shades of Venetian Red #C6020A
Tints of Venetian Red #C6020A
RGB
CMYK
RGB Variations
Color information
#C6020A (or 0xC6020A) is known color: Venetian Red. HEX triplet: C6, 02 and 0A. RGB value is (198,2,10). Sum of RGB (Red+Green+Blue) = 198+2+10=210 (27% of max value = 765). Red value is 198 (77.73% from 255 or 94.29% from 210); Green value is 2 (1.17% from 255 or 0.95% from 210); Blue value is 10 (4.30% from 255 or 4.76% from 210); Max value from RGB is 198 - color contains mainly: red. Hex color #C6020A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C6020A is #39FDF5. Grayscale: #3D3D3D. Windows color (decimal): -3800566 or 656070. OLE color: 656070.
HSL color Cylindrical-coordinate representation of color #C6020A: hue angle of 357.55º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C6020A is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 2 | 10 | - |
| CMYK | 0 | 0.99 | 0.95 | 0.22 |
| HSL | 357.55º | 0.98% | 0.39% | - |
| HSV(B) | 357.55º | 0.99% | 0.78% | - |
| XYZ | 23.37 | 12.07 | 1.39 | - |
| YUV | 61.52 | 98.93 | 225.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 2 | 10 | 0 | 0.99 | 0.95 | 0.22 | 357.55 | 0.98 | 0.39 |
| Hex | C6 | 2 | A | 0 | 63 | 5F | 16 | 166 | 62 | 27 |
| Octal | 306 | 2 | 12 | 0 | 143 | 137 | 26 | 546 | 142 | 47 |
| Binary | 11000110 | 10 | 1010 | 0 | 1100011 | 1011111 | 10110 | 101100110 | 1100010 | 100111 |
Color Harmonies of #C6020A
Complementary color
Monochromatic Colors of #C6020A
Black with #C6020A
Text Example
Text Example
White with #C6020A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6020A; }
p { color: rgb(198,2,10); }
H1.HeaderClassName
{
color: #C6020A;
}
.AnyTagClassName
{
color: #C6020A;
}
</style>
background-color css
<style>
a { background-color: #C6020A; }
a { background-color: rgb(198,2,10); }
div.DivClassName
{
background-color: #C6020A;
}
.BgClassName
{
background-color: #C6020A;
}
</style>
border-color css
<style>
span { border-color: #C6020A; }
span { border-color: rgb(198,2,10); }
td.TdClassName
{
border-color: #C6020A;
}
.TagClassName
{
border-color: #C6020A;
}
</style>