Shades of Venetian Red #C6031E
Tints of Venetian Red #C6031E
RGB
CMYK
RGB Variations
Color information
#C6031E (or 0xC6031E) is known color: Venetian Red. HEX triplet: C6, 03 and 1E. RGB value is (198,3,30). Sum of RGB (Red+Green+Blue) = 198+3+30=231 (30% of max value = 765). Red value is 198 (77.73% from 255 or 85.71% from 231); Green value is 3 (1.56% from 255 or 1.30% from 231); Blue value is 30 (12.11% from 255 or 12.99% from 231); Max value from RGB is 198 - color contains mainly: red. Hex color #C6031E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6031E is #39FCE1. Grayscale: #404040. Windows color (decimal): -3800290 or 1967046. OLE color: 1967046.
HSL color Cylindrical-coordinate representation of color #C6031E: hue angle of 351.69º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C6031E is Cyan = 0, Magento = 0.98, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 3 | 30 | - |
| CMYK | 0 | 0.98 | 0.85 | 0.22 |
| HSL | 351.69º | 0.97% | 0.39% | - |
| HSV(B) | 351.69º | 0.98% | 0.78% | - |
| XYZ | 23.56 | 12.16 | 2.33 | - |
| YUV | 64.38 | 108.6 | 223.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 3 | 30 | 0 | 0.98 | 0.85 | 0.22 | 351.69 | 0.97 | 0.39 |
| Hex | C6 | 3 | 1E | 0 | 62 | 55 | 16 | 160 | 61 | 27 |
| Octal | 306 | 3 | 36 | 0 | 142 | 125 | 26 | 540 | 141 | 47 |
| Binary | 11000110 | 11 | 11110 | 0 | 1100010 | 1010101 | 10110 | 101100000 | 1100001 | 100111 |
Color Harmonies of #C6031E
Complementary color
Monochromatic Colors of #C6031E
Black with #C6031E
Text Example
Text Example
White with #C6031E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6031E; }
p { color: rgb(198,3,30); }
H1.HeaderClassName
{
color: #C6031E;
}
.AnyTagClassName
{
color: #C6031E;
}
</style>
background-color css
<style>
a { background-color: #C6031E; }
a { background-color: rgb(198,3,30); }
div.DivClassName
{
background-color: #C6031E;
}
.BgClassName
{
background-color: #C6031E;
}
</style>
border-color css
<style>
span { border-color: #C6031E; }
span { border-color: rgb(198,3,30); }
td.TdClassName
{
border-color: #C6031E;
}
.TagClassName
{
border-color: #C6031E;
}
</style>