Shades of Venetian Red #C6022D
Tints of Venetian Red #C6022D
RGB
CMYK
RGB Variations
Color information
#C6022D (or 0xC6022D) is known color: Venetian Red. HEX triplet: C6, 02 and 2D. RGB value is (198,2,45). Sum of RGB (Red+Green+Blue) = 198+2+45=245 (32% of max value = 765). Red value is 198 (77.73% from 255 or 80.82% from 245); Green value is 2 (1.17% from 255 or 0.82% from 245); Blue value is 45 (17.97% from 255 or 18.37% from 245); Max value from RGB is 198 - color contains mainly: red. Hex color #C6022D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6022D is #39FDD2. Grayscale: #414141. Windows color (decimal): -3800531 or 2949830. OLE color: 2949830.
HSL color Cylindrical-coordinate representation of color #C6022D: hue angle of 346.84º 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 #C6022D is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 2 | 45 | - |
| CMYK | 0 | 0.99 | 0.77 | 0.22 |
| HSL | 346.84º | 0.98% | 0.39% | - |
| HSV(B) | 346.84º | 0.99% | 0.78% | - |
| XYZ | 23.78 | 12.24 | 3.59 | - |
| YUV | 65.51 | 116.43 | 222.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 2 | 45 | 0 | 0.99 | 0.77 | 0.22 | 346.84 | 0.98 | 0.39 |
| Hex | C6 | 2 | 2D | 0 | 63 | 4D | 16 | 15B | 62 | 27 |
| Octal | 306 | 2 | 55 | 0 | 143 | 115 | 26 | 533 | 142 | 47 |
| Binary | 11000110 | 10 | 101101 | 0 | 1100011 | 1001101 | 10110 | 101011011 | 1100010 | 100111 |
Color Harmonies of #C6022D
Complementary color
Monochromatic Colors of #C6022D
Black with #C6022D
Text Example
Text Example
White with #C6022D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6022D; }
p { color: rgb(198,2,45); }
H1.HeaderClassName
{
color: #C6022D;
}
.AnyTagClassName
{
color: #C6022D;
}
</style>
background-color css
<style>
a { background-color: #C6022D; }
a { background-color: rgb(198,2,45); }
div.DivClassName
{
background-color: #C6022D;
}
.BgClassName
{
background-color: #C6022D;
}
</style>
border-color css
<style>
span { border-color: #C6022D; }
span { border-color: rgb(198,2,45); }
td.TdClassName
{
border-color: #C6022D;
}
.TagClassName
{
border-color: #C6022D;
}
</style>