Shades of Venetian Red #C6091C
Tints of Venetian Red #C6091C
RGB
CMYK
RGB Variations
Color information
#C6091C (or 0xC6091C) is known color: Venetian Red. HEX triplet: C6, 09 and 1C. RGB value is (198,9,28). Sum of RGB (Red+Green+Blue) = 198+9+28=235 (31% of max value = 765). Red value is 198 (77.73% from 255 or 84.26% from 235); Green value is 9 (3.91% from 255 or 3.83% from 235); Blue value is 28 (11.33% from 255 or 11.91% from 235); Max value from RGB is 198 - color contains mainly: red. Hex color #C6091C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6091C is #39F6E3. Grayscale: #434343. Windows color (decimal): -3798756 or 1837510. OLE color: 1837510.
HSL color Cylindrical-coordinate representation of color #C6091C: hue angle of 353.97º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C6091C is Cyan = 0, Magento = 0.95, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 9 | 28 | - |
| CMYK | 0 | 0.95 | 0.86 | 0.22 |
| HSL | 353.97º | 0.91% | 0.41% | - |
| HSV(B) | 353.97º | 0.95% | 0.78% | - |
| XYZ | 23.6 | 12.28 | 2.23 | - |
| YUV | 67.68 | 105.62 | 220.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 9 | 28 | 0 | 0.95 | 0.86 | 0.22 | 353.97 | 0.91 | 0.41 |
| Hex | C6 | 9 | 1C | 0 | 5F | 56 | 16 | 162 | 5B | 29 |
| Octal | 306 | 11 | 34 | 0 | 137 | 126 | 26 | 542 | 133 | 51 |
| Binary | 11000110 | 1001 | 11100 | 0 | 1011111 | 1010110 | 10110 | 101100010 | 1011011 | 101001 |
Color Harmonies of #C6091C
Complementary color
Monochromatic Colors of #C6091C
Black with #C6091C
Text Example
Text Example
White with #C6091C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6091C; }
p { color: rgb(198,9,28); }
H1.HeaderClassName
{
color: #C6091C;
}
.AnyTagClassName
{
color: #C6091C;
}
</style>
background-color css
<style>
a { background-color: #C6091C; }
a { background-color: rgb(198,9,28); }
div.DivClassName
{
background-color: #C6091C;
}
.BgClassName
{
background-color: #C6091C;
}
</style>
border-color css
<style>
span { border-color: #C6091C; }
span { border-color: rgb(198,9,28); }
td.TdClassName
{
border-color: #C6091C;
}
.TagClassName
{
border-color: #C6091C;
}
</style>