Shades of Venetian Red #C5091B
Tints of Venetian Red #C5091B
RGB
CMYK
RGB Variations
Color information
#C5091B (or 0xC5091B) is known color: Venetian Red. HEX triplet: C5, 09 and 1B. RGB value is (197,9,27). Sum of RGB (Red+Green+Blue) = 197+9+27=233 (30% of max value = 765). Red value is 197 (77.34% from 255 or 84.55% from 233); Green value is 9 (3.91% from 255 or 3.86% from 233); Blue value is 27 (10.94% from 255 or 11.59% from 233); Max value from RGB is 197 - color contains mainly: red. Hex color #C5091B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5091B is #3AF6E4. Grayscale: #434343. Windows color (decimal): -3864293 or 1771973. OLE color: 1771973.
HSL color Cylindrical-coordinate representation of color #C5091B: hue angle of 354.26º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C5091B is Cyan = 0, Magento = 0.95, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 9 | 27 | - |
| CMYK | 0 | 0.95 | 0.86 | 0.23 |
| HSL | 354.26º | 0.91% | 0.4% | - |
| HSV(B) | 354.26º | 0.95% | 0.77% | - |
| XYZ | 23.32 | 12.14 | 2.15 | - |
| YUV | 67.26 | 105.28 | 220.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 9 | 27 | 0 | 0.95 | 0.86 | 0.23 | 354.26 | 0.91 | 0.4 |
| Hex | C5 | 9 | 1B | 0 | 5F | 56 | 17 | 162 | 5B | 28 |
| Octal | 305 | 11 | 33 | 0 | 137 | 126 | 27 | 542 | 133 | 50 |
| Binary | 11000101 | 1001 | 11011 | 0 | 1011111 | 1010110 | 10111 | 101100010 | 1011011 | 101000 |
Color Harmonies of #C5091B
Complementary color
Monochromatic Colors of #C5091B
Black with #C5091B
Text Example
Text Example
White with #C5091B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5091B; }
p { color: rgb(197,9,27); }
H1.HeaderClassName
{
color: #C5091B;
}
.AnyTagClassName
{
color: #C5091B;
}
</style>
background-color css
<style>
a { background-color: #C5091B; }
a { background-color: rgb(197,9,27); }
div.DivClassName
{
background-color: #C5091B;
}
.BgClassName
{
background-color: #C5091B;
}
</style>
border-color css
<style>
span { border-color: #C5091B; }
span { border-color: rgb(197,9,27); }
td.TdClassName
{
border-color: #C5091B;
}
.TagClassName
{
border-color: #C5091B;
}
</style>