Shades of Venetian Red #C5000D
Tints of Venetian Red #C5000D
RGB
CMYK
RGB Variations
Color information
#C5000D (or 0xC5000D) is known color: Venetian Red. HEX triplet: C5, 00 and 0D. RGB value is (197,0,13). Sum of RGB (Red+Green+Blue) = 197+0+13=210 (27% of max value = 765). Red value is 197 (77.34% from 255 or 93.81% from 210); Green value is 0 (0.39% from 255 or 0% from 210); Blue value is 13 (5.47% from 255 or 6.19% from 210); Max value from RGB is 197 - color contains mainly: red. Hex color #C5000D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C5000D is #3AFFF2. Grayscale: #3C3C3C. Windows color (decimal): -3866611 or 852165. OLE color: 852165.
HSL color Cylindrical-coordinate representation of color #C5000D: hue angle of 356.04º 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 #C5000D is Cyan = 0, Magento = 1, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 0 | 13 | - |
| CMYK | 0 | 1 | 0.93 | 0.23 |
| HSL | 356.04º | 1% | 0.39% | - |
| HSV(B) | 356.04º | 1% | 0.77% | - |
| XYZ | 23.1 | 11.9 | 1.46 | - |
| YUV | 60.39 | 101.27 | 225.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 0 | 13 | 0 | 1 | 0.93 | 0.23 | 356.04 | 1 | 0.39 |
| Hex | C5 | 0 | D | 0 | 64 | 5D | 17 | 164 | 64 | 27 |
| Octal | 305 | 0 | 15 | 0 | 144 | 135 | 27 | 544 | 144 | 47 |
| Binary | 11000101 | 0 | 1101 | 0 | 1100100 | 1011101 | 10111 | 101100100 | 1100100 | 100111 |
Color Harmonies of #C5000D
Complementary color
Monochromatic Colors of #C5000D
Black with #C5000D
Text Example
Text Example
White with #C5000D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5000D; }
p { color: rgb(197,0,13); }
H1.HeaderClassName
{
color: #C5000D;
}
.AnyTagClassName
{
color: #C5000D;
}
</style>
background-color css
<style>
a { background-color: #C5000D; }
a { background-color: rgb(197,0,13); }
div.DivClassName
{
background-color: #C5000D;
}
.BgClassName
{
background-color: #C5000D;
}
</style>
border-color css
<style>
span { border-color: #C5000D; }
span { border-color: rgb(197,0,13); }
td.TdClassName
{
border-color: #C5000D;
}
.TagClassName
{
border-color: #C5000D;
}
</style>