Shades of Venetian Red #C9090C
Tints of Venetian Red #C9090C
RGB
CMYK
RGB Variations
Color information
#C9090C (or 0xC9090C) is known color: Venetian Red. HEX triplet: C9, 09 and 0C. RGB value is (201,9,12). Sum of RGB (Red+Green+Blue) = 201+9+12=222 (29% of max value = 765). Red value is 201 (78.91% from 255 or 90.54% from 222); Green value is 9 (3.91% from 255 or 4.05% from 222); Blue value is 12 (5.08% from 255 or 5.41% from 222); Max value from RGB is 201 - color contains mainly: red. Hex color #C9090C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C9090C is #36F6F3. Grayscale: #424242. Windows color (decimal): -3602164 or 788937. OLE color: 788937.
HSL color Cylindrical-coordinate representation of color #C9090C: hue angle of 359.06º degrees, saturation: 0.91, 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 #C9090C is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 9 | 12 | - |
| CMYK | 0 | 0.96 | 0.94 | 0.21 |
| HSL | 359.06º | 0.91% | 0.41% | - |
| HSV(B) | 359.06º | 0.96% | 0.79% | - |
| XYZ | 24.25 | 12.64 | 1.51 | - |
| YUV | 66.75 | 97.11 | 223.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 9 | 12 | 0 | 0.96 | 0.94 | 0.21 | 359.06 | 0.91 | 0.41 |
| Hex | C9 | 9 | C | 0 | 60 | 5E | 15 | 167 | 5B | 29 |
| Octal | 311 | 11 | 14 | 0 | 140 | 136 | 25 | 547 | 133 | 51 |
| Binary | 11001001 | 1001 | 1100 | 0 | 1100000 | 1011110 | 10101 | 101100111 | 1011011 | 101001 |
Color Harmonies of #C9090C
Complementary color
Monochromatic Colors of #C9090C
Black with #C9090C
Text Example
Text Example
White with #C9090C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9090C; }
p { color: rgb(201,9,12); }
H1.HeaderClassName
{
color: #C9090C;
}
.AnyTagClassName
{
color: #C9090C;
}
</style>
background-color css
<style>
a { background-color: #C9090C; }
a { background-color: rgb(201,9,12); }
div.DivClassName
{
background-color: #C9090C;
}
.BgClassName
{
background-color: #C9090C;
}
</style>
border-color css
<style>
span { border-color: #C9090C; }
span { border-color: rgb(201,9,12); }
td.TdClassName
{
border-color: #C9090C;
}
.TagClassName
{
border-color: #C9090C;
}
</style>