Shades of Venetian Red #C90723
Tints of Venetian Red #C90723
RGB
CMYK
RGB Variations
Color information
#C90723 (or 0xC90723) is known color: Venetian Red. HEX triplet: C9, 07 and 23. RGB value is (201,7,35). Sum of RGB (Red+Green+Blue) = 201+7+35=243 (32% of max value = 765). Red value is 201 (78.91% from 255 or 82.72% from 243); Green value is 7 (3.12% from 255 or 2.88% from 243); Blue value is 35 (14.06% from 255 or 14.40% from 243); Max value from RGB is 201 - color contains mainly: red. Hex color #C90723 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90723 is #36F8DC. Grayscale: #444444. Windows color (decimal): -3602653 or 2295753. OLE color: 2295753.
HSL color Cylindrical-coordinate representation of color #C90723: hue angle of 351.34º 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 #C90723 is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 7 | 35 | - |
| CMYK | 0 | 0.97 | 0.83 | 0.21 |
| HSL | 351.34º | 0.93% | 0.41% | - |
| HSV(B) | 351.34º | 0.97% | 0.79% | - |
| XYZ | 24.47 | 12.69 | 2.75 | - |
| YUV | 68.2 | 109.27 | 222.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 7 | 35 | 0 | 0.97 | 0.83 | 0.21 | 351.34 | 0.93 | 0.41 |
| Hex | C9 | 7 | 23 | 0 | 61 | 53 | 15 | 15F | 5D | 29 |
| Octal | 311 | 7 | 43 | 0 | 141 | 123 | 25 | 537 | 135 | 51 |
| Binary | 11001001 | 111 | 100011 | 0 | 1100001 | 1010011 | 10101 | 101011111 | 1011101 | 101001 |
Color Harmonies of #C90723
Complementary color
Monochromatic Colors of #C90723
Black with #C90723
Text Example
Text Example
White with #C90723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90723; }
p { color: rgb(201,7,35); }
H1.HeaderClassName
{
color: #C90723;
}
.AnyTagClassName
{
color: #C90723;
}
</style>
background-color css
<style>
a { background-color: #C90723; }
a { background-color: rgb(201,7,35); }
div.DivClassName
{
background-color: #C90723;
}
.BgClassName
{
background-color: #C90723;
}
</style>
border-color css
<style>
span { border-color: #C90723; }
span { border-color: rgb(201,7,35); }
td.TdClassName
{
border-color: #C90723;
}
.TagClassName
{
border-color: #C90723;
}
</style>