Shades of Venetian Red #C9081B
Tints of Venetian Red #C9081B
RGB
CMYK
RGB Variations
Color information
#C9081B (or 0xC9081B) is known color: Venetian Red. HEX triplet: C9, 08 and 1B. RGB value is (201,8,27). Sum of RGB (Red+Green+Blue) = 201+8+27=236 (31% of max value = 765). Red value is 201 (78.91% from 255 or 85.17% from 236); Green value is 8 (3.52% from 255 or 3.39% from 236); Blue value is 27 (10.94% from 255 or 11.44% from 236); Max value from RGB is 201 - color contains mainly: red. Hex color #C9081B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9081B is #36F7E4. Grayscale: #434343. Windows color (decimal): -3602405 or 1771721. OLE color: 1771721.
HSL color Cylindrical-coordinate representation of color #C9081B: hue angle of 354.09º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C9081B is Cyan = 0, Magento = 0.96, Yellow = 0.87 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 8 | 27 | - |
| CMYK | 0 | 0.96 | 0.87 | 0.21 |
| HSL | 354.09º | 0.92% | 0.41% | - |
| HSV(B) | 354.09º | 0.96% | 0.79% | - |
| XYZ | 24.37 | 12.67 | 2.2 | - |
| YUV | 67.87 | 104.94 | 222.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 8 | 27 | 0 | 0.96 | 0.87 | 0.21 | 354.09 | 0.92 | 0.41 |
| Hex | C9 | 8 | 1B | 0 | 60 | 57 | 15 | 162 | 5C | 29 |
| Octal | 311 | 10 | 33 | 0 | 140 | 127 | 25 | 542 | 134 | 51 |
| Binary | 11001001 | 1000 | 11011 | 0 | 1100000 | 1010111 | 10101 | 101100010 | 1011100 | 101001 |
Color Harmonies of #C9081B
Complementary color
Monochromatic Colors of #C9081B
Black with #C9081B
Text Example
Text Example
White with #C9081B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9081B; }
p { color: rgb(201,8,27); }
H1.HeaderClassName
{
color: #C9081B;
}
.AnyTagClassName
{
color: #C9081B;
}
</style>
background-color css
<style>
a { background-color: #C9081B; }
a { background-color: rgb(201,8,27); }
div.DivClassName
{
background-color: #C9081B;
}
.BgClassName
{
background-color: #C9081B;
}
</style>
border-color css
<style>
span { border-color: #C9081B; }
span { border-color: rgb(201,8,27); }
td.TdClassName
{
border-color: #C9081B;
}
.TagClassName
{
border-color: #C9081B;
}
</style>