Shades of Venetian Red #C90608
Tints of Venetian Red #C90608
RGB
CMYK
RGB Variations
Color information
#C90608 (or 0xC90608) is known color: Venetian Red. HEX triplet: C9, 06 and 08. RGB value is (201,6,8). Sum of RGB (Red+Green+Blue) = 201+6+8=215 (28% of max value = 765). Red value is 201 (78.91% from 255 or 93.49% from 215); Green value is 6 (2.73% from 255 or 2.79% from 215); Blue value is 8 (3.52% from 255 or 3.72% from 215); Max value from RGB is 201 - color contains mainly: red. Hex color #C90608 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C90608 is #36F9F7. Grayscale: #404040. Windows color (decimal): -3602936 or 526025. OLE color: 526025.
HSL color Cylindrical-coordinate representation of color #C90608: hue angle of 359.38º 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 #C90608 is Cyan = 0, Magento = 0.97, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 6 | 8 | - |
| CMYK | 0 | 0.97 | 0.96 | 0.21 |
| HSL | 359.38º | 0.94% | 0.41% | - |
| HSV(B) | 359.38º | 0.97% | 0.79% | - |
| XYZ | 24.2 | 12.57 | 1.38 | - |
| YUV | 64.53 | 96.1 | 225.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 6 | 8 | 0 | 0.97 | 0.96 | 0.21 | 359.38 | 0.94 | 0.41 |
| Hex | C9 | 6 | 8 | 0 | 61 | 60 | 15 | 167 | 5E | 29 |
| Octal | 311 | 6 | 10 | 0 | 141 | 140 | 25 | 547 | 136 | 51 |
| Binary | 11001001 | 110 | 1000 | 0 | 1100001 | 1100000 | 10101 | 101100111 | 1011110 | 101001 |
Color Harmonies of #C90608
Complementary color
Monochromatic Colors of #C90608
Black with #C90608
Text Example
Text Example
White with #C90608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90608; }
p { color: rgb(201,6,8); }
H1.HeaderClassName
{
color: #C90608;
}
.AnyTagClassName
{
color: #C90608;
}
</style>
background-color css
<style>
a { background-color: #C90608; }
a { background-color: rgb(201,6,8); }
div.DivClassName
{
background-color: #C90608;
}
.BgClassName
{
background-color: #C90608;
}
</style>
border-color css
<style>
span { border-color: #C90608; }
span { border-color: rgb(201,6,8); }
td.TdClassName
{
border-color: #C90608;
}
.TagClassName
{
border-color: #C90608;
}
</style>