Shades of Venetian Red #C6020F
Tints of Venetian Red #C6020F
RGB
CMYK
RGB Variations
Color information
#C6020F (or 0xC6020F) is known color: Venetian Red. HEX triplet: C6, 02 and 0F. RGB value is (198,2,15). Sum of RGB (Red+Green+Blue) = 198+2+15=215 (28% of max value = 765). Red value is 198 (77.73% from 255 or 92.09% from 215); Green value is 2 (1.17% from 255 or 0.93% from 215); Blue value is 15 (6.25% from 255 or 6.98% from 215); Max value from RGB is 198 - color contains mainly: red. Hex color #C6020F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C6020F is #39FDF0. Grayscale: #3E3E3E. Windows color (decimal): -3800561 or 983750. OLE color: 983750.
HSL color Cylindrical-coordinate representation of color #C6020F: hue angle of 356.02º 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 #C6020F is Cyan = 0, Magento = 0.99, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 2 | 15 | - |
| CMYK | 0 | 0.99 | 0.92 | 0.22 |
| HSL | 356.02º | 0.98% | 0.39% | - |
| HSV(B) | 356.02º | 0.99% | 0.78% | - |
| XYZ | 23.4 | 12.08 | 1.55 | - |
| YUV | 62.09 | 101.43 | 224.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 2 | 15 | 0 | 0.99 | 0.92 | 0.22 | 356.02 | 0.98 | 0.39 |
| Hex | C6 | 2 | F | 0 | 63 | 5C | 16 | 164 | 62 | 27 |
| Octal | 306 | 2 | 17 | 0 | 143 | 134 | 26 | 544 | 142 | 47 |
| Binary | 11000110 | 10 | 1111 | 0 | 1100011 | 1011100 | 10110 | 101100100 | 1100010 | 100111 |
Color Harmonies of #C6020F
Complementary color
Monochromatic Colors of #C6020F
Black with #C6020F
Text Example
Text Example
White with #C6020F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6020F; }
p { color: rgb(198,2,15); }
H1.HeaderClassName
{
color: #C6020F;
}
.AnyTagClassName
{
color: #C6020F;
}
</style>
background-color css
<style>
a { background-color: #C6020F; }
a { background-color: rgb(198,2,15); }
div.DivClassName
{
background-color: #C6020F;
}
.BgClassName
{
background-color: #C6020F;
}
</style>
border-color css
<style>
span { border-color: #C6020F; }
span { border-color: rgb(198,2,15); }
td.TdClassName
{
border-color: #C6020F;
}
.TagClassName
{
border-color: #C6020F;
}
</style>