Shades of Venetian Red #C5001B
Tints of Venetian Red #C5001B
RGB
CMYK
RGB Variations
Color information
#C5001B (or 0xC5001B) is known color: Venetian Red. HEX triplet: C5, 00 and 1B. RGB value is (197,0,27). Sum of RGB (Red+Green+Blue) = 197+0+27=224 (29% of max value = 765). Red value is 197 (77.34% from 255 or 87.95% from 224); Green value is 0 (0.39% from 255 or 0% from 224); Blue value is 27 (10.94% from 255 or 12.05% from 224); Max value from RGB is 197 - color contains mainly: red. Hex color #C5001B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5001B is #3AFFE4. Grayscale: #3E3E3E. Windows color (decimal): -3866597 or 1769669. OLE color: 1769669.
HSL color Cylindrical-coordinate representation of color #C5001B: hue angle of 351.78º 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 #C5001B is Cyan = 0, Magento = 1, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 0 | 27 | - |
| CMYK | 0 | 1 | 0.86 | 0.23 |
| HSL | 351.78º | 1% | 0.39% | - |
| HSV(B) | 351.78º | 1% | 0.77% | - |
| XYZ | 23.22 | 11.95 | 2.12 | - |
| YUV | 61.98 | 108.27 | 224.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 0 | 27 | 0 | 1 | 0.86 | 0.23 | 351.78 | 1 | 0.39 |
| Hex | C5 | 0 | 1B | 0 | 64 | 56 | 17 | 160 | 64 | 27 |
| Octal | 305 | 0 | 33 | 0 | 144 | 126 | 27 | 540 | 144 | 47 |
| Binary | 11000101 | 0 | 11011 | 0 | 1100100 | 1010110 | 10111 | 101100000 | 1100100 | 100111 |
Color Harmonies of #C5001B
Complementary color
Monochromatic Colors of #C5001B
Black with #C5001B
Text Example
Text Example
White with #C5001B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5001B; }
p { color: rgb(197,0,27); }
H1.HeaderClassName
{
color: #C5001B;
}
.AnyTagClassName
{
color: #C5001B;
}
</style>
background-color css
<style>
a { background-color: #C5001B; }
a { background-color: rgb(197,0,27); }
div.DivClassName
{
background-color: #C5001B;
}
.BgClassName
{
background-color: #C5001B;
}
</style>
border-color css
<style>
span { border-color: #C5001B; }
span { border-color: rgb(197,0,27); }
td.TdClassName
{
border-color: #C5001B;
}
.TagClassName
{
border-color: #C5001B;
}
</style>