Shades of Venetian Red #C1011B
Tints of Venetian Red #C1011B
RGB
CMYK
RGB Variations
Color information
#C1011B (or 0xC1011B) is known color: Venetian Red. HEX triplet: C1, 01 and 1B. RGB value is (193,1,27). Sum of RGB (Red+Green+Blue) = 193+1+27=221 (29% of max value = 765). Red value is 193 (75.78% from 255 or 87.33% from 221); Green value is 1 (0.78% from 255 or 0.45% from 221); Blue value is 27 (10.94% from 255 or 12.22% from 221); Max value from RGB is 193 - color contains mainly: red. Hex color #C1011B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1011B is #3EFEE4. Grayscale: #3D3D3D. Windows color (decimal): -4128485 or 1769921. OLE color: 1769921.
HSL color Cylindrical-coordinate representation of color #C1011B: hue angle of 351.88º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C1011B is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 1 | 27 | - |
| CMYK | 0 | 0.99 | 0.86 | 0.24 |
| HSL | 351.88º | 0.99% | 0.38% | - |
| HSV(B) | 351.88º | 0.99% | 0.76% | - |
| XYZ | 22.2 | 11.44 | 2.07 | - |
| YUV | 61.37 | 108.61 | 221.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 1 | 27 | 0 | 0.99 | 0.86 | 0.24 | 351.88 | 0.99 | 0.38 |
| Hex | C1 | 1 | 1B | 0 | 63 | 56 | 18 | 160 | 63 | 26 |
| Octal | 301 | 1 | 33 | 0 | 143 | 126 | 30 | 540 | 143 | 46 |
| Binary | 11000001 | 1 | 11011 | 0 | 1100011 | 1010110 | 11000 | 101100000 | 1100011 | 100110 |
Color Harmonies of #C1011B
Complementary color
Monochromatic Colors of #C1011B
Black with #C1011B
Text Example
Text Example
White with #C1011B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1011B; }
p { color: rgb(193,1,27); }
H1.HeaderClassName
{
color: #C1011B;
}
.AnyTagClassName
{
color: #C1011B;
}
</style>
background-color css
<style>
a { background-color: #C1011B; }
a { background-color: rgb(193,1,27); }
div.DivClassName
{
background-color: #C1011B;
}
.BgClassName
{
background-color: #C1011B;
}
</style>
border-color css
<style>
span { border-color: #C1011B; }
span { border-color: rgb(193,1,27); }
td.TdClassName
{
border-color: #C1011B;
}
.TagClassName
{
border-color: #C1011B;
}
</style>