Shades of Venetian Red #C5101C
Tints of Venetian Red #C5101C
RGB
CMYK
RGB Variations
Color information
#C5101C (or 0xC5101C) is known color: Venetian Red. HEX triplet: C5, 10 and 1C. RGB value is (197,16,28). Sum of RGB (Red+Green+Blue) = 197+16+28=241 (31% of max value = 765). Red value is 197 (77.34% from 255 or 81.74% from 241); Green value is 16 (6.64% from 255 or 6.64% from 241); Blue value is 28 (11.33% from 255 or 11.62% from 241); Max value from RGB is 197 - color contains mainly: red. Hex color #C5101C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5101C is #3AEFE3. Grayscale: #474747. Windows color (decimal): -3862500 or 1839301. OLE color: 1839301.
HSL color Cylindrical-coordinate representation of color #C5101C: hue angle of 356.02º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C5101C is Cyan = 0, Magento = 0.92, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 16 | 28 | - |
| CMYK | 0 | 0.92 | 0.86 | 0.23 |
| HSL | 356.02º | 0.85% | 0.42% | - |
| HSV(B) | 356.02º | 0.92% | 0.77% | - |
| XYZ | 23.42 | 12.32 | 2.24 | - |
| YUV | 71.49 | 103.47 | 217.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 16 | 28 | 0 | 0.92 | 0.86 | 0.23 | 356.02 | 0.85 | 0.42 |
| Hex | C5 | 10 | 1C | 0 | 5C | 56 | 17 | 164 | 55 | 2A |
| Octal | 305 | 20 | 34 | 0 | 134 | 126 | 27 | 544 | 125 | 52 |
| Binary | 11000101 | 10000 | 11100 | 0 | 1011100 | 1010110 | 10111 | 101100100 | 1010101 | 101010 |
Color Harmonies of #C5101C
Complementary color
Monochromatic Colors of #C5101C
Black with #C5101C
Text Example
Text Example
White with #C5101C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5101C; }
p { color: rgb(197,16,28); }
H1.HeaderClassName
{
color: #C5101C;
}
.AnyTagClassName
{
color: #C5101C;
}
</style>
background-color css
<style>
a { background-color: #C5101C; }
a { background-color: rgb(197,16,28); }
div.DivClassName
{
background-color: #C5101C;
}
.BgClassName
{
background-color: #C5101C;
}
</style>
border-color css
<style>
span { border-color: #C5101C; }
span { border-color: rgb(197,16,28); }
td.TdClassName
{
border-color: #C5101C;
}
.TagClassName
{
border-color: #C5101C;
}
</style>