Shades of Venetian Red #C9071B
Tints of Venetian Red #C9071B
RGB
CMYK
RGB Variations
Color information
#C9071B (or 0xC9071B) is known color: Venetian Red. HEX triplet: C9, 07 and 1B. RGB value is (201,7,27). Sum of RGB (Red+Green+Blue) = 201+7+27=235 (31% of max value = 765). Red value is 201 (78.91% from 255 or 85.53% from 235); Green value is 7 (3.12% from 255 or 2.98% from 235); Blue value is 27 (10.94% from 255 or 11.49% from 235); Max value from RGB is 201 - color contains mainly: red. Hex color #C9071B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9071B is #36F8E4. Grayscale: #434343. Windows color (decimal): -3602661 or 1771465. OLE color: 1771465.
HSL color Cylindrical-coordinate representation of color #C9071B: hue angle of 353.81º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C9071B is Cyan = 0, Magento = 0.97, Yellow = 0.87 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 7 | 27 | - |
| CMYK | 0 | 0.97 | 0.87 | 0.21 |
| HSL | 353.81º | 0.93% | 0.41% | - |
| HSV(B) | 353.81º | 0.97% | 0.79% | - |
| XYZ | 24.36 | 12.65 | 2.19 | - |
| YUV | 67.29 | 105.27 | 223.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 7 | 27 | 0 | 0.97 | 0.87 | 0.21 | 353.81 | 0.93 | 0.41 |
| Hex | C9 | 7 | 1B | 0 | 61 | 57 | 15 | 162 | 5D | 29 |
| Octal | 311 | 7 | 33 | 0 | 141 | 127 | 25 | 542 | 135 | 51 |
| Binary | 11001001 | 111 | 11011 | 0 | 1100001 | 1010111 | 10101 | 101100010 | 1011101 | 101001 |
Color Harmonies of #C9071B
Complementary color
Monochromatic Colors of #C9071B
Black with #C9071B
Text Example
Text Example
White with #C9071B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9071B; }
p { color: rgb(201,7,27); }
H1.HeaderClassName
{
color: #C9071B;
}
.AnyTagClassName
{
color: #C9071B;
}
</style>
background-color css
<style>
a { background-color: #C9071B; }
a { background-color: rgb(201,7,27); }
div.DivClassName
{
background-color: #C9071B;
}
.BgClassName
{
background-color: #C9071B;
}
</style>
border-color css
<style>
span { border-color: #C9071B; }
span { border-color: rgb(201,7,27); }
td.TdClassName
{
border-color: #C9071B;
}
.TagClassName
{
border-color: #C9071B;
}
</style>