Shades of Venetian Red #C4002B
Tints of Venetian Red #C4002B
RGB
CMYK
RGB Variations
Color information
#C4002B (or 0xC4002B) is known color: Venetian Red. HEX triplet: C4, 00 and 2B. RGB value is (196,0,43). Sum of RGB (Red+Green+Blue) = 196+0+43=239 (31% of max value = 765). Red value is 196 (76.95% from 255 or 82.01% from 239); Green value is 0 (0.39% from 255 or 0% from 239); Blue value is 43 (17.19% from 255 or 17.99% from 239); Max value from RGB is 196 - color contains mainly: red. Hex color #C4002B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4002B is #3BFFD4. Grayscale: #3F3F3F. Windows color (decimal): -3932117 or 2818244. OLE color: 2818244.
HSL color Cylindrical-coordinate representation of color #C4002B: hue angle of 346.84º 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 #C4002B is Cyan = 0, Magento = 1, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 0 | 43 | - |
| CMYK | 0 | 1 | 0.78 | 0.23 |
| HSL | 346.84º | 1% | 0.38% | - |
| HSV(B) | 346.84º | 1% | 0.77% | - |
| XYZ | 23.2 | 11.91 | 3.36 | - |
| YUV | 63.51 | 116.43 | 222.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 0 | 43 | 0 | 1 | 0.78 | 0.23 | 346.84 | 1 | 0.38 |
| Hex | C4 | 0 | 2B | 0 | 64 | 4E | 17 | 15B | 64 | 26 |
| Octal | 304 | 0 | 53 | 0 | 144 | 116 | 27 | 533 | 144 | 46 |
| Binary | 11000100 | 0 | 101011 | 0 | 1100100 | 1001110 | 10111 | 101011011 | 1100100 | 100110 |
Color Harmonies of #C4002B
Complementary color
Monochromatic Colors of #C4002B
Black with #C4002B
Text Example
Text Example
White with #C4002B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4002B; }
p { color: rgb(196,0,43); }
H1.HeaderClassName
{
color: #C4002B;
}
.AnyTagClassName
{
color: #C4002B;
}
</style>
background-color css
<style>
a { background-color: #C4002B; }
a { background-color: rgb(196,0,43); }
div.DivClassName
{
background-color: #C4002B;
}
.BgClassName
{
background-color: #C4002B;
}
</style>
border-color css
<style>
span { border-color: #C4002B; }
span { border-color: rgb(196,0,43); }
td.TdClassName
{
border-color: #C4002B;
}
.TagClassName
{
border-color: #C4002B;
}
</style>