Shades of Venetian Red #C5002B
Tints of Venetian Red #C5002B
RGB
CMYK
RGB Variations
Color information
#C5002B (or 0xC5002B) is known color: Venetian Red. HEX triplet: C5, 00 and 2B. RGB value is (197,0,43). Sum of RGB (Red+Green+Blue) = 197+0+43=240 (31% of max value = 765). Red value is 197 (77.34% from 255 or 82.08% from 240); Green value is 0 (0.39% from 255 or 0% from 240); Blue value is 43 (17.19% from 255 or 17.92% from 240); Max value from RGB is 197 - color contains mainly: red. Hex color #C5002B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5002B is #3AFFD4. Grayscale: #3F3F3F. Windows color (decimal): -3866581 or 2818245. OLE color: 2818245.
HSL color Cylindrical-coordinate representation of color #C5002B: hue angle of 346.9º 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 #C5002B is Cyan = 0, Magento = 1, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 0 | 43 | - |
| CMYK | 0 | 1 | 0.78 | 0.23 |
| HSL | 346.9º | 1% | 0.39% | - |
| HSV(B) | 346.9º | 1% | 0.77% | - |
| XYZ | 23.46 | 12.04 | 3.37 | - |
| YUV | 63.81 | 116.27 | 223 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 0 | 43 | 0 | 1 | 0.78 | 0.23 | 346.9 | 1 | 0.39 |
| Hex | C5 | 0 | 2B | 0 | 64 | 4E | 17 | 15B | 64 | 27 |
| Octal | 305 | 0 | 53 | 0 | 144 | 116 | 27 | 533 | 144 | 47 |
| Binary | 11000101 | 0 | 101011 | 0 | 1100100 | 1001110 | 10111 | 101011011 | 1100100 | 100111 |
Color Harmonies of #C5002B
Complementary color
Monochromatic Colors of #C5002B
Black with #C5002B
Text Example
Text Example
White with #C5002B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5002B; }
p { color: rgb(197,0,43); }
H1.HeaderClassName
{
color: #C5002B;
}
.AnyTagClassName
{
color: #C5002B;
}
</style>
background-color css
<style>
a { background-color: #C5002B; }
a { background-color: rgb(197,0,43); }
div.DivClassName
{
background-color: #C5002B;
}
.BgClassName
{
background-color: #C5002B;
}
</style>
border-color css
<style>
span { border-color: #C5002B; }
span { border-color: rgb(197,0,43); }
td.TdClassName
{
border-color: #C5002B;
}
.TagClassName
{
border-color: #C5002B;
}
</style>