Shades of Venetian Red #C8031D
Tints of Venetian Red #C8031D
RGB
CMYK
RGB Variations
Color information
#C8031D (or 0xC8031D) is known color: Venetian Red. HEX triplet: C8, 03 and 1D. RGB value is (200,3,29). Sum of RGB (Red+Green+Blue) = 200+3+29=232 (30% of max value = 765). Red value is 200 (78.52% from 255 or 86.21% from 232); Green value is 3 (1.56% from 255 or 1.29% from 232); Blue value is 29 (11.72% from 255 or 12.5% from 232); Max value from RGB is 200 - color contains mainly: red. Hex color #C8031D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8031D is #37FCE2. Grayscale: #404040. Windows color (decimal): -3669219 or 1901512. OLE color: 1901512.
HSL color Cylindrical-coordinate representation of color #C8031D: hue angle of 352.08º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C8031D is Cyan = 0, Magento = 0.98, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 3 | 29 | - |
| CMYK | 0 | 0.98 | 0.86 | 0.22 |
| HSL | 352.08º | 0.97% | 0.4% | - |
| HSV(B) | 352.08º | 0.99% | 0.78% | - |
| XYZ | 24.07 | 12.43 | 2.29 | - |
| YUV | 64.87 | 107.77 | 224.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 3 | 29 | 0 | 0.98 | 0.86 | 0.22 | 352.08 | 0.97 | 0.4 |
| Hex | C8 | 3 | 1D | 0 | 62 | 56 | 16 | 160 | 61 | 28 |
| Octal | 310 | 3 | 35 | 0 | 142 | 126 | 26 | 540 | 141 | 50 |
| Binary | 11001000 | 11 | 11101 | 0 | 1100010 | 1010110 | 10110 | 101100000 | 1100001 | 101000 |
Color Harmonies of #C8031D
Complementary color
Monochromatic Colors of #C8031D
Black with #C8031D
Text Example
Text Example
White with #C8031D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8031D; }
p { color: rgb(200,3,29); }
H1.HeaderClassName
{
color: #C8031D;
}
.AnyTagClassName
{
color: #C8031D;
}
</style>
background-color css
<style>
a { background-color: #C8031D; }
a { background-color: rgb(200,3,29); }
div.DivClassName
{
background-color: #C8031D;
}
.BgClassName
{
background-color: #C8031D;
}
</style>
border-color css
<style>
span { border-color: #C8031D; }
span { border-color: rgb(200,3,29); }
td.TdClassName
{
border-color: #C8031D;
}
.TagClassName
{
border-color: #C8031D;
}
</style>