Shades of Venetian Red #C1111B
Tints of Venetian Red #C1111B
RGB
CMYK
RGB Variations
Color information
#C1111B (or 0xC1111B) is known color: Venetian Red. HEX triplet: C1, 11 and 1B. RGB value is (193,17,27). Sum of RGB (Red+Green+Blue) = 193+17+27=237 (31% of max value = 765). Red value is 193 (75.78% from 255 or 81.43% from 237); Green value is 17 (7.03% from 255 or 7.17% from 237); Blue value is 27 (10.94% from 255 or 11.39% from 237); Max value from RGB is 193 - color contains mainly: red. Hex color #C1111B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1111B is #3EEEE4. Grayscale: #464646. Windows color (decimal): -4124389 or 1774017. OLE color: 1774017.
HSL color Cylindrical-coordinate representation of color #C1111B: hue angle of 356.59º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C1111B is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 17 | 27 | - |
| CMYK | 0 | 0.91 | 0.86 | 0.24 |
| HSL | 356.59º | 0.84% | 0.41% | - |
| HSV(B) | 356.59º | 0.91% | 0.76% | - |
| XYZ | 22.39 | 11.82 | 2.14 | - |
| YUV | 70.76 | 103.31 | 215.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 17 | 27 | 0 | 0.91 | 0.86 | 0.24 | 356.59 | 0.84 | 0.41 |
| Hex | C1 | 11 | 1B | 0 | 5B | 56 | 18 | 165 | 54 | 29 |
| Octal | 301 | 21 | 33 | 0 | 133 | 126 | 30 | 545 | 124 | 51 |
| Binary | 11000001 | 10001 | 11011 | 0 | 1011011 | 1010110 | 11000 | 101100101 | 1010100 | 101001 |
Color Harmonies of #C1111B
Complementary color
Monochromatic Colors of #C1111B
Black with #C1111B
Text Example
Text Example
White with #C1111B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1111B; }
p { color: rgb(193,17,27); }
H1.HeaderClassName
{
color: #C1111B;
}
.AnyTagClassName
{
color: #C1111B;
}
</style>
background-color css
<style>
a { background-color: #C1111B; }
a { background-color: rgb(193,17,27); }
div.DivClassName
{
background-color: #C1111B;
}
.BgClassName
{
background-color: #C1111B;
}
</style>
border-color css
<style>
span { border-color: #C1111B; }
span { border-color: rgb(193,17,27); }
td.TdClassName
{
border-color: #C1111B;
}
.TagClassName
{
border-color: #C1111B;
}
</style>