Shades of Venetian Red #C4031D
Tints of Venetian Red #C4031D
RGB
CMYK
RGB Variations
Color information
#C4031D (or 0xC4031D) is known color: Venetian Red. HEX triplet: C4, 03 and 1D. RGB value is (196,3,29). Sum of RGB (Red+Green+Blue) = 196+3+29=228 (30% of max value = 765). Red value is 196 (76.95% from 255 or 85.96% from 228); Green value is 3 (1.56% from 255 or 1.32% from 228); Blue value is 29 (11.72% from 255 or 12.72% from 228); Max value from RGB is 196 - color contains mainly: red. Hex color #C4031D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4031D is #3BFCE2. Grayscale: #3F3F3F. Windows color (decimal): -3931363 or 1901508. OLE color: 1901508.
HSL color Cylindrical-coordinate representation of color #C4031D: hue angle of 351.92º degrees, saturation: 0.97, 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 #C4031D is Cyan = 0, Magento = 0.98, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 3 | 29 | - |
| CMYK | 0 | 0.98 | 0.85 | 0.23 |
| HSL | 351.92º | 0.97% | 0.39% | - |
| HSV(B) | 351.92º | 0.98% | 0.77% | - |
| XYZ | 23.02 | 11.89 | 2.24 | - |
| YUV | 63.67 | 108.44 | 222.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 3 | 29 | 0 | 0.98 | 0.85 | 0.23 | 351.92 | 0.97 | 0.39 |
| Hex | C4 | 3 | 1D | 0 | 62 | 55 | 17 | 160 | 61 | 27 |
| Octal | 304 | 3 | 35 | 0 | 142 | 125 | 27 | 540 | 141 | 47 |
| Binary | 11000100 | 11 | 11101 | 0 | 1100010 | 1010101 | 10111 | 101100000 | 1100001 | 100111 |
Color Harmonies of #C4031D
Complementary color
Monochromatic Colors of #C4031D
Black with #C4031D
Text Example
Text Example
White with #C4031D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4031D; }
p { color: rgb(196,3,29); }
H1.HeaderClassName
{
color: #C4031D;
}
.AnyTagClassName
{
color: #C4031D;
}
</style>
background-color css
<style>
a { background-color: #C4031D; }
a { background-color: rgb(196,3,29); }
div.DivClassName
{
background-color: #C4031D;
}
.BgClassName
{
background-color: #C4031D;
}
</style>
border-color css
<style>
span { border-color: #C4031D; }
span { border-color: rgb(196,3,29); }
td.TdClassName
{
border-color: #C4031D;
}
.TagClassName
{
border-color: #C4031D;
}
</style>