Shades of Venetian Red #C9061C
Tints of Venetian Red #C9061C
RGB
CMYK
RGB Variations
Color information
#C9061C (or 0xC9061C) is known color: Venetian Red. HEX triplet: C9, 06 and 1C. RGB value is (201,6,28). Sum of RGB (Red+Green+Blue) = 201+6+28=235 (31% of max value = 765). Red value is 201 (78.91% from 255 or 85.53% from 235); Green value is 6 (2.73% from 255 or 2.55% from 235); Blue value is 28 (11.33% from 255 or 11.91% from 235); Max value from RGB is 201 - color contains mainly: red. Hex color #C9061C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9061C is #36F9E3. Grayscale: #424242. Windows color (decimal): -3602916 or 1836745. OLE color: 1836745.
HSL color Cylindrical-coordinate representation of color #C9061C: hue angle of 353.23º 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 #C9061C is Cyan = 0, Magento = 0.97, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 6 | 28 | - |
| CMYK | 0 | 0.97 | 0.86 | 0.21 |
| HSL | 353.23º | 0.94% | 0.41% | - |
| HSV(B) | 353.23º | 0.97% | 0.79% | - |
| XYZ | 24.36 | 12.63 | 2.25 | - |
| YUV | 66.81 | 106.1 | 223.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 6 | 28 | 0 | 0.97 | 0.86 | 0.21 | 353.23 | 0.94 | 0.41 |
| Hex | C9 | 6 | 1C | 0 | 61 | 56 | 15 | 161 | 5E | 29 |
| Octal | 311 | 6 | 34 | 0 | 141 | 126 | 25 | 541 | 136 | 51 |
| Binary | 11001001 | 110 | 11100 | 0 | 1100001 | 1010110 | 10101 | 101100001 | 1011110 | 101001 |
Color Harmonies of #C9061C
Complementary color
Monochromatic Colors of #C9061C
Black with #C9061C
Text Example
Text Example
White with #C9061C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9061C; }
p { color: rgb(201,6,28); }
H1.HeaderClassName
{
color: #C9061C;
}
.AnyTagClassName
{
color: #C9061C;
}
</style>
background-color css
<style>
a { background-color: #C9061C; }
a { background-color: rgb(201,6,28); }
div.DivClassName
{
background-color: #C9061C;
}
.BgClassName
{
background-color: #C9061C;
}
</style>
border-color css
<style>
span { border-color: #C9061C; }
span { border-color: rgb(201,6,28); }
td.TdClassName
{
border-color: #C9061C;
}
.TagClassName
{
border-color: #C9061C;
}
</style>