Shades of Venetian Red #C5091A
Tints of Venetian Red #C5091A
RGB
CMYK
RGB Variations
Color information
#C5091A (or 0xC5091A) is known color: Venetian Red. HEX triplet: C5, 09 and 1A. RGB value is (197,9,26). Sum of RGB (Red+Green+Blue) = 197+9+26=232 (30% of max value = 765). Red value is 197 (77.34% from 255 or 84.91% from 232); Green value is 9 (3.91% from 255 or 3.88% from 232); Blue value is 26 (10.55% from 255 or 11.21% from 232); Max value from RGB is 197 - color contains mainly: red. Hex color #C5091A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5091A is #3AF6E5. Grayscale: #434343. Windows color (decimal): -3864294 or 1706437. OLE color: 1706437.
HSL color Cylindrical-coordinate representation of color #C5091A: hue angle of 354.57º 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 #C5091A is Cyan = 0, Magento = 0.95, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 9 | 26 | - |
| CMYK | 0 | 0.95 | 0.87 | 0.23 |
| HSL | 354.57º | 0.91% | 0.4% | - |
| HSV(B) | 354.57º | 0.95% | 0.77% | - |
| XYZ | 23.31 | 12.14 | 2.09 | - |
| YUV | 67.15 | 104.78 | 220.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 9 | 26 | 0 | 0.95 | 0.87 | 0.23 | 354.57 | 0.91 | 0.4 |
| Hex | C5 | 9 | 1A | 0 | 5F | 57 | 17 | 163 | 5B | 28 |
| Octal | 305 | 11 | 32 | 0 | 137 | 127 | 27 | 543 | 133 | 50 |
| Binary | 11000101 | 1001 | 11010 | 0 | 1011111 | 1010111 | 10111 | 101100011 | 1011011 | 101000 |
Color Harmonies of #C5091A
Complementary color
Monochromatic Colors of #C5091A
Black with #C5091A
Text Example
Text Example
White with #C5091A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5091A; }
p { color: rgb(197,9,26); }
H1.HeaderClassName
{
color: #C5091A;
}
.AnyTagClassName
{
color: #C5091A;
}
</style>
background-color css
<style>
a { background-color: #C5091A; }
a { background-color: rgb(197,9,26); }
div.DivClassName
{
background-color: #C5091A;
}
.BgClassName
{
background-color: #C5091A;
}
</style>
border-color css
<style>
span { border-color: #C5091A; }
span { border-color: rgb(197,9,26); }
td.TdClassName
{
border-color: #C5091A;
}
.TagClassName
{
border-color: #C5091A;
}
</style>