Shades of Venetian Red #C90326
Tints of Venetian Red #C90326
RGB
CMYK
RGB Variations
Color information
#C90326 (or 0xC90326) is known color: Venetian Red. HEX triplet: C9, 03 and 26. RGB value is (201,3,38). Sum of RGB (Red+Green+Blue) = 201+3+38=242 (32% of max value = 765). Red value is 201 (78.91% from 255 or 83.06% from 242); Green value is 3 (1.56% from 255 or 1.24% from 242); Blue value is 38 (15.23% from 255 or 15.70% from 242); Max value from RGB is 201 - color contains mainly: red. Hex color #C90326 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90326 is #36FCD9. Grayscale: #424242. Windows color (decimal): -3603674 or 2491337. OLE color: 2491337.
HSL color Cylindrical-coordinate representation of color #C90326: hue angle of 349.39º degrees, saturation: 0.97, 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 #C90326 is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 3 | 38 | - |
| CMYK | 0 | 0.99 | 0.81 | 0.21 |
| HSL | 349.39º | 0.97% | 0.4% | - |
| HSV(B) | 349.39º | 0.99% | 0.79% | - |
| XYZ | 24.47 | 12.62 | 2.98 | - |
| YUV | 66.19 | 112.1 | 224.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 3 | 38 | 0 | 0.99 | 0.81 | 0.21 | 349.39 | 0.97 | 0.4 |
| Hex | C9 | 3 | 26 | 0 | 63 | 51 | 15 | 15D | 61 | 28 |
| Octal | 311 | 3 | 46 | 0 | 143 | 121 | 25 | 535 | 141 | 50 |
| Binary | 11001001 | 11 | 100110 | 0 | 1100011 | 1010001 | 10101 | 101011101 | 1100001 | 101000 |
Color Harmonies of #C90326
Complementary color
Monochromatic Colors of #C90326
Black with #C90326
Text Example
Text Example
White with #C90326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90326; }
p { color: rgb(201,3,38); }
H1.HeaderClassName
{
color: #C90326;
}
.AnyTagClassName
{
color: #C90326;
}
</style>
background-color css
<style>
a { background-color: #C90326; }
a { background-color: rgb(201,3,38); }
div.DivClassName
{
background-color: #C90326;
}
.BgClassName
{
background-color: #C90326;
}
</style>
border-color css
<style>
span { border-color: #C90326; }
span { border-color: rgb(201,3,38); }
td.TdClassName
{
border-color: #C90326;
}
.TagClassName
{
border-color: #C90326;
}
</style>