Shades of Venetian Red #C1081B
Tints of Venetian Red #C1081B
RGB
CMYK
RGB Variations
Color information
#C1081B (or 0xC1081B) is known color: Venetian Red. HEX triplet: C1, 08 and 1B. RGB value is (193,8,27). Sum of RGB (Red+Green+Blue) = 193+8+27=228 (30% of max value = 765). Red value is 193 (75.78% from 255 or 84.65% from 228); Green value is 8 (3.52% from 255 or 3.51% from 228); Blue value is 27 (10.94% from 255 or 11.84% from 228); Max value from RGB is 193 - color contains mainly: red. Hex color #C1081B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1081B is #3EF7E4. Grayscale: #414141. Windows color (decimal): -4126693 or 1771713. OLE color: 1771713.
HSL color Cylindrical-coordinate representation of color #C1081B: hue angle of 353.84º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C1081B is Cyan = 0, Magento = 0.96, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 8 | 27 | - |
| CMYK | 0 | 0.96 | 0.86 | 0.24 |
| HSL | 353.84º | 0.92% | 0.39% | - |
| HSV(B) | 353.84º | 0.96% | 0.76% | - |
| XYZ | 22.28 | 11.59 | 2.1 | - |
| YUV | 65.48 | 106.29 | 218.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 8 | 27 | 0 | 0.96 | 0.86 | 0.24 | 353.84 | 0.92 | 0.39 |
| Hex | C1 | 8 | 1B | 0 | 60 | 56 | 18 | 162 | 5C | 27 |
| Octal | 301 | 10 | 33 | 0 | 140 | 126 | 30 | 542 | 134 | 47 |
| Binary | 11000001 | 1000 | 11011 | 0 | 1100000 | 1010110 | 11000 | 101100010 | 1011100 | 100111 |
Color Harmonies of #C1081B
Complementary color
Monochromatic Colors of #C1081B
Black with #C1081B
Text Example
Text Example
White with #C1081B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1081B; }
p { color: rgb(193,8,27); }
H1.HeaderClassName
{
color: #C1081B;
}
.AnyTagClassName
{
color: #C1081B;
}
</style>
background-color css
<style>
a { background-color: #C1081B; }
a { background-color: rgb(193,8,27); }
div.DivClassName
{
background-color: #C1081B;
}
.BgClassName
{
background-color: #C1081B;
}
</style>
border-color css
<style>
span { border-color: #C1081B; }
span { border-color: rgb(193,8,27); }
td.TdClassName
{
border-color: #C1081B;
}
.TagClassName
{
border-color: #C1081B;
}
</style>