Shades of Venetian Red #C90810
Tints of Venetian Red #C90810
RGB
CMYK
RGB Variations
Color information
#C90810 (or 0xC90810) is known color: Venetian Red. HEX triplet: C9, 08 and 10. RGB value is (201,8,16). Sum of RGB (Red+Green+Blue) = 201+8+16=225 (29% of max value = 765). Red value is 201 (78.91% from 255 or 89.33% from 225); Green value is 8 (3.52% from 255 or 3.56% from 225); Blue value is 16 (6.64% from 255 or 7.11% from 225); Max value from RGB is 201 - color contains mainly: red. Hex color #C90810 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C90810 is #36F7EF. Grayscale: #424242. Windows color (decimal): -3602416 or 1050825. OLE color: 1050825.
HSL color Cylindrical-coordinate representation of color #C90810: hue angle of 357.51º 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 #C90810 is Cyan = 0, Magento = 0.96, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 8 | 16 | - |
| CMYK | 0 | 0.96 | 0.92 | 0.21 |
| HSL | 357.51º | 0.92% | 0.41% | - |
| HSV(B) | 357.51º | 0.96% | 0.79% | - |
| XYZ | 24.27 | 12.63 | 1.65 | - |
| YUV | 66.62 | 99.44 | 223.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 8 | 16 | 0 | 0.96 | 0.92 | 0.21 | 357.51 | 0.92 | 0.41 |
| Hex | C9 | 8 | 10 | 0 | 60 | 5C | 15 | 166 | 5C | 29 |
| Octal | 311 | 10 | 20 | 0 | 140 | 134 | 25 | 546 | 134 | 51 |
| Binary | 11001001 | 1000 | 10000 | 0 | 1100000 | 1011100 | 10101 | 101100110 | 1011100 | 101001 |
Color Harmonies of #C90810
Complementary color
Monochromatic Colors of #C90810
Black with #C90810
Text Example
Text Example
White with #C90810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90810; }
p { color: rgb(201,8,16); }
H1.HeaderClassName
{
color: #C90810;
}
.AnyTagClassName
{
color: #C90810;
}
</style>
background-color css
<style>
a { background-color: #C90810; }
a { background-color: rgb(201,8,16); }
div.DivClassName
{
background-color: #C90810;
}
.BgClassName
{
background-color: #C90810;
}
</style>
border-color css
<style>
span { border-color: #C90810; }
span { border-color: rgb(201,8,16); }
td.TdClassName
{
border-color: #C90810;
}
.TagClassName
{
border-color: #C90810;
}
</style>