Shades of Venetian Red #C10927
Tints of Venetian Red #C10927
RGB
CMYK
RGB Variations
Color information
#C10927 (or 0xC10927) is known color: Venetian Red. HEX triplet: C1, 09 and 27. RGB value is (193,9,39). Sum of RGB (Red+Green+Blue) = 193+9+39=241 (31% of max value = 765). Red value is 193 (75.78% from 255 or 80.08% from 241); Green value is 9 (3.91% from 255 or 3.73% from 241); Blue value is 39 (15.62% from 255 or 16.18% from 241); Max value from RGB is 193 - color contains mainly: red. Hex color #C10927 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10927 is #3EF6D8. Grayscale: #434343. Windows color (decimal): -4126425 or 2558401. OLE color: 2558401.
HSL color Cylindrical-coordinate representation of color #C10927: hue angle of 350.22º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C10927 is Cyan = 0, Magento = 0.95, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 9 | 39 | - |
| CMYK | 0 | 0.95 | 0.80 | 0.24 |
| HSL | 350.22º | 0.91% | 0.4% | - |
| HSV(B) | 350.22º | 0.95% | 0.76% | - |
| XYZ | 22.46 | 11.68 | 2.99 | - |
| YUV | 67.44 | 111.96 | 217.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 9 | 39 | 0 | 0.95 | 0.80 | 0.24 | 350.22 | 0.91 | 0.4 |
| Hex | C1 | 9 | 27 | 0 | 5F | 50 | 18 | 15E | 5B | 28 |
| Octal | 301 | 11 | 47 | 0 | 137 | 120 | 30 | 536 | 133 | 50 |
| Binary | 11000001 | 1001 | 100111 | 0 | 1011111 | 1010000 | 11000 | 101011110 | 1011011 | 101000 |
Color Harmonies of #C10927
Complementary color
Monochromatic Colors of #C10927
Black with #C10927
Text Example
Text Example
White with #C10927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10927; }
p { color: rgb(193,9,39); }
H1.HeaderClassName
{
color: #C10927;
}
.AnyTagClassName
{
color: #C10927;
}
</style>
background-color css
<style>
a { background-color: #C10927; }
a { background-color: rgb(193,9,39); }
div.DivClassName
{
background-color: #C10927;
}
.BgClassName
{
background-color: #C10927;
}
</style>
border-color css
<style>
span { border-color: #C10927; }
span { border-color: rgb(193,9,39); }
td.TdClassName
{
border-color: #C10927;
}
.TagClassName
{
border-color: #C10927;
}
</style>