Shades of Venetian Red #C40B1D
Tints of Venetian Red #C40B1D
RGB
CMYK
RGB Variations
Color information
#C40B1D (or 0xC40B1D) is known color: Venetian Red. HEX triplet: C4, 0B and 1D. RGB value is (196,11,29). Sum of RGB (Red+Green+Blue) = 196+11+29=236 (31% of max value = 765). Red value is 196 (76.95% from 255 or 83.05% from 236); Green value is 11 (4.69% from 255 or 4.66% from 236); Blue value is 29 (11.72% from 255 or 12.29% from 236); Max value from RGB is 196 - color contains mainly: red. Hex color #C40B1D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40B1D is #3BF4E2. Grayscale: #444444. Windows color (decimal): -3929315 or 1903556. OLE color: 1903556.
HSL color Cylindrical-coordinate representation of color #C40B1D: hue angle of 354.16º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C40B1D is Cyan = 0, Magento = 0.94, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 11 | 29 | - |
| CMYK | 0 | 0.94 | 0.85 | 0.23 |
| HSL | 354.16º | 0.89% | 0.41% | - |
| HSV(B) | 354.16º | 0.94% | 0.77% | - |
| XYZ | 23.11 | 12.06 | 2.27 | - |
| YUV | 68.37 | 105.79 | 219.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 11 | 29 | 0 | 0.94 | 0.85 | 0.23 | 354.16 | 0.89 | 0.41 |
| Hex | C4 | B | 1D | 0 | 5E | 55 | 17 | 162 | 59 | 29 |
| Octal | 304 | 13 | 35 | 0 | 136 | 125 | 27 | 542 | 131 | 51 |
| Binary | 11000100 | 1011 | 11101 | 0 | 1011110 | 1010101 | 10111 | 101100010 | 1011001 | 101001 |
Color Harmonies of #C40B1D
Complementary color
Monochromatic Colors of #C40B1D
Black with #C40B1D
Text Example
Text Example
White with #C40B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40B1D; }
p { color: rgb(196,11,29); }
H1.HeaderClassName
{
color: #C40B1D;
}
.AnyTagClassName
{
color: #C40B1D;
}
</style>
background-color css
<style>
a { background-color: #C40B1D; }
a { background-color: rgb(196,11,29); }
div.DivClassName
{
background-color: #C40B1D;
}
.BgClassName
{
background-color: #C40B1D;
}
</style>
border-color css
<style>
span { border-color: #C40B1D; }
span { border-color: rgb(196,11,29); }
td.TdClassName
{
border-color: #C40B1D;
}
.TagClassName
{
border-color: #C40B1D;
}
</style>