Shades of Venetian Red #C8041E
Tints of Venetian Red #C8041E
RGB
CMYK
RGB Variations
Color information
#C8041E (or 0xC8041E) is known color: Venetian Red. HEX triplet: C8, 04 and 1E. RGB value is (200,4,30). Sum of RGB (Red+Green+Blue) = 200+4+30=234 (30% of max value = 765). Red value is 200 (78.52% from 255 or 85.47% from 234); Green value is 4 (1.95% from 255 or 1.71% from 234); Blue value is 30 (12.11% from 255 or 12.82% from 234); Max value from RGB is 200 - color contains mainly: red. Hex color #C8041E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8041E is #37FBE1. Grayscale: #414141. Windows color (decimal): -3668962 or 1967304. OLE color: 1967304.
HSL color Cylindrical-coordinate representation of color #C8041E: hue angle of 352.04º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C8041E is Cyan = 0, Magento = 0.98, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 4 | 30 | - |
| CMYK | 0 | 0.98 | 0.85 | 0.22 |
| HSL | 352.04º | 0.96% | 0.4% | - |
| HSV(B) | 352.04º | 0.98% | 0.78% | - |
| XYZ | 24.1 | 12.46 | 2.36 | - |
| YUV | 65.57 | 107.93 | 223.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 4 | 30 | 0 | 0.98 | 0.85 | 0.22 | 352.04 | 0.96 | 0.4 |
| Hex | C8 | 4 | 1E | 0 | 62 | 55 | 16 | 160 | 60 | 28 |
| Octal | 310 | 4 | 36 | 0 | 142 | 125 | 26 | 540 | 140 | 50 |
| Binary | 11001000 | 100 | 11110 | 0 | 1100010 | 1010101 | 10110 | 101100000 | 1100000 | 101000 |
Color Harmonies of #C8041E
Complementary color
Monochromatic Colors of #C8041E
Black with #C8041E
Text Example
Text Example
White with #C8041E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8041E; }
p { color: rgb(200,4,30); }
H1.HeaderClassName
{
color: #C8041E;
}
.AnyTagClassName
{
color: #C8041E;
}
</style>
background-color css
<style>
a { background-color: #C8041E; }
a { background-color: rgb(200,4,30); }
div.DivClassName
{
background-color: #C8041E;
}
.BgClassName
{
background-color: #C8041E;
}
</style>
border-color css
<style>
span { border-color: #C8041E; }
span { border-color: rgb(200,4,30); }
td.TdClassName
{
border-color: #C8041E;
}
.TagClassName
{
border-color: #C8041E;
}
</style>