Shades of Venetian Red #C4080F
Tints of Venetian Red #C4080F
RGB
CMYK
RGB Variations
Color information
#C4080F (or 0xC4080F) is known color: Venetian Red. HEX triplet: C4, 08 and 0F. RGB value is (196,8,15). Sum of RGB (Red+Green+Blue) = 196+8+15=219 (29% of max value = 765). Red value is 196 (76.95% from 255 or 89.50% from 219); Green value is 8 (3.52% from 255 or 3.65% from 219); Blue value is 15 (6.25% from 255 or 6.85% from 219); Max value from RGB is 196 - color contains mainly: red. Hex color #C4080F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C4080F is #3BF7F0. Grayscale: #414141. Windows color (decimal): -3930097 or 985284. OLE color: 985284.
HSL color Cylindrical-coordinate representation of color #C4080F: hue angle of 357.77º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C4080F is Cyan = 0, Magento = 0.96, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 8 | 15 | - |
| CMYK | 0 | 0.96 | 0.92 | 0.23 |
| HSL | 357.77º | 0.92% | 0.4% | - |
| HSV(B) | 357.77º | 0.96% | 0.77% | - |
| XYZ | 22.94 | 11.94 | 1.55 | - |
| YUV | 65.01 | 99.78 | 221.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 8 | 15 | 0 | 0.96 | 0.92 | 0.23 | 357.77 | 0.92 | 0.4 |
| Hex | C4 | 8 | F | 0 | 60 | 5C | 17 | 166 | 5C | 28 |
| Octal | 304 | 10 | 17 | 0 | 140 | 134 | 27 | 546 | 134 | 50 |
| Binary | 11000100 | 1000 | 1111 | 0 | 1100000 | 1011100 | 10111 | 101100110 | 1011100 | 101000 |
Color Harmonies of #C4080F
Complementary color
Monochromatic Colors of #C4080F
Black with #C4080F
Text Example
Text Example
White with #C4080F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4080F; }
p { color: rgb(196,8,15); }
H1.HeaderClassName
{
color: #C4080F;
}
.AnyTagClassName
{
color: #C4080F;
}
</style>
background-color css
<style>
a { background-color: #C4080F; }
a { background-color: rgb(196,8,15); }
div.DivClassName
{
background-color: #C4080F;
}
.BgClassName
{
background-color: #C4080F;
}
</style>
border-color css
<style>
span { border-color: #C4080F; }
span { border-color: rgb(196,8,15); }
td.TdClassName
{
border-color: #C4080F;
}
.TagClassName
{
border-color: #C4080F;
}
</style>