Shades of Venetian Red #C1091F
Tints of Venetian Red #C1091F
RGB
CMYK
RGB Variations
Color information
#C1091F (or 0xC1091F) is known color: Venetian Red. HEX triplet: C1, 09 and 1F. RGB value is (193,9,31). Sum of RGB (Red+Green+Blue) = 193+9+31=233 (30% of max value = 765). Red value is 193 (75.78% from 255 or 82.83% from 233); Green value is 9 (3.91% from 255 or 3.86% from 233); Blue value is 31 (12.5% from 255 or 13.30% from 233); Max value from RGB is 193 - color contains mainly: red. Hex color #C1091F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1091F is #3EF6E0. Grayscale: #424242. Windows color (decimal): -4126433 or 2034113. OLE color: 2034113.
HSL color Cylindrical-coordinate representation of color #C1091F: hue angle of 352.83º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C1091F is Cyan = 0, Magento = 0.95, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 9 | 31 | - |
| CMYK | 0 | 0.95 | 0.84 | 0.24 |
| HSL | 352.83º | 0.91% | 0.4% | - |
| HSV(B) | 352.83º | 0.95% | 0.76% | - |
| XYZ | 22.34 | 11.63 | 2.36 | - |
| YUV | 66.52 | 107.96 | 218.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 9 | 31 | 0 | 0.95 | 0.84 | 0.24 | 352.83 | 0.91 | 0.4 |
| Hex | C1 | 9 | 1F | 0 | 5F | 54 | 18 | 161 | 5B | 28 |
| Octal | 301 | 11 | 37 | 0 | 137 | 124 | 30 | 541 | 133 | 50 |
| Binary | 11000001 | 1001 | 11111 | 0 | 1011111 | 1010100 | 11000 | 101100001 | 1011011 | 101000 |
Color Harmonies of #C1091F
Complementary color
Monochromatic Colors of #C1091F
Black with #C1091F
Text Example
Text Example
White with #C1091F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1091F; }
p { color: rgb(193,9,31); }
H1.HeaderClassName
{
color: #C1091F;
}
.AnyTagClassName
{
color: #C1091F;
}
</style>
background-color css
<style>
a { background-color: #C1091F; }
a { background-color: rgb(193,9,31); }
div.DivClassName
{
background-color: #C1091F;
}
.BgClassName
{
background-color: #C1091F;
}
</style>
border-color css
<style>
span { border-color: #C1091F; }
span { border-color: rgb(193,9,31); }
td.TdClassName
{
border-color: #C1091F;
}
.TagClassName
{
border-color: #C1091F;
}
</style>