Shades of Venetian Red #C5020A
Tints of Venetian Red #C5020A
RGB
CMYK
RGB Variations
Color information
#C5020A (or 0xC5020A) is known color: Venetian Red. HEX triplet: C5, 02 and 0A. RGB value is (197,2,10). Sum of RGB (Red+Green+Blue) = 197+2+10=209 (27% of max value = 765). Red value is 197 (77.34% from 255 or 94.26% from 209); Green value is 2 (1.17% from 255 or 0.96% from 209); Blue value is 10 (4.30% from 255 or 4.78% from 209); Max value from RGB is 197 - color contains mainly: red. Hex color #C5020A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C5020A is #3AFDF5. Grayscale: #3D3D3D. Windows color (decimal): -3866102 or 656069. OLE color: 656069.
HSL color Cylindrical-coordinate representation of color #C5020A: hue angle of 357.54º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C5020A is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 2 | 10 | - |
| CMYK | 0 | 0.99 | 0.95 | 0.23 |
| HSL | 357.54º | 0.98% | 0.39% | - |
| HSV(B) | 357.54º | 0.99% | 0.77% | - |
| XYZ | 23.1 | 11.94 | 1.37 | - |
| YUV | 61.22 | 99.1 | 224.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 2 | 10 | 0 | 0.99 | 0.95 | 0.23 | 357.54 | 0.98 | 0.39 |
| Hex | C5 | 2 | A | 0 | 63 | 5F | 17 | 166 | 62 | 27 |
| Octal | 305 | 2 | 12 | 0 | 143 | 137 | 27 | 546 | 142 | 47 |
| Binary | 11000101 | 10 | 1010 | 0 | 1100011 | 1011111 | 10111 | 101100110 | 1100010 | 100111 |
Color Harmonies of #C5020A
Complementary color
Monochromatic Colors of #C5020A
Black with #C5020A
Text Example
Text Example
White with #C5020A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5020A; }
p { color: rgb(197,2,10); }
H1.HeaderClassName
{
color: #C5020A;
}
.AnyTagClassName
{
color: #C5020A;
}
</style>
background-color css
<style>
a { background-color: #C5020A; }
a { background-color: rgb(197,2,10); }
div.DivClassName
{
background-color: #C5020A;
}
.BgClassName
{
background-color: #C5020A;
}
</style>
border-color css
<style>
span { border-color: #C5020A; }
span { border-color: rgb(197,2,10); }
td.TdClassName
{
border-color: #C5020A;
}
.TagClassName
{
border-color: #C5020A;
}
</style>