Shades of Venetian Red #C6021C
Tints of Venetian Red #C6021C
RGB
CMYK
RGB Variations
Color information
#C6021C (or 0xC6021C) is known color: Venetian Red. HEX triplet: C6, 02 and 1C. RGB value is (198,2,28). Sum of RGB (Red+Green+Blue) = 198+2+28=228 (30% of max value = 765). Red value is 198 (77.73% from 255 or 86.84% from 228); Green value is 2 (1.17% from 255 or 0.88% from 228); Blue value is 28 (11.33% from 255 or 12.28% from 228); Max value from RGB is 198 - color contains mainly: red. Hex color #C6021C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6021C is #39FDE3. Grayscale: #3F3F3F. Windows color (decimal): -3800548 or 1835718. OLE color: 1835718.
HSL color Cylindrical-coordinate representation of color #C6021C: hue angle of 352.04º 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 #C6021C is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 2 | 28 | - |
| CMYK | 0 | 0.99 | 0.86 | 0.22 |
| HSL | 352.04º | 0.98% | 0.39% | - |
| HSV(B) | 352.04º | 0.99% | 0.78% | - |
| XYZ | 23.52 | 12.13 | 2.2 | - |
| YUV | 63.57 | 107.93 | 223.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 2 | 28 | 0 | 0.99 | 0.86 | 0.22 | 352.04 | 0.98 | 0.39 |
| Hex | C6 | 2 | 1C | 0 | 63 | 56 | 16 | 160 | 62 | 27 |
| Octal | 306 | 2 | 34 | 0 | 143 | 126 | 26 | 540 | 142 | 47 |
| Binary | 11000110 | 10 | 11100 | 0 | 1100011 | 1010110 | 10110 | 101100000 | 1100010 | 100111 |
Color Harmonies of #C6021C
Complementary color
Monochromatic Colors of #C6021C
Black with #C6021C
Text Example
Text Example
White with #C6021C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6021C; }
p { color: rgb(198,2,28); }
H1.HeaderClassName
{
color: #C6021C;
}
.AnyTagClassName
{
color: #C6021C;
}
</style>
background-color css
<style>
a { background-color: #C6021C; }
a { background-color: rgb(198,2,28); }
div.DivClassName
{
background-color: #C6021C;
}
.BgClassName
{
background-color: #C6021C;
}
</style>
border-color css
<style>
span { border-color: #C6021C; }
span { border-color: rgb(198,2,28); }
td.TdClassName
{
border-color: #C6021C;
}
.TagClassName
{
border-color: #C6021C;
}
</style>