Shades of Venetian Red #C5002A
Tints of Venetian Red #C5002A
RGB
CMYK
RGB Variations
Color information
#C5002A (or 0xC5002A) is known color: Venetian Red. HEX triplet: C5, 00 and 2A. RGB value is (197,0,42). Sum of RGB (Red+Green+Blue) = 197+0+42=239 (31% of max value = 765). Red value is 197 (77.34% from 255 or 82.43% from 239); Green value is 0 (0.39% from 255 or 0% from 239); Blue value is 42 (16.80% from 255 or 17.57% from 239); Max value from RGB is 197 - color contains mainly: red. Hex color #C5002A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5002A is #3AFFD5. Grayscale: #3F3F3F. Windows color (decimal): -3866582 or 2752709. OLE color: 2752709.
HSL color Cylindrical-coordinate representation of color #C5002A: hue angle of 347.21º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C5002A is Cyan = 0, Magento = 1, Yellow = 0.79 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 0 | 42 | - |
| CMYK | 0 | 1 | 0.79 | 0.23 |
| HSL | 347.21º | 1% | 0.39% | - |
| HSV(B) | 347.21º | 1% | 0.77% | - |
| XYZ | 23.44 | 12.04 | 3.28 | - |
| YUV | 63.69 | 115.77 | 223.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 0 | 42 | 0 | 1 | 0.79 | 0.23 | 347.21 | 1 | 0.39 |
| Hex | C5 | 0 | 2A | 0 | 64 | 4F | 17 | 15B | 64 | 27 |
| Octal | 305 | 0 | 52 | 0 | 144 | 117 | 27 | 533 | 144 | 47 |
| Binary | 11000101 | 0 | 101010 | 0 | 1100100 | 1001111 | 10111 | 101011011 | 1100100 | 100111 |
Color Harmonies of #C5002A
Complementary color
Monochromatic Colors of #C5002A
Black with #C5002A
Text Example
Text Example
White with #C5002A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5002A; }
p { color: rgb(197,0,42); }
H1.HeaderClassName
{
color: #C5002A;
}
.AnyTagClassName
{
color: #C5002A;
}
</style>
background-color css
<style>
a { background-color: #C5002A; }
a { background-color: rgb(197,0,42); }
div.DivClassName
{
background-color: #C5002A;
}
.BgClassName
{
background-color: #C5002A;
}
</style>
border-color css
<style>
span { border-color: #C5002A; }
span { border-color: rgb(197,0,42); }
td.TdClassName
{
border-color: #C5002A;
}
.TagClassName
{
border-color: #C5002A;
}
</style>