Shades of Venetian Red #C5001A
Tints of Venetian Red #C5001A
RGB
CMYK
RGB Variations
Color information
#C5001A (or 0xC5001A) is known color: Venetian Red. HEX triplet: C5, 00 and 1A. RGB value is (197,0,26). Sum of RGB (Red+Green+Blue) = 197+0+26=223 (29% of max value = 765). Red value is 197 (77.34% from 255 or 88.34% from 223); Green value is 0 (0.39% from 255 or 0% from 223); Blue value is 26 (10.55% from 255 or 11.66% from 223); Max value from RGB is 197 - color contains mainly: red. Hex color #C5001A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5001A is #3AFFE5. Grayscale: #3D3D3D. Windows color (decimal): -3866598 or 1704133. OLE color: 1704133.
HSL color Cylindrical-coordinate representation of color #C5001A: hue angle of 352.08º 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 #C5001A is Cyan = 0, Magento = 1, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 0 | 26 | - |
| CMYK | 0 | 1 | 0.87 | 0.23 |
| HSL | 352.08º | 1% | 0.39% | - |
| HSV(B) | 352.08º | 1% | 0.77% | - |
| XYZ | 23.21 | 11.94 | 2.06 | - |
| YUV | 61.87 | 107.77 | 224.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 0 | 26 | 0 | 1 | 0.87 | 0.23 | 352.08 | 1 | 0.39 |
| Hex | C5 | 0 | 1A | 0 | 64 | 57 | 17 | 160 | 64 | 27 |
| Octal | 305 | 0 | 32 | 0 | 144 | 127 | 27 | 540 | 144 | 47 |
| Binary | 11000101 | 0 | 11010 | 0 | 1100100 | 1010111 | 10111 | 101100000 | 1100100 | 100111 |
Color Harmonies of #C5001A
Complementary color
Monochromatic Colors of #C5001A
Black with #C5001A
Text Example
Text Example
White with #C5001A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5001A; }
p { color: rgb(197,0,26); }
H1.HeaderClassName
{
color: #C5001A;
}
.AnyTagClassName
{
color: #C5001A;
}
</style>
background-color css
<style>
a { background-color: #C5001A; }
a { background-color: rgb(197,0,26); }
div.DivClassName
{
background-color: #C5001A;
}
.BgClassName
{
background-color: #C5001A;
}
</style>
border-color css
<style>
span { border-color: #C5001A; }
span { border-color: rgb(197,0,26); }
td.TdClassName
{
border-color: #C5001A;
}
.TagClassName
{
border-color: #C5001A;
}
</style>