Shades of Venetian Red #C9080F
Tints of Venetian Red #C9080F
RGB
CMYK
RGB Variations
Color information
#C9080F (or 0xC9080F) is known color: Venetian Red. HEX triplet: C9, 08 and 0F. RGB value is (201,8,15). Sum of RGB (Red+Green+Blue) = 201+8+15=224 (29% of max value = 765). Red value is 201 (78.91% from 255 or 89.73% from 224); Green value is 8 (3.52% from 255 or 3.57% from 224); Blue value is 15 (6.25% from 255 or 6.70% from 224); Max value from RGB is 201 - color contains mainly: red. Hex color #C9080F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C9080F is #36F7F0. Grayscale: #424242. Windows color (decimal): -3602417 or 985289. OLE color: 985289.
HSL color Cylindrical-coordinate representation of color #C9080F: hue angle of 357.82º 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 #C9080F is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 8 | 15 | - |
| CMYK | 0 | 0.96 | 0.93 | 0.21 |
| HSL | 357.82º | 0.92% | 0.41% | - |
| HSV(B) | 357.82º | 0.96% | 0.79% | - |
| XYZ | 24.26 | 12.63 | 1.61 | - |
| YUV | 66.51 | 98.94 | 223.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 8 | 15 | 0 | 0.96 | 0.93 | 0.21 | 357.82 | 0.92 | 0.41 |
| Hex | C9 | 8 | F | 0 | 60 | 5D | 15 | 166 | 5C | 29 |
| Octal | 311 | 10 | 17 | 0 | 140 | 135 | 25 | 546 | 134 | 51 |
| Binary | 11001001 | 1000 | 1111 | 0 | 1100000 | 1011101 | 10101 | 101100110 | 1011100 | 101001 |
Color Harmonies of #C9080F
Complementary color
Monochromatic Colors of #C9080F
Black with #C9080F
Text Example
Text Example
White with #C9080F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9080F; }
p { color: rgb(201,8,15); }
H1.HeaderClassName
{
color: #C9080F;
}
.AnyTagClassName
{
color: #C9080F;
}
</style>
background-color css
<style>
a { background-color: #C9080F; }
a { background-color: rgb(201,8,15); }
div.DivClassName
{
background-color: #C9080F;
}
.BgClassName
{
background-color: #C9080F;
}
</style>
border-color css
<style>
span { border-color: #C9080F; }
span { border-color: rgb(201,8,15); }
td.TdClassName
{
border-color: #C9080F;
}
.TagClassName
{
border-color: #C9080F;
}
</style>