Shades of Venetian Red #C10920
Tints of Venetian Red #C10920
RGB
CMYK
RGB Variations
Color information
#C10920 (or 0xC10920) is known color: Venetian Red. HEX triplet: C1, 09 and 20. RGB value is (193,9,32). Sum of RGB (Red+Green+Blue) = 193+9+32=234 (30% of max value = 765). Red value is 193 (75.78% from 255 or 82.48% from 234); Green value is 9 (3.91% from 255 or 3.85% from 234); Blue value is 32 (12.89% from 255 or 13.68% from 234); Max value from RGB is 193 - color contains mainly: red. Hex color #C10920 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10920 is #3EF6DF. Grayscale: #424242. Windows color (decimal): -4126432 or 2099649. OLE color: 2099649.
HSL color Cylindrical-coordinate representation of color #C10920: hue angle of 352.5º 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 #C10920 is Cyan = 0, Magento = 0.95, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 9 | 32 | - |
| CMYK | 0 | 0.95 | 0.83 | 0.24 |
| HSL | 352.5º | 0.91% | 0.4% | - |
| HSV(B) | 352.5º | 0.95% | 0.76% | - |
| XYZ | 22.35 | 11.64 | 2.43 | - |
| YUV | 66.64 | 108.46 | 218.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 9 | 32 | 0 | 0.95 | 0.83 | 0.24 | 352.5 | 0.91 | 0.4 |
| Hex | C1 | 9 | 20 | 0 | 5F | 53 | 18 | 160 | 5B | 28 |
| Octal | 301 | 11 | 40 | 0 | 137 | 123 | 30 | 540 | 133 | 50 |
| Binary | 11000001 | 1001 | 100000 | 0 | 1011111 | 1010011 | 11000 | 101100000 | 1011011 | 101000 |
Color Harmonies of #C10920
Complementary color
Monochromatic Colors of #C10920
Black with #C10920
Text Example
Text Example
White with #C10920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10920; }
p { color: rgb(193,9,32); }
H1.HeaderClassName
{
color: #C10920;
}
.AnyTagClassName
{
color: #C10920;
}
</style>
background-color css
<style>
a { background-color: #C10920; }
a { background-color: rgb(193,9,32); }
div.DivClassName
{
background-color: #C10920;
}
.BgClassName
{
background-color: #C10920;
}
</style>
border-color css
<style>
span { border-color: #C10920; }
span { border-color: rgb(193,9,32); }
td.TdClassName
{
border-color: #C10920;
}
.TagClassName
{
border-color: #C10920;
}
</style>