Shades of Venetian Red #C10B1D
Tints of Venetian Red #C10B1D
RGB
CMYK
RGB Variations
Color information
#C10B1D (or 0xC10B1D) is known color: Venetian Red. HEX triplet: C1, 0B and 1D. RGB value is (193,11,29). Sum of RGB (Red+Green+Blue) = 193+11+29=233 (30% of max value = 765). Red value is 193 (75.78% from 255 or 82.83% from 233); Green value is 11 (4.69% from 255 or 4.72% from 233); Blue value is 29 (11.72% from 255 or 12.45% from 233); Max value from RGB is 193 - color contains mainly: red. Hex color #C10B1D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10B1D is #3EF4E2. Grayscale: #434343. Windows color (decimal): -4125923 or 1903553. OLE color: 1903553.
HSL color Cylindrical-coordinate representation of color #C10B1D: hue angle of 354.07º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C10B1D is Cyan = 0, Magento = 0.94, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 11 | 29 | - |
| CMYK | 0 | 0.94 | 0.85 | 0.24 |
| HSL | 354.07º | 0.89% | 0.4% | - |
| HSV(B) | 354.07º | 0.94% | 0.76% | - |
| XYZ | 22.33 | 11.67 | 2.24 | - |
| YUV | 67.47 | 106.3 | 217.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 11 | 29 | 0 | 0.94 | 0.85 | 0.24 | 354.07 | 0.89 | 0.4 |
| Hex | C1 | B | 1D | 0 | 5E | 55 | 18 | 162 | 59 | 28 |
| Octal | 301 | 13 | 35 | 0 | 136 | 125 | 30 | 542 | 131 | 50 |
| Binary | 11000001 | 1011 | 11101 | 0 | 1011110 | 1010101 | 11000 | 101100010 | 1011001 | 101000 |
Color Harmonies of #C10B1D
Complementary color
Monochromatic Colors of #C10B1D
Black with #C10B1D
Text Example
Text Example
White with #C10B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10B1D; }
p { color: rgb(193,11,29); }
H1.HeaderClassName
{
color: #C10B1D;
}
.AnyTagClassName
{
color: #C10B1D;
}
</style>
background-color css
<style>
a { background-color: #C10B1D; }
a { background-color: rgb(193,11,29); }
div.DivClassName
{
background-color: #C10B1D;
}
.BgClassName
{
background-color: #C10B1D;
}
</style>
border-color css
<style>
span { border-color: #C10B1D; }
span { border-color: rgb(193,11,29); }
td.TdClassName
{
border-color: #C10B1D;
}
.TagClassName
{
border-color: #C10B1D;
}
</style>