Shades of Venetian Red #C80625
Tints of Venetian Red #C80625
RGB
CMYK
RGB Variations
Color information
#C80625 (or 0xC80625) is known color: Venetian Red. HEX triplet: C8, 06 and 25. RGB value is (200,6,37). Sum of RGB (Red+Green+Blue) = 200+6+37=243 (32% of max value = 765). Red value is 200 (78.52% from 255 or 82.30% from 243); Green value is 6 (2.73% from 255 or 2.47% from 243); Blue value is 37 (14.84% from 255 or 15.23% from 243); Max value from RGB is 200 - color contains mainly: red. Hex color #C80625 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80625 is #37F9DA. Grayscale: #434343. Windows color (decimal): -3668443 or 2426568. OLE color: 2426568.
HSL color Cylindrical-coordinate representation of color #C80625: hue angle of 350.41º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C80625 is Cyan = 0, Magento = 0.97, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 6 | 37 | - |
| CMYK | 0 | 0.97 | 0.82 | 0.22 |
| HSL | 350.41º | 0.94% | 0.4% | - |
| HSV(B) | 350.41º | 0.97% | 0.78% | - |
| XYZ | 24.22 | 12.54 | 2.89 | - |
| YUV | 67.54 | 110.77 | 222.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 6 | 37 | 0 | 0.97 | 0.82 | 0.22 | 350.41 | 0.94 | 0.4 |
| Hex | C8 | 6 | 25 | 0 | 61 | 52 | 16 | 15E | 5E | 28 |
| Octal | 310 | 6 | 45 | 0 | 141 | 122 | 26 | 536 | 136 | 50 |
| Binary | 11001000 | 110 | 100101 | 0 | 1100001 | 1010010 | 10110 | 101011110 | 1011110 | 101000 |
Color Harmonies of #C80625
Complementary color
Monochromatic Colors of #C80625
Black with #C80625
Text Example
Text Example
White with #C80625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80625; }
p { color: rgb(200,6,37); }
H1.HeaderClassName
{
color: #C80625;
}
.AnyTagClassName
{
color: #C80625;
}
</style>
background-color css
<style>
a { background-color: #C80625; }
a { background-color: rgb(200,6,37); }
div.DivClassName
{
background-color: #C80625;
}
.BgClassName
{
background-color: #C80625;
}
</style>
border-color css
<style>
span { border-color: #C80625; }
span { border-color: rgb(200,6,37); }
td.TdClassName
{
border-color: #C80625;
}
.TagClassName
{
border-color: #C80625;
}
</style>