Shades of Venetian Red #C9081C
Tints of Venetian Red #C9081C
RGB
CMYK
RGB Variations
Color information
#C9081C (or 0xC9081C) is known color: Venetian Red. HEX triplet: C9, 08 and 1C. RGB value is (201,8,28). Sum of RGB (Red+Green+Blue) = 201+8+28=237 (31% of max value = 765). Red value is 201 (78.91% from 255 or 84.81% from 237); Green value is 8 (3.52% from 255 or 3.38% from 237); Blue value is 28 (11.33% from 255 or 11.81% from 237); Max value from RGB is 201 - color contains mainly: red. Hex color #C9081C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9081C is #36F7E3. Grayscale: #444444. Windows color (decimal): -3602404 or 1837257. OLE color: 1837257.
HSL color Cylindrical-coordinate representation of color #C9081C: hue angle of 353.78º 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 #C9081C is Cyan = 0, Magento = 0.96, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 8 | 28 | - |
| CMYK | 0 | 0.96 | 0.86 | 0.21 |
| HSL | 353.78º | 0.92% | 0.41% | - |
| HSV(B) | 353.78º | 0.96% | 0.79% | - |
| XYZ | 24.38 | 12.68 | 2.26 | - |
| YUV | 67.99 | 105.44 | 222.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 8 | 28 | 0 | 0.96 | 0.86 | 0.21 | 353.78 | 0.92 | 0.41 |
| Hex | C9 | 8 | 1C | 0 | 60 | 56 | 15 | 162 | 5C | 29 |
| Octal | 311 | 10 | 34 | 0 | 140 | 126 | 25 | 542 | 134 | 51 |
| Binary | 11001001 | 1000 | 11100 | 0 | 1100000 | 1010110 | 10101 | 101100010 | 1011100 | 101001 |
Color Harmonies of #C9081C
Complementary color
Monochromatic Colors of #C9081C
Black with #C9081C
Text Example
Text Example
White with #C9081C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9081C; }
p { color: rgb(201,8,28); }
H1.HeaderClassName
{
color: #C9081C;
}
.AnyTagClassName
{
color: #C9081C;
}
</style>
background-color css
<style>
a { background-color: #C9081C; }
a { background-color: rgb(201,8,28); }
div.DivClassName
{
background-color: #C9081C;
}
.BgClassName
{
background-color: #C9081C;
}
</style>
border-color css
<style>
span { border-color: #C9081C; }
span { border-color: rgb(201,8,28); }
td.TdClassName
{
border-color: #C9081C;
}
.TagClassName
{
border-color: #C9081C;
}
</style>