Shades of Venetian Red #C90719
Tints of Venetian Red #C90719
RGB
CMYK
RGB Variations
Color information
#C90719 (or 0xC90719) is known color: Venetian Red. HEX triplet: C9, 07 and 19. RGB value is (201,7,25). Sum of RGB (Red+Green+Blue) = 201+7+25=233 (30% of max value = 765). Red value is 201 (78.91% from 255 or 86.27% from 233); Green value is 7 (3.12% from 255 or 3.00% from 233); Blue value is 25 (10.16% from 255 or 10.73% from 233); Max value from RGB is 201 - color contains mainly: red. Hex color #C90719 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C90719 is #36F8E6. Grayscale: #434343. Windows color (decimal): -3602663 or 1640393. OLE color: 1640393.
HSL color Cylindrical-coordinate representation of color #C90719: hue angle of 354.43º 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 #C90719 is Cyan = 0, Magento = 0.97, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 7 | 25 | - |
| CMYK | 0 | 0.97 | 0.88 | 0.21 |
| HSL | 354.43º | 0.93% | 0.41% | - |
| HSV(B) | 354.43º | 0.97% | 0.79% | - |
| XYZ | 24.34 | 12.64 | 2.08 | - |
| YUV | 67.06 | 104.27 | 223.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 7 | 25 | 0 | 0.97 | 0.88 | 0.21 | 354.43 | 0.93 | 0.41 |
| Hex | C9 | 7 | 19 | 0 | 61 | 58 | 15 | 162 | 5D | 29 |
| Octal | 311 | 7 | 31 | 0 | 141 | 130 | 25 | 542 | 135 | 51 |
| Binary | 11001001 | 111 | 11001 | 0 | 1100001 | 1011000 | 10101 | 101100010 | 1011101 | 101001 |
Color Harmonies of #C90719
Complementary color
Monochromatic Colors of #C90719
Black with #C90719
Text Example
Text Example
White with #C90719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90719; }
p { color: rgb(201,7,25); }
H1.HeaderClassName
{
color: #C90719;
}
.AnyTagClassName
{
color: #C90719;
}
</style>
background-color css
<style>
a { background-color: #C90719; }
a { background-color: rgb(201,7,25); }
div.DivClassName
{
background-color: #C90719;
}
.BgClassName
{
background-color: #C90719;
}
</style>
border-color css
<style>
span { border-color: #C90719; }
span { border-color: rgb(201,7,25); }
td.TdClassName
{
border-color: #C90719;
}
.TagClassName
{
border-color: #C90719;
}
</style>