Shades of Venetian Red #C10919
Tints of Venetian Red #C10919
RGB
CMYK
RGB Variations
Color information
#C10919 (or 0xC10919) is known color: Venetian Red. HEX triplet: C1, 09 and 19. RGB value is (193,9,25). Sum of RGB (Red+Green+Blue) = 193+9+25=227 (30% of max value = 765). Red value is 193 (75.78% from 255 or 85.02% from 227); Green value is 9 (3.91% from 255 or 3.96% from 227); Blue value is 25 (10.16% from 255 or 11.01% from 227); Max value from RGB is 193 - color contains mainly: red. Hex color #C10919 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10919 is #3EF6E6. Grayscale: #414141. Windows color (decimal): -4126439 or 1640897. OLE color: 1640897.
HSL color Cylindrical-coordinate representation of color #C10919: hue angle of 354.78º 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 #C10919 is Cyan = 0, Magento = 0.95, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 9 | 25 | - |
| CMYK | 0 | 0.95 | 0.87 | 0.24 |
| HSL | 354.78º | 0.91% | 0.4% | - |
| HSV(B) | 354.78º | 0.95% | 0.76% | - |
| XYZ | 22.27 | 11.6 | 1.99 | - |
| YUV | 65.84 | 104.96 | 218.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 9 | 25 | 0 | 0.95 | 0.87 | 0.24 | 354.78 | 0.91 | 0.4 |
| Hex | C1 | 9 | 19 | 0 | 5F | 57 | 18 | 163 | 5B | 28 |
| Octal | 301 | 11 | 31 | 0 | 137 | 127 | 30 | 543 | 133 | 50 |
| Binary | 11000001 | 1001 | 11001 | 0 | 1011111 | 1010111 | 11000 | 101100011 | 1011011 | 101000 |
Color Harmonies of #C10919
Complementary color
Monochromatic Colors of #C10919
Black with #C10919
Text Example
Text Example
White with #C10919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10919; }
p { color: rgb(193,9,25); }
H1.HeaderClassName
{
color: #C10919;
}
.AnyTagClassName
{
color: #C10919;
}
</style>
background-color css
<style>
a { background-color: #C10919; }
a { background-color: rgb(193,9,25); }
div.DivClassName
{
background-color: #C10919;
}
.BgClassName
{
background-color: #C10919;
}
</style>
border-color css
<style>
span { border-color: #C10919; }
span { border-color: rgb(193,9,25); }
td.TdClassName
{
border-color: #C10919;
}
.TagClassName
{
border-color: #C10919;
}
</style>