Shades of Venetian Red #C90717
Tints of Venetian Red #C90717
RGB
CMYK
RGB Variations
Color information
#C90717 (or 0xC90717) is known color: Venetian Red. HEX triplet: C9, 07 and 17. RGB value is (201,7,23). Sum of RGB (Red+Green+Blue) = 201+7+23=231 (30% of max value = 765). Red value is 201 (78.91% from 255 or 87.01% from 231); Green value is 7 (3.12% from 255 or 3.03% from 231); Blue value is 23 (9.38% from 255 or 9.96% from 231); Max value from RGB is 201 - color contains mainly: red. Hex color #C90717 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C90717 is #36F8E8. Grayscale: #424242. Windows color (decimal): -3602665 or 1509321. OLE color: 1509321.
HSL color Cylindrical-coordinate representation of color #C90717: hue angle of 355.05º degrees, saturation: 0.93, 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 #C90717 is Cyan = 0, Magento = 0.97, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 7 | 23 | - |
| CMYK | 0 | 0.97 | 0.89 | 0.21 |
| HSL | 355.05º | 0.93% | 0.41% | - |
| HSV(B) | 355.05º | 0.97% | 0.79% | - |
| XYZ | 24.32 | 12.63 | 1.97 | - |
| YUV | 66.83 | 103.27 | 223.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 7 | 23 | 0 | 0.97 | 0.89 | 0.21 | 355.05 | 0.93 | 0.41 |
| Hex | C9 | 7 | 17 | 0 | 61 | 59 | 15 | 163 | 5D | 29 |
| Octal | 311 | 7 | 27 | 0 | 141 | 131 | 25 | 543 | 135 | 51 |
| Binary | 11001001 | 111 | 10111 | 0 | 1100001 | 1011001 | 10101 | 101100011 | 1011101 | 101001 |
Color Harmonies of #C90717
Complementary color
Monochromatic Colors of #C90717
Black with #C90717
Text Example
Text Example
White with #C90717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90717; }
p { color: rgb(201,7,23); }
H1.HeaderClassName
{
color: #C90717;
}
.AnyTagClassName
{
color: #C90717;
}
</style>
background-color css
<style>
a { background-color: #C90717; }
a { background-color: rgb(201,7,23); }
div.DivClassName
{
background-color: #C90717;
}
.BgClassName
{
background-color: #C90717;
}
</style>
border-color css
<style>
span { border-color: #C90717; }
span { border-color: rgb(201,7,23); }
td.TdClassName
{
border-color: #C90717;
}
.TagClassName
{
border-color: #C90717;
}
</style>