Shades of Venetian Red #C0091C
Tints of Venetian Red #C0091C
RGB
CMYK
RGB Variations
Color information
#C0091C (or 0xC0091C) is known color: Venetian Red. HEX triplet: C0, 09 and 1C. RGB value is (192,9,28). Sum of RGB (Red+Green+Blue) = 192+9+28=229 (30% of max value = 765). Red value is 192 (75.39% from 255 or 83.84% from 229); Green value is 9 (3.91% from 255 or 3.93% from 229); Blue value is 28 (11.33% from 255 or 12.23% from 229); Max value from RGB is 192 - color contains mainly: red. Hex color #C0091C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0091C is #3FF6E3. Grayscale: #414141. Windows color (decimal): -4191972 or 1837504. OLE color: 1837504.
HSL color Cylindrical-coordinate representation of color #C0091C: hue angle of 353.77º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C0091C is Cyan = 0, Magento = 0.95, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 9 | 28 | - |
| CMYK | 0 | 0.95 | 0.85 | 0.25 |
| HSL | 353.77º | 0.91% | 0.39% | - |
| HSV(B) | 353.77º | 0.95% | 0.75% | - |
| XYZ | 22.05 | 11.49 | 2.15 | - |
| YUV | 65.88 | 106.63 | 217.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 9 | 28 | 0 | 0.95 | 0.85 | 0.25 | 353.77 | 0.91 | 0.39 |
| Hex | C0 | 9 | 1C | 0 | 5F | 55 | 19 | 162 | 5B | 27 |
| Octal | 300 | 11 | 34 | 0 | 137 | 125 | 31 | 542 | 133 | 47 |
| Binary | 11000000 | 1001 | 11100 | 0 | 1011111 | 1010101 | 11001 | 101100010 | 1011011 | 100111 |
Color Harmonies of #C0091C
Complementary color
Monochromatic Colors of #C0091C
Black with #C0091C
Text Example
Text Example
White with #C0091C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0091C; }
p { color: rgb(192,9,28); }
H1.HeaderClassName
{
color: #C0091C;
}
.AnyTagClassName
{
color: #C0091C;
}
</style>
background-color css
<style>
a { background-color: #C0091C; }
a { background-color: rgb(192,9,28); }
div.DivClassName
{
background-color: #C0091C;
}
.BgClassName
{
background-color: #C0091C;
}
</style>
border-color css
<style>
span { border-color: #C0091C; }
span { border-color: rgb(192,9,28); }
td.TdClassName
{
border-color: #C0091C;
}
.TagClassName
{
border-color: #C0091C;
}
</style>