Shades of Venetian Red #C4051D
Tints of Venetian Red #C4051D
RGB
CMYK
RGB Variations
Color information
#C4051D (or 0xC4051D) is known color: Venetian Red. HEX triplet: C4, 05 and 1D. RGB value is (196,5,29). Sum of RGB (Red+Green+Blue) = 196+5+29=230 (30% of max value = 765). Red value is 196 (76.95% from 255 or 85.22% from 230); Green value is 5 (2.34% from 255 or 2.17% from 230); Blue value is 29 (11.72% from 255 or 12.61% from 230); Max value from RGB is 196 - color contains mainly: red. Hex color #C4051D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4051D is #3BFAE2. Grayscale: #404040. Windows color (decimal): -3930851 or 1902020. OLE color: 1902020.
HSL color Cylindrical-coordinate representation of color #C4051D: hue angle of 352.46º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C4051D is Cyan = 0, Magento = 0.97, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 5 | 29 | - |
| CMYK | 0 | 0.97 | 0.85 | 0.23 |
| HSL | 352.46º | 0.95% | 0.39% | - |
| HSV(B) | 352.46º | 0.97% | 0.77% | - |
| XYZ | 23.04 | 11.93 | 2.25 | - |
| YUV | 64.85 | 107.78 | 221.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 5 | 29 | 0 | 0.97 | 0.85 | 0.23 | 352.46 | 0.95 | 0.39 |
| Hex | C4 | 5 | 1D | 0 | 61 | 55 | 17 | 160 | 5F | 27 |
| Octal | 304 | 5 | 35 | 0 | 141 | 125 | 27 | 540 | 137 | 47 |
| Binary | 11000100 | 101 | 11101 | 0 | 1100001 | 1010101 | 10111 | 101100000 | 1011111 | 100111 |
Color Harmonies of #C4051D
Complementary color
Monochromatic Colors of #C4051D
Black with #C4051D
Text Example
Text Example
White with #C4051D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4051D; }
p { color: rgb(196,5,29); }
H1.HeaderClassName
{
color: #C4051D;
}
.AnyTagClassName
{
color: #C4051D;
}
</style>
background-color css
<style>
a { background-color: #C4051D; }
a { background-color: rgb(196,5,29); }
div.DivClassName
{
background-color: #C4051D;
}
.BgClassName
{
background-color: #C4051D;
}
</style>
border-color css
<style>
span { border-color: #C4051D; }
span { border-color: rgb(196,5,29); }
td.TdClassName
{
border-color: #C4051D;
}
.TagClassName
{
border-color: #C4051D;
}
</style>