Shades of Venetian Red #C9070D
Tints of Venetian Red #C9070D
RGB
CMYK
RGB Variations
Color information
#C9070D (or 0xC9070D) is known color: Venetian Red. HEX triplet: C9, 07 and 0D. RGB value is (201,7,13). Sum of RGB (Red+Green+Blue) = 201+7+13=221 (29% of max value = 765). Red value is 201 (78.91% from 255 or 90.95% from 221); Green value is 7 (3.12% from 255 or 3.17% from 221); Blue value is 13 (5.47% from 255 or 5.88% from 221); Max value from RGB is 201 - color contains mainly: red. Hex color #C9070D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C9070D is #36F8F2. Grayscale: #414141. Windows color (decimal): -3602675 or 853961. OLE color: 853961.
HSL color Cylindrical-coordinate representation of color #C9070D: hue angle of 358.14º 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 #C9070D is Cyan = 0, Magento = 0.97, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 7 | 13 | - |
| CMYK | 0 | 0.97 | 0.94 | 0.21 |
| HSL | 358.14º | 0.93% | 0.41% | - |
| HSV(B) | 358.14º | 0.97% | 0.79% | - |
| XYZ | 24.24 | 12.6 | 1.54 | - |
| YUV | 65.69 | 98.27 | 224.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 7 | 13 | 0 | 0.97 | 0.94 | 0.21 | 358.14 | 0.93 | 0.41 |
| Hex | C9 | 7 | D | 0 | 61 | 5E | 15 | 166 | 5D | 29 |
| Octal | 311 | 7 | 15 | 0 | 141 | 136 | 25 | 546 | 135 | 51 |
| Binary | 11001001 | 111 | 1101 | 0 | 1100001 | 1011110 | 10101 | 101100110 | 1011101 | 101001 |
Color Harmonies of #C9070D
Complementary color
Monochromatic Colors of #C9070D
Black with #C9070D
Text Example
Text Example
White with #C9070D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9070D; }
p { color: rgb(201,7,13); }
H1.HeaderClassName
{
color: #C9070D;
}
.AnyTagClassName
{
color: #C9070D;
}
</style>
background-color css
<style>
a { background-color: #C9070D; }
a { background-color: rgb(201,7,13); }
div.DivClassName
{
background-color: #C9070D;
}
.BgClassName
{
background-color: #C9070D;
}
</style>
border-color css
<style>
span { border-color: #C9070D; }
span { border-color: rgb(201,7,13); }
td.TdClassName
{
border-color: #C9070D;
}
.TagClassName
{
border-color: #C9070D;
}
</style>