Shades of Venetian Red #C8041D
Tints of Venetian Red #C8041D
RGB
CMYK
RGB Variations
Color information
#C8041D (or 0xC8041D) is known color: Venetian Red. HEX triplet: C8, 04 and 1D. RGB value is (200,4,29). Sum of RGB (Red+Green+Blue) = 200+4+29=233 (30% of max value = 765). Red value is 200 (78.52% from 255 or 85.84% from 233); Green value is 4 (1.95% from 255 or 1.72% from 233); Blue value is 29 (11.72% from 255 or 12.45% from 233); Max value from RGB is 200 - color contains mainly: red. Hex color #C8041D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8041D is #37FBE2. Grayscale: #414141. Windows color (decimal): -3668963 or 1901768. OLE color: 1901768.
HSL color Cylindrical-coordinate representation of color #C8041D: hue angle of 352.35º 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 #C8041D is Cyan = 0, Magento = 0.98, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 4 | 29 | - |
| CMYK | 0 | 0.98 | 0.86 | 0.22 |
| HSL | 352.35º | 0.96% | 0.4% | - |
| HSV(B) | 352.35º | 0.98% | 0.78% | - |
| XYZ | 24.08 | 12.45 | 2.3 | - |
| YUV | 65.45 | 107.43 | 223.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 4 | 29 | 0 | 0.98 | 0.86 | 0.22 | 352.35 | 0.96 | 0.4 |
| Hex | C8 | 4 | 1D | 0 | 62 | 56 | 16 | 160 | 60 | 28 |
| Octal | 310 | 4 | 35 | 0 | 142 | 126 | 26 | 540 | 140 | 50 |
| Binary | 11001000 | 100 | 11101 | 0 | 1100010 | 1010110 | 10110 | 101100000 | 1100000 | 101000 |
Color Harmonies of #C8041D
Complementary color
Monochromatic Colors of #C8041D
Black with #C8041D
Text Example
Text Example
White with #C8041D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8041D; }
p { color: rgb(200,4,29); }
H1.HeaderClassName
{
color: #C8041D;
}
.AnyTagClassName
{
color: #C8041D;
}
</style>
background-color css
<style>
a { background-color: #C8041D; }
a { background-color: rgb(200,4,29); }
div.DivClassName
{
background-color: #C8041D;
}
.BgClassName
{
background-color: #C8041D;
}
</style>
border-color css
<style>
span { border-color: #C8041D; }
span { border-color: rgb(200,4,29); }
td.TdClassName
{
border-color: #C8041D;
}
.TagClassName
{
border-color: #C8041D;
}
</style>