Shades of Venetian Red #C6021E
Tints of Venetian Red #C6021E
RGB
CMYK
RGB Variations
Color information
#C6021E (or 0xC6021E) is known color: Venetian Red. HEX triplet: C6, 02 and 1E. RGB value is (198,2,30). Sum of RGB (Red+Green+Blue) = 198+2+30=230 (30% of max value = 765). Red value is 198 (77.73% from 255 or 86.09% from 230); Green value is 2 (1.17% from 255 or 0.87% from 230); Blue value is 30 (12.11% from 255 or 13.04% from 230); Max value from RGB is 198 - color contains mainly: red. Hex color #C6021E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6021E is #39FDE1. Grayscale: #3F3F3F. Windows color (decimal): -3800546 or 1966790. OLE color: 1966790.
HSL color Cylindrical-coordinate representation of color #C6021E: hue angle of 351.43º 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 #C6021E is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 2 | 30 | - |
| CMYK | 0 | 0.99 | 0.85 | 0.22 |
| HSL | 351.43º | 0.98% | 0.39% | - |
| HSV(B) | 351.43º | 0.99% | 0.78% | - |
| XYZ | 23.54 | 12.14 | 2.33 | - |
| YUV | 63.8 | 108.93 | 223.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 2 | 30 | 0 | 0.99 | 0.85 | 0.22 | 351.43 | 0.98 | 0.39 |
| Hex | C6 | 2 | 1E | 0 | 63 | 55 | 16 | 15F | 62 | 27 |
| Octal | 306 | 2 | 36 | 0 | 143 | 125 | 26 | 537 | 142 | 47 |
| Binary | 11000110 | 10 | 11110 | 0 | 1100011 | 1010101 | 10110 | 101011111 | 1100010 | 100111 |
Color Harmonies of #C6021E
Complementary color
Monochromatic Colors of #C6021E
Black with #C6021E
Text Example
Text Example
White with #C6021E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6021E; }
p { color: rgb(198,2,30); }
H1.HeaderClassName
{
color: #C6021E;
}
.AnyTagClassName
{
color: #C6021E;
}
</style>
background-color css
<style>
a { background-color: #C6021E; }
a { background-color: rgb(198,2,30); }
div.DivClassName
{
background-color: #C6021E;
}
.BgClassName
{
background-color: #C6021E;
}
</style>
border-color css
<style>
span { border-color: #C6021E; }
span { border-color: rgb(198,2,30); }
td.TdClassName
{
border-color: #C6021E;
}
.TagClassName
{
border-color: #C6021E;
}
</style>