Shades of Venetian Red #C4031C
Tints of Venetian Red #C4031C
RGB
CMYK
RGB Variations
Color information
#C4031C (or 0xC4031C) is known color: Venetian Red. HEX triplet: C4, 03 and 1C. RGB value is (196,3,28). Sum of RGB (Red+Green+Blue) = 196+3+28=227 (30% of max value = 765). Red value is 196 (76.95% from 255 or 86.34% from 227); Green value is 3 (1.56% from 255 or 1.32% from 227); Blue value is 28 (11.33% from 255 or 12.33% from 227); Max value from RGB is 196 - color contains mainly: red. Hex color #C4031C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4031C is #3BFCE3. Grayscale: #3F3F3F. Windows color (decimal): -3931364 or 1835972. OLE color: 1835972.
HSL color Cylindrical-coordinate representation of color #C4031C: hue angle of 352.23º 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 #C4031C is Cyan = 0, Magento = 0.98, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 3 | 28 | - |
| CMYK | 0 | 0.98 | 0.86 | 0.23 |
| HSL | 352.23º | 0.97% | 0.39% | - |
| HSV(B) | 352.23º | 0.98% | 0.77% | - |
| XYZ | 23.01 | 11.88 | 2.18 | - |
| YUV | 63.56 | 107.94 | 222.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 3 | 28 | 0 | 0.98 | 0.86 | 0.23 | 352.23 | 0.97 | 0.39 |
| Hex | C4 | 3 | 1C | 0 | 62 | 56 | 17 | 160 | 61 | 27 |
| Octal | 304 | 3 | 34 | 0 | 142 | 126 | 27 | 540 | 141 | 47 |
| Binary | 11000100 | 11 | 11100 | 0 | 1100010 | 1010110 | 10111 | 101100000 | 1100001 | 100111 |
Color Harmonies of #C4031C
Complementary color
Monochromatic Colors of #C4031C
Black with #C4031C
Text Example
Text Example
White with #C4031C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4031C; }
p { color: rgb(196,3,28); }
H1.HeaderClassName
{
color: #C4031C;
}
.AnyTagClassName
{
color: #C4031C;
}
</style>
background-color css
<style>
a { background-color: #C4031C; }
a { background-color: rgb(196,3,28); }
div.DivClassName
{
background-color: #C4031C;
}
.BgClassName
{
background-color: #C4031C;
}
</style>
border-color css
<style>
span { border-color: #C4031C; }
span { border-color: rgb(196,3,28); }
td.TdClassName
{
border-color: #C4031C;
}
.TagClassName
{
border-color: #C4031C;
}
</style>