Shades of Venetian Red #C90206
Tints of Venetian Red #C90206
RGB
CMYK
RGB Variations
Color information
#C90206 (or 0xC90206) is known color: Venetian Red. HEX triplet: C9, 02 and 06. RGB value is (201,2,6). Sum of RGB (Red+Green+Blue) = 201+2+6=209 (27% of max value = 765). Red value is 201 (78.91% from 255 or 96.17% from 209); Green value is 2 (1.17% from 255 or 0.96% from 209); Blue value is 6 (2.73% from 255 or 2.87% from 209); Max value from RGB is 201 - color contains mainly: red. Hex color #C90206 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C90206 is #36FDF9. Grayscale: #3E3E3E. Windows color (decimal): -3603962 or 393929. OLE color: 393929.
HSL color Cylindrical-coordinate representation of color #C90206: hue angle of 358.79º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C90206 is Cyan = 0, Magento = 0.99, Yellow = 0.97 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 2 | 6 | - |
| CMYK | 0 | 0.99 | 0.97 | 0.21 |
| HSL | 358.79º | 0.98% | 0.4% | - |
| HSV(B) | 358.79º | 0.99% | 0.79% | - |
| XYZ | 24.14 | 12.47 | 1.31 | - |
| YUV | 61.96 | 96.43 | 227.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 2 | 6 | 0 | 0.99 | 0.97 | 0.21 | 358.79 | 0.98 | 0.4 |
| Hex | C9 | 2 | 6 | 0 | 63 | 61 | 15 | 167 | 62 | 28 |
| Octal | 311 | 2 | 6 | 0 | 143 | 141 | 25 | 547 | 142 | 50 |
| Binary | 11001001 | 10 | 110 | 0 | 1100011 | 1100001 | 10101 | 101100111 | 1100010 | 101000 |
Color Harmonies of #C90206
Complementary color
Monochromatic Colors of #C90206
Black with #C90206
Text Example
Text Example
White with #C90206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90206; }
p { color: rgb(201,2,6); }
H1.HeaderClassName
{
color: #C90206;
}
.AnyTagClassName
{
color: #C90206;
}
</style>
background-color css
<style>
a { background-color: #C90206; }
a { background-color: rgb(201,2,6); }
div.DivClassName
{
background-color: #C90206;
}
.BgClassName
{
background-color: #C90206;
}
</style>
border-color css
<style>
span { border-color: #C90206; }
span { border-color: rgb(201,2,6); }
td.TdClassName
{
border-color: #C90206;
}
.TagClassName
{
border-color: #C90206;
}
</style>