Shades of Venetian Red #C9071D
Tints of Venetian Red #C9071D
RGB
CMYK
RGB Variations
Color information
#C9071D (or 0xC9071D) is known color: Venetian Red. HEX triplet: C9, 07 and 1D. RGB value is (201,7,29). Sum of RGB (Red+Green+Blue) = 201+7+29=237 (31% of max value = 765). Red value is 201 (78.91% from 255 or 84.81% from 237); Green value is 7 (3.12% from 255 or 2.95% from 237); Blue value is 29 (11.72% from 255 or 12.24% from 237); Max value from RGB is 201 - color contains mainly: red. Hex color #C9071D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9071D is #36F8E2. Grayscale: #434343. Windows color (decimal): -3602659 or 1902537. OLE color: 1902537.
HSL color Cylindrical-coordinate representation of color #C9071D: hue angle of 353.2º 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 #C9071D is Cyan = 0, Magento = 0.97, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 7 | 29 | - |
| CMYK | 0 | 0.97 | 0.86 | 0.21 |
| HSL | 353.2º | 0.93% | 0.41% | - |
| HSV(B) | 353.2º | 0.97% | 0.79% | - |
| XYZ | 24.39 | 12.66 | 2.32 | - |
| YUV | 67.51 | 106.27 | 223.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 7 | 29 | 0 | 0.97 | 0.86 | 0.21 | 353.2 | 0.93 | 0.41 |
| Hex | C9 | 7 | 1D | 0 | 61 | 56 | 15 | 161 | 5D | 29 |
| Octal | 311 | 7 | 35 | 0 | 141 | 126 | 25 | 541 | 135 | 51 |
| Binary | 11001001 | 111 | 11101 | 0 | 1100001 | 1010110 | 10101 | 101100001 | 1011101 | 101001 |
Color Harmonies of #C9071D
Complementary color
Monochromatic Colors of #C9071D
Black with #C9071D
Text Example
Text Example
White with #C9071D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9071D; }
p { color: rgb(201,7,29); }
H1.HeaderClassName
{
color: #C9071D;
}
.AnyTagClassName
{
color: #C9071D;
}
</style>
background-color css
<style>
a { background-color: #C9071D; }
a { background-color: rgb(201,7,29); }
div.DivClassName
{
background-color: #C9071D;
}
.BgClassName
{
background-color: #C9071D;
}
</style>
border-color css
<style>
span { border-color: #C9071D; }
span { border-color: rgb(201,7,29); }
td.TdClassName
{
border-color: #C9071D;
}
.TagClassName
{
border-color: #C9071D;
}
</style>