Shades of Venetian Red #C80523
Tints of Venetian Red #C80523
RGB
CMYK
RGB Variations
Color information
#C80523 (or 0xC80523) is known color: Venetian Red. HEX triplet: C8, 05 and 23. RGB value is (200,5,35). Sum of RGB (Red+Green+Blue) = 200+5+35=240 (31% of max value = 765). Red value is 200 (78.52% from 255 or 83.33% from 240); Green value is 5 (2.34% from 255 or 2.08% from 240); Blue value is 35 (14.06% from 255 or 14.58% from 240); Max value from RGB is 200 - color contains mainly: red. Hex color #C80523 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80523 is #37FADC. Grayscale: #424242. Windows color (decimal): -3668701 or 2295240. OLE color: 2295240.
HSL color Cylindrical-coordinate representation of color #C80523: hue angle of 350.77º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C80523 is Cyan = 0, Magento = 0.98, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 5 | 35 | - |
| CMYK | 0 | 0.98 | 0.82 | 0.22 |
| HSL | 350.77º | 0.95% | 0.4% | - |
| HSV(B) | 350.77º | 0.98% | 0.78% | - |
| XYZ | 24.18 | 12.51 | 2.73 | - |
| YUV | 66.73 | 110.1 | 223.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 5 | 35 | 0 | 0.98 | 0.82 | 0.22 | 350.77 | 0.95 | 0.4 |
| Hex | C8 | 5 | 23 | 0 | 62 | 52 | 16 | 15F | 5F | 28 |
| Octal | 310 | 5 | 43 | 0 | 142 | 122 | 26 | 537 | 137 | 50 |
| Binary | 11001000 | 101 | 100011 | 0 | 1100010 | 1010010 | 10110 | 101011111 | 1011111 | 101000 |
Color Harmonies of #C80523
Complementary color
Monochromatic Colors of #C80523
Black with #C80523
Text Example
Text Example
White with #C80523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80523; }
p { color: rgb(200,5,35); }
H1.HeaderClassName
{
color: #C80523;
}
.AnyTagClassName
{
color: #C80523;
}
</style>
background-color css
<style>
a { background-color: #C80523; }
a { background-color: rgb(200,5,35); }
div.DivClassName
{
background-color: #C80523;
}
.BgClassName
{
background-color: #C80523;
}
</style>
border-color css
<style>
span { border-color: #C80523; }
span { border-color: rgb(200,5,35); }
td.TdClassName
{
border-color: #C80523;
}
.TagClassName
{
border-color: #C80523;
}
</style>