Shades of Venetian Red #C80922
Tints of Venetian Red #C80922
RGB
CMYK
RGB Variations
Color information
#C80922 (or 0xC80922) is known color: Venetian Red. HEX triplet: C8, 09 and 22. RGB value is (200,9,34). Sum of RGB (Red+Green+Blue) = 200+9+34=243 (32% of max value = 765). Red value is 200 (78.52% from 255 or 82.30% from 243); Green value is 9 (3.91% from 255 or 3.70% from 243); Blue value is 34 (13.67% from 255 or 13.99% from 243); Max value from RGB is 200 - color contains mainly: red. Hex color #C80922 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80922 is #37F6DD. Grayscale: #454545. Windows color (decimal): -3667678 or 2230728. OLE color: 2230728.
HSL color Cylindrical-coordinate representation of color #C80922: hue angle of 352.15º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C80922 is Cyan = 0, Magento = 0.96, Yellow = 0.83 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 9 | 34 | - |
| CMYK | 0 | 0.96 | 0.83 | 0.22 |
| HSL | 352.15º | 0.91% | 0.41% | - |
| HSV(B) | 352.15º | 0.96% | 0.78% | - |
| XYZ | 24.21 | 12.59 | 2.67 | - |
| YUV | 68.96 | 108.28 | 221.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 9 | 34 | 0 | 0.96 | 0.83 | 0.22 | 352.15 | 0.91 | 0.41 |
| Hex | C8 | 9 | 22 | 0 | 60 | 53 | 16 | 160 | 5B | 29 |
| Octal | 310 | 11 | 42 | 0 | 140 | 123 | 26 | 540 | 133 | 51 |
| Binary | 11001000 | 1001 | 100010 | 0 | 1100000 | 1010011 | 10110 | 101100000 | 1011011 | 101001 |
Color Harmonies of #C80922
Complementary color
Monochromatic Colors of #C80922
Black with #C80922
Text Example
Text Example
White with #C80922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80922; }
p { color: rgb(200,9,34); }
H1.HeaderClassName
{
color: #C80922;
}
.AnyTagClassName
{
color: #C80922;
}
</style>
background-color css
<style>
a { background-color: #C80922; }
a { background-color: rgb(200,9,34); }
div.DivClassName
{
background-color: #C80922;
}
.BgClassName
{
background-color: #C80922;
}
</style>
border-color css
<style>
span { border-color: #C80922; }
span { border-color: rgb(200,9,34); }
td.TdClassName
{
border-color: #C80922;
}
.TagClassName
{
border-color: #C80922;
}
</style>