Shades of Venetian Red #C10027
Tints of Venetian Red #C10027
RGB
CMYK
RGB Variations
Color information
#C10027 (or 0xC10027) is known color: Venetian Red. HEX triplet: C1, 00 and 27. RGB value is (193,0,39). Sum of RGB (Red+Green+Blue) = 193+0+39=232 (30% of max value = 765). Red value is 193 (75.78% from 255 or 83.19% from 232); Green value is 0 (0.39% from 255 or 0% from 232); Blue value is 39 (15.62% from 255 or 16.81% from 232); Max value from RGB is 193 - color contains mainly: red. Hex color #C10027 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10027 is #3EFFD8. Grayscale: #3E3E3E. Windows color (decimal): -4128729 or 2556097. OLE color: 2556097.
HSL color Cylindrical-coordinate representation of color #C10027: hue angle of 347.88º 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 #C10027 is Cyan = 0, Magento = 1, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 0 | 39 | - |
| CMYK | 0 | 1 | 0.80 | 0.24 |
| HSL | 347.88º | 1% | 0.38% | - |
| HSV(B) | 347.88º | 1% | 0.76% | - |
| XYZ | 22.36 | 11.48 | 2.96 | - |
| YUV | 62.15 | 114.94 | 221.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 0 | 39 | 0 | 1 | 0.80 | 0.24 | 347.88 | 1 | 0.38 |
| Hex | C1 | 0 | 27 | 0 | 64 | 50 | 18 | 15C | 64 | 26 |
| Octal | 301 | 0 | 47 | 0 | 144 | 120 | 30 | 534 | 144 | 46 |
| Binary | 11000001 | 0 | 100111 | 0 | 1100100 | 1010000 | 11000 | 101011100 | 1100100 | 100110 |
Color Harmonies of #C10027
Complementary color
Monochromatic Colors of #C10027
Black with #C10027
Text Example
Text Example
White with #C10027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10027; }
p { color: rgb(193,0,39); }
H1.HeaderClassName
{
color: #C10027;
}
.AnyTagClassName
{
color: #C10027;
}
</style>
background-color css
<style>
a { background-color: #C10027; }
a { background-color: rgb(193,0,39); }
div.DivClassName
{
background-color: #C10027;
}
.BgClassName
{
background-color: #C10027;
}
</style>
border-color css
<style>
span { border-color: #C10027; }
span { border-color: rgb(193,0,39); }
td.TdClassName
{
border-color: #C10027;
}
.TagClassName
{
border-color: #C10027;
}
</style>