Shades of Venetian Red #C4002C
Tints of Venetian Red #C4002C
RGB
CMYK
RGB Variations
Color information
#C4002C (or 0xC4002C) is known color: Venetian Red. HEX triplet: C4, 00 and 2C. RGB value is (196,0,44). Sum of RGB (Red+Green+Blue) = 196+0+44=240 (31% of max value = 765). Red value is 196 (76.95% from 255 or 81.67% from 240); Green value is 0 (0.39% from 255 or 0% from 240); Blue value is 44 (17.58% from 255 or 18.33% from 240); Max value from RGB is 196 - color contains mainly: red. Hex color #C4002C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4002C is #3BFFD3. Grayscale: #3F3F3F. Windows color (decimal): -3932116 or 2883780. OLE color: 2883780.
HSL color Cylindrical-coordinate representation of color #C4002C: hue angle of 346.53º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C4002C is Cyan = 0, Magento = 1, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 0 | 44 | - |
| CMYK | 0 | 1 | 0.78 | 0.23 |
| HSL | 346.53º | 1% | 0.38% | - |
| HSV(B) | 346.53º | 1% | 0.77% | - |
| XYZ | 23.22 | 11.92 | 3.46 | - |
| YUV | 63.62 | 116.93 | 222.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 0 | 44 | 0 | 1 | 0.78 | 0.23 | 346.53 | 1 | 0.38 |
| Hex | C4 | 0 | 2C | 0 | 64 | 4E | 17 | 15B | 64 | 26 |
| Octal | 304 | 0 | 54 | 0 | 144 | 116 | 27 | 533 | 144 | 46 |
| Binary | 11000100 | 0 | 101100 | 0 | 1100100 | 1001110 | 10111 | 101011011 | 1100100 | 100110 |
Color Harmonies of #C4002C
Complementary color
Monochromatic Colors of #C4002C
Black with #C4002C
Text Example
Text Example
White with #C4002C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4002C; }
p { color: rgb(196,0,44); }
H1.HeaderClassName
{
color: #C4002C;
}
.AnyTagClassName
{
color: #C4002C;
}
</style>
background-color css
<style>
a { background-color: #C4002C; }
a { background-color: rgb(196,0,44); }
div.DivClassName
{
background-color: #C4002C;
}
.BgClassName
{
background-color: #C4002C;
}
</style>
border-color css
<style>
span { border-color: #C4002C; }
span { border-color: rgb(196,0,44); }
td.TdClassName
{
border-color: #C4002C;
}
.TagClassName
{
border-color: #C4002C;
}
</style>