Shades of Venetian Red #C6031F
Tints of Venetian Red #C6031F
RGB
CMYK
RGB Variations
Color information
#C6031F (or 0xC6031F) is known color: Venetian Red. HEX triplet: C6, 03 and 1F. RGB value is (198,3,31). Sum of RGB (Red+Green+Blue) = 198+3+31=232 (30% of max value = 765). Red value is 198 (77.73% from 255 or 85.34% from 232); Green value is 3 (1.56% from 255 or 1.29% from 232); Blue value is 31 (12.5% from 255 or 13.36% from 232); Max value from RGB is 198 - color contains mainly: red. Hex color #C6031F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6031F is #39FCE0. Grayscale: #404040. Windows color (decimal): -3800289 or 2032582. OLE color: 2032582.
HSL color Cylindrical-coordinate representation of color #C6031F: hue angle of 351.38º 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 #C6031F is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 3 | 31 | - |
| CMYK | 0 | 0.98 | 0.84 | 0.22 |
| HSL | 351.38º | 0.97% | 0.39% | - |
| HSV(B) | 351.38º | 0.98% | 0.78% | - |
| XYZ | 23.57 | 12.17 | 2.4 | - |
| YUV | 64.5 | 109.1 | 223.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 3 | 31 | 0 | 0.98 | 0.84 | 0.22 | 351.38 | 0.97 | 0.39 |
| Hex | C6 | 3 | 1F | 0 | 62 | 54 | 16 | 15F | 61 | 27 |
| Octal | 306 | 3 | 37 | 0 | 142 | 124 | 26 | 537 | 141 | 47 |
| Binary | 11000110 | 11 | 11111 | 0 | 1100010 | 1010100 | 10110 | 101011111 | 1100001 | 100111 |
Color Harmonies of #C6031F
Complementary color
Monochromatic Colors of #C6031F
Black with #C6031F
Text Example
Text Example
White with #C6031F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6031F; }
p { color: rgb(198,3,31); }
H1.HeaderClassName
{
color: #C6031F;
}
.AnyTagClassName
{
color: #C6031F;
}
</style>
background-color css
<style>
a { background-color: #C6031F; }
a { background-color: rgb(198,3,31); }
div.DivClassName
{
background-color: #C6031F;
}
.BgClassName
{
background-color: #C6031F;
}
</style>
border-color css
<style>
span { border-color: #C6031F; }
span { border-color: rgb(198,3,31); }
td.TdClassName
{
border-color: #C6031F;
}
.TagClassName
{
border-color: #C6031F;
}
</style>