Shades of Venetian Red #C1001B
Tints of Venetian Red #C1001B
RGB
CMYK
RGB Variations
Color information
#C1001B (or 0xC1001B) is known color: Venetian Red. HEX triplet: C1, 00 and 1B. RGB value is (193,0,27). Sum of RGB (Red+Green+Blue) = 193+0+27=220 (29% of max value = 765). Red value is 193 (75.78% from 255 or 87.73% from 220); Green value is 0 (0.39% from 255 or 0% from 220); Blue value is 27 (10.94% from 255 or 12.27% from 220); Max value from RGB is 193 - color contains mainly: red. Hex color #C1001B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1001B is #3EFFE4. Grayscale: #3C3C3C. Windows color (decimal): -4128741 or 1769665. OLE color: 1769665.
HSL color Cylindrical-coordinate representation of color #C1001B: hue angle of 351.61º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C1001B is Cyan = 0, Magento = 1, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 0 | 27 | - |
| CMYK | 0 | 1 | 0.86 | 0.24 |
| HSL | 351.61º | 1% | 0.38% | - |
| HSV(B) | 351.61º | 1% | 0.76% | - |
| XYZ | 22.19 | 11.42 | 2.07 | - |
| YUV | 60.79 | 108.94 | 222.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 0 | 27 | 0 | 1 | 0.86 | 0.24 | 351.61 | 1 | 0.38 |
| Hex | C1 | 0 | 1B | 0 | 64 | 56 | 18 | 160 | 64 | 26 |
| Octal | 301 | 0 | 33 | 0 | 144 | 126 | 30 | 540 | 144 | 46 |
| Binary | 11000001 | 0 | 11011 | 0 | 1100100 | 1010110 | 11000 | 101100000 | 1100100 | 100110 |
Color Harmonies of #C1001B
Complementary color
Monochromatic Colors of #C1001B
Black with #C1001B
Text Example
Text Example
White with #C1001B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1001B; }
p { color: rgb(193,0,27); }
H1.HeaderClassName
{
color: #C1001B;
}
.AnyTagClassName
{
color: #C1001B;
}
</style>
background-color css
<style>
a { background-color: #C1001B; }
a { background-color: rgb(193,0,27); }
div.DivClassName
{
background-color: #C1001B;
}
.BgClassName
{
background-color: #C1001B;
}
</style>
border-color css
<style>
span { border-color: #C1001B; }
span { border-color: rgb(193,0,27); }
td.TdClassName
{
border-color: #C1001B;
}
.TagClassName
{
border-color: #C1001B;
}
</style>