Shades of Venetian Red #C4041D
Tints of Venetian Red #C4041D
RGB
CMYK
RGB Variations
Color information
#C4041D (or 0xC4041D) is known color: Venetian Red. HEX triplet: C4, 04 and 1D. RGB value is (196,4,29). Sum of RGB (Red+Green+Blue) = 196+4+29=229 (30% of max value = 765). Red value is 196 (76.95% from 255 or 85.59% from 229); Green value is 4 (1.95% from 255 or 1.75% from 229); Blue value is 29 (11.72% from 255 or 12.66% from 229); Max value from RGB is 196 - color contains mainly: red. Hex color #C4041D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4041D is #3BFBE2. Grayscale: #404040. Windows color (decimal): -3931107 or 1901764. OLE color: 1901764.
HSL color Cylindrical-coordinate representation of color #C4041D: hue angle of 352.19º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C4041D is Cyan = 0, Magento = 0.98, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 4 | 29 | - |
| CMYK | 0 | 0.98 | 0.85 | 0.23 |
| HSL | 352.19º | 0.96% | 0.39% | - |
| HSV(B) | 352.19º | 0.98% | 0.77% | - |
| XYZ | 23.03 | 11.91 | 2.25 | - |
| YUV | 64.26 | 108.11 | 221.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 4 | 29 | 0 | 0.98 | 0.85 | 0.23 | 352.19 | 0.96 | 0.39 |
| Hex | C4 | 4 | 1D | 0 | 62 | 55 | 17 | 160 | 60 | 27 |
| Octal | 304 | 4 | 35 | 0 | 142 | 125 | 27 | 540 | 140 | 47 |
| Binary | 11000100 | 100 | 11101 | 0 | 1100010 | 1010101 | 10111 | 101100000 | 1100000 | 100111 |
Color Harmonies of #C4041D
Complementary color
Monochromatic Colors of #C4041D
Black with #C4041D
Text Example
Text Example
White with #C4041D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4041D; }
p { color: rgb(196,4,29); }
H1.HeaderClassName
{
color: #C4041D;
}
.AnyTagClassName
{
color: #C4041D;
}
</style>
background-color css
<style>
a { background-color: #C4041D; }
a { background-color: rgb(196,4,29); }
div.DivClassName
{
background-color: #C4041D;
}
.BgClassName
{
background-color: #C4041D;
}
</style>
border-color css
<style>
span { border-color: #C4041D; }
span { border-color: rgb(196,4,29); }
td.TdClassName
{
border-color: #C4041D;
}
.TagClassName
{
border-color: #C4041D;
}
</style>