Shades of Venetian Red #C4002A
Tints of Venetian Red #C4002A
RGB
CMYK
RGB Variations
Color information
#C4002A (or 0xC4002A) is known color: Venetian Red. HEX triplet: C4, 00 and 2A. RGB value is (196,0,42). Sum of RGB (Red+Green+Blue) = 196+0+42=238 (31% of max value = 765). Red value is 196 (76.95% from 255 or 82.35% from 238); Green value is 0 (0.39% from 255 or 0% from 238); Blue value is 42 (16.80% from 255 or 17.65% from 238); Max value from RGB is 196 - color contains mainly: red. Hex color #C4002A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4002A is #3BFFD5. Grayscale: #3F3F3F. Windows color (decimal): -3932118 or 2752708. OLE color: 2752708.
HSL color Cylindrical-coordinate representation of color #C4002A: hue angle of 347.14º 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 #C4002A is Cyan = 0, Magento = 1, Yellow = 0.79 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 0 | 42 | - |
| CMYK | 0 | 1 | 0.79 | 0.23 |
| HSL | 347.14º | 1% | 0.38% | - |
| HSV(B) | 347.14º | 1% | 0.77% | - |
| XYZ | 23.18 | 11.9 | 3.27 | - |
| YUV | 63.39 | 115.93 | 222.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 0 | 42 | 0 | 1 | 0.79 | 0.23 | 347.14 | 1 | 0.38 |
| Hex | C4 | 0 | 2A | 0 | 64 | 4F | 17 | 15B | 64 | 26 |
| Octal | 304 | 0 | 52 | 0 | 144 | 117 | 27 | 533 | 144 | 46 |
| Binary | 11000100 | 0 | 101010 | 0 | 1100100 | 1001111 | 10111 | 101011011 | 1100100 | 100110 |
Color Harmonies of #C4002A
Complementary color
Monochromatic Colors of #C4002A
Black with #C4002A
Text Example
Text Example
White with #C4002A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4002A; }
p { color: rgb(196,0,42); }
H1.HeaderClassName
{
color: #C4002A;
}
.AnyTagClassName
{
color: #C4002A;
}
</style>
background-color css
<style>
a { background-color: #C4002A; }
a { background-color: rgb(196,0,42); }
div.DivClassName
{
background-color: #C4002A;
}
.BgClassName
{
background-color: #C4002A;
}
</style>
border-color css
<style>
span { border-color: #C4002A; }
span { border-color: rgb(196,0,42); }
td.TdClassName
{
border-color: #C4002A;
}
.TagClassName
{
border-color: #C4002A;
}
</style>