Shades of Venetian Red #C1070B
Tints of Venetian Red #C1070B
RGB
CMYK
RGB Variations
Color information
#C1070B (or 0xC1070B) is known color: Venetian Red. HEX triplet: C1, 07 and 0B. RGB value is (193,7,11). Sum of RGB (Red+Green+Blue) = 193+7+11=211 (27% of max value = 765). Red value is 193 (75.78% from 255 or 91.47% from 211); Green value is 7 (3.12% from 255 or 3.32% from 211); Blue value is 11 (4.69% from 255 or 5.21% from 211); Max value from RGB is 193 - color contains mainly: red. Hex color #C1070B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C1070B is #3EF8F4. Grayscale: #3F3F3F. Windows color (decimal): -4126965 or 722881. OLE color: 722881.
HSL color Cylindrical-coordinate representation of color #C1070B: hue angle of 358.71º degrees, saturation: 0.93, 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 #C1070B is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 7 | 11 | - |
| CMYK | 0 | 0.96 | 0.94 | 0.24 |
| HSL | 358.71º | 0.93% | 0.39% | - |
| HSV(B) | 358.71º | 0.96% | 0.76% | - |
| XYZ | 22.13 | 11.51 | 1.37 | - |
| YUV | 63.07 | 98.62 | 220.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 7 | 11 | 0 | 0.96 | 0.94 | 0.24 | 358.71 | 0.93 | 0.39 |
| Hex | C1 | 7 | B | 0 | 60 | 5E | 18 | 167 | 5D | 27 |
| Octal | 301 | 7 | 13 | 0 | 140 | 136 | 30 | 547 | 135 | 47 |
| Binary | 11000001 | 111 | 1011 | 0 | 1100000 | 1011110 | 11000 | 101100111 | 1011101 | 100111 |
Color Harmonies of #C1070B
Complementary color
Monochromatic Colors of #C1070B
Black with #C1070B
Text Example
Text Example
White with #C1070B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1070B; }
p { color: rgb(193,7,11); }
H1.HeaderClassName
{
color: #C1070B;
}
.AnyTagClassName
{
color: #C1070B;
}
</style>
background-color css
<style>
a { background-color: #C1070B; }
a { background-color: rgb(193,7,11); }
div.DivClassName
{
background-color: #C1070B;
}
.BgClassName
{
background-color: #C1070B;
}
</style>
border-color css
<style>
span { border-color: #C1070B; }
span { border-color: rgb(193,7,11); }
td.TdClassName
{
border-color: #C1070B;
}
.TagClassName
{
border-color: #C1070B;
}
</style>