Shades of Venetian Red #C90626
Tints of Venetian Red #C90626
RGB
CMYK
RGB Variations
Color information
#C90626 (or 0xC90626) is known color: Venetian Red. HEX triplet: C9, 06 and 26. RGB value is (201,6,38). Sum of RGB (Red+Green+Blue) = 201+6+38=245 (32% of max value = 765). Red value is 201 (78.91% from 255 or 82.04% from 245); Green value is 6 (2.73% from 255 or 2.45% from 245); Blue value is 38 (15.23% from 255 or 15.51% from 245); Max value from RGB is 201 - color contains mainly: red. Hex color #C90626 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90626 is #36F9D9. Grayscale: #444444. Windows color (decimal): -3602906 or 2492105. OLE color: 2492105.
HSL color Cylindrical-coordinate representation of color #C90626: hue angle of 350.15º 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 #C90626 is Cyan = 0, Magento = 0.97, Yellow = 0.81 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 6 | 38 | - |
| CMYK | 0 | 0.97 | 0.81 | 0.21 |
| HSL | 350.15º | 0.94% | 0.41% | - |
| HSV(B) | 350.15º | 0.97% | 0.79% | - |
| XYZ | 24.5 | 12.69 | 2.99 | - |
| YUV | 67.95 | 111.1 | 222.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 6 | 38 | 0 | 0.97 | 0.81 | 0.21 | 350.15 | 0.94 | 0.41 |
| Hex | C9 | 6 | 26 | 0 | 61 | 51 | 15 | 15E | 5E | 29 |
| Octal | 311 | 6 | 46 | 0 | 141 | 121 | 25 | 536 | 136 | 51 |
| Binary | 11001001 | 110 | 100110 | 0 | 1100001 | 1010001 | 10101 | 101011110 | 1011110 | 101001 |
Color Harmonies of #C90626
Complementary color
Monochromatic Colors of #C90626
Black with #C90626
Text Example
Text Example
White with #C90626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90626; }
p { color: rgb(201,6,38); }
H1.HeaderClassName
{
color: #C90626;
}
.AnyTagClassName
{
color: #C90626;
}
</style>
background-color css
<style>
a { background-color: #C90626; }
a { background-color: rgb(201,6,38); }
div.DivClassName
{
background-color: #C90626;
}
.BgClassName
{
background-color: #C90626;
}
</style>
border-color css
<style>
span { border-color: #C90626; }
span { border-color: rgb(201,6,38); }
td.TdClassName
{
border-color: #C90626;
}
.TagClassName
{
border-color: #C90626;
}
</style>