Shades of Venetian Red #C90923
Tints of Venetian Red #C90923
RGB
CMYK
RGB Variations
Color information
#C90923 (or 0xC90923) is known color: Venetian Red. HEX triplet: C9, 09 and 23. RGB value is (201,9,35). Sum of RGB (Red+Green+Blue) = 201+9+35=245 (32% of max value = 765). Red value is 201 (78.91% from 255 or 82.04% from 245); Green value is 9 (3.91% from 255 or 3.67% from 245); Blue value is 35 (14.06% from 255 or 14.29% from 245); Max value from RGB is 201 - color contains mainly: red. Hex color #C90923 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90923 is #36F6DC. Grayscale: #454545. Windows color (decimal): -3602141 or 2296265. OLE color: 2296265.
HSL color Cylindrical-coordinate representation of color #C90923: hue angle of 351.88º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C90923 is Cyan = 0, Magento = 0.96, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 9 | 35 | - |
| CMYK | 0 | 0.96 | 0.83 | 0.21 |
| HSL | 351.88º | 0.91% | 0.41% | - |
| HSV(B) | 351.88º | 0.96% | 0.79% | - |
| XYZ | 24.49 | 12.73 | 2.76 | - |
| YUV | 69.37 | 108.61 | 221.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 9 | 35 | 0 | 0.96 | 0.83 | 0.21 | 351.88 | 0.91 | 0.41 |
| Hex | C9 | 9 | 23 | 0 | 60 | 53 | 15 | 160 | 5B | 29 |
| Octal | 311 | 11 | 43 | 0 | 140 | 123 | 25 | 540 | 133 | 51 |
| Binary | 11001001 | 1001 | 100011 | 0 | 1100000 | 1010011 | 10101 | 101100000 | 1011011 | 101001 |
Color Harmonies of #C90923
Complementary color
Monochromatic Colors of #C90923
Black with #C90923
Text Example
Text Example
White with #C90923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90923; }
p { color: rgb(201,9,35); }
H1.HeaderClassName
{
color: #C90923;
}
.AnyTagClassName
{
color: #C90923;
}
</style>
background-color css
<style>
a { background-color: #C90923; }
a { background-color: rgb(201,9,35); }
div.DivClassName
{
background-color: #C90923;
}
.BgClassName
{
background-color: #C90923;
}
</style>
border-color css
<style>
span { border-color: #C90923; }
span { border-color: rgb(201,9,35); }
td.TdClassName
{
border-color: #C90923;
}
.TagClassName
{
border-color: #C90923;
}
</style>