Shades of Venetian Red #C9060F
Tints of Venetian Red #C9060F
RGB
CMYK
RGB Variations
Color information
#C9060F (or 0xC9060F) is known color: Venetian Red. HEX triplet: C9, 06 and 0F. RGB value is (201,6,15). Sum of RGB (Red+Green+Blue) = 201+6+15=222 (29% of max value = 765). Red value is 201 (78.91% from 255 or 90.54% from 222); Green value is 6 (2.73% from 255 or 2.70% from 222); Blue value is 15 (6.25% from 255 or 6.76% from 222); Max value from RGB is 201 - color contains mainly: red. Hex color #C9060F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C9060F is #36F9F0. Grayscale: #414141. Windows color (decimal): -3602929 or 984777. OLE color: 984777.
HSL color Cylindrical-coordinate representation of color #C9060F: hue angle of 357.23º degrees, saturation: 0.94, 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 #C9060F is Cyan = 0, Magento = 0.97, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 6 | 15 | - |
| CMYK | 0 | 0.97 | 0.93 | 0.21 |
| HSL | 357.23º | 0.94% | 0.41% | - |
| HSV(B) | 357.23º | 0.97% | 0.79% | - |
| XYZ | 24.24 | 12.58 | 1.6 | - |
| YUV | 65.33 | 99.6 | 224.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 6 | 15 | 0 | 0.97 | 0.93 | 0.21 | 357.23 | 0.94 | 0.41 |
| Hex | C9 | 6 | F | 0 | 61 | 5D | 15 | 165 | 5E | 29 |
| Octal | 311 | 6 | 17 | 0 | 141 | 135 | 25 | 545 | 136 | 51 |
| Binary | 11001001 | 110 | 1111 | 0 | 1100001 | 1011101 | 10101 | 101100101 | 1011110 | 101001 |
Color Harmonies of #C9060F
Complementary color
Monochromatic Colors of #C9060F
Black with #C9060F
Text Example
Text Example
White with #C9060F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9060F; }
p { color: rgb(201,6,15); }
H1.HeaderClassName
{
color: #C9060F;
}
.AnyTagClassName
{
color: #C9060F;
}
</style>
background-color css
<style>
a { background-color: #C9060F; }
a { background-color: rgb(201,6,15); }
div.DivClassName
{
background-color: #C9060F;
}
.BgClassName
{
background-color: #C9060F;
}
</style>
border-color css
<style>
span { border-color: #C9060F; }
span { border-color: rgb(201,6,15); }
td.TdClassName
{
border-color: #C9060F;
}
.TagClassName
{
border-color: #C9060F;
}
</style>