Shades of Venetian Red #C6091F
Tints of Venetian Red #C6091F
RGB
CMYK
RGB Variations
Color information
#C6091F (or 0xC6091F) is known color: Venetian Red. HEX triplet: C6, 09 and 1F. RGB value is (198,9,31). Sum of RGB (Red+Green+Blue) = 198+9+31=238 (31% of max value = 765). Red value is 198 (77.73% from 255 or 83.19% from 238); Green value is 9 (3.91% from 255 or 3.78% from 238); Blue value is 31 (12.5% from 255 or 13.03% from 238); Max value from RGB is 198 - color contains mainly: red. Hex color #C6091F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6091F is #39F6E0. Grayscale: #444444. Windows color (decimal): -3798753 or 2034118. OLE color: 2034118.
HSL color Cylindrical-coordinate representation of color #C6091F: hue angle of 353.02º 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 #C6091F is Cyan = 0, Magento = 0.95, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 9 | 31 | - |
| CMYK | 0 | 0.95 | 0.84 | 0.22 |
| HSL | 353.02º | 0.91% | 0.41% | - |
| HSV(B) | 353.02º | 0.95% | 0.78% | - |
| XYZ | 23.63 | 12.3 | 2.42 | - |
| YUV | 68.02 | 107.12 | 220.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 9 | 31 | 0 | 0.95 | 0.84 | 0.22 | 353.02 | 0.91 | 0.41 |
| Hex | C6 | 9 | 1F | 0 | 5F | 54 | 16 | 161 | 5B | 29 |
| Octal | 306 | 11 | 37 | 0 | 137 | 124 | 26 | 541 | 133 | 51 |
| Binary | 11000110 | 1001 | 11111 | 0 | 1011111 | 1010100 | 10110 | 101100001 | 1011011 | 101001 |
Color Harmonies of #C6091F
Complementary color
Monochromatic Colors of #C6091F
Black with #C6091F
Text Example
Text Example
White with #C6091F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6091F; }
p { color: rgb(198,9,31); }
H1.HeaderClassName
{
color: #C6091F;
}
.AnyTagClassName
{
color: #C6091F;
}
</style>
background-color css
<style>
a { background-color: #C6091F; }
a { background-color: rgb(198,9,31); }
div.DivClassName
{
background-color: #C6091F;
}
.BgClassName
{
background-color: #C6091F;
}
</style>
border-color css
<style>
span { border-color: #C6091F; }
span { border-color: rgb(198,9,31); }
td.TdClassName
{
border-color: #C6091F;
}
.TagClassName
{
border-color: #C6091F;
}
</style>