Shades of Venetian Red #C4001F
Tints of Venetian Red #C4001F
RGB
CMYK
RGB Variations
Color information
#C4001F (or 0xC4001F) is known color: Venetian Red. HEX triplet: C4, 00 and 1F. RGB value is (196,0,31). Sum of RGB (Red+Green+Blue) = 196+0+31=227 (30% of max value = 765). Red value is 196 (76.95% from 255 or 86.34% from 227); Green value is 0 (0.39% from 255 or 0% from 227); Blue value is 31 (12.5% from 255 or 13.66% from 227); Max value from RGB is 196 - color contains mainly: red. Hex color #C4001F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4001F is #3BFFE0. Grayscale: #3E3E3E. Windows color (decimal): -3932129 or 2031812. OLE color: 2031812.
HSL color Cylindrical-coordinate representation of color #C4001F: hue angle of 350.51º 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 #C4001F is Cyan = 0, Magento = 1, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 0 | 31 | - |
| CMYK | 0 | 1 | 0.84 | 0.23 |
| HSL | 350.51º | 1% | 0.38% | - |
| HSV(B) | 350.51º | 1% | 0.77% | - |
| XYZ | 23.01 | 11.83 | 2.37 | - |
| YUV | 62.14 | 110.43 | 223.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 0 | 31 | 0 | 1 | 0.84 | 0.23 | 350.51 | 1 | 0.38 |
| Hex | C4 | 0 | 1F | 0 | 64 | 54 | 17 | 15F | 64 | 26 |
| Octal | 304 | 0 | 37 | 0 | 144 | 124 | 27 | 537 | 144 | 46 |
| Binary | 11000100 | 0 | 11111 | 0 | 1100100 | 1010100 | 10111 | 101011111 | 1100100 | 100110 |
Color Harmonies of #C4001F
Complementary color
Monochromatic Colors of #C4001F
Black with #C4001F
Text Example
Text Example
White with #C4001F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4001F; }
p { color: rgb(196,0,31); }
H1.HeaderClassName
{
color: #C4001F;
}
.AnyTagClassName
{
color: #C4001F;
}
</style>
background-color css
<style>
a { background-color: #C4001F; }
a { background-color: rgb(196,0,31); }
div.DivClassName
{
background-color: #C4001F;
}
.BgClassName
{
background-color: #C4001F;
}
</style>
border-color css
<style>
span { border-color: #C4001F; }
span { border-color: rgb(196,0,31); }
td.TdClassName
{
border-color: #C4001F;
}
.TagClassName
{
border-color: #C4001F;
}
</style>