Shades of Venetian Red #C8081E
Tints of Venetian Red #C8081E
RGB
CMYK
RGB Variations
Color information
#C8081E (or 0xC8081E) is known color: Venetian Red. HEX triplet: C8, 08 and 1E. RGB value is (200,8,30). Sum of RGB (Red+Green+Blue) = 200+8+30=238 (31% of max value = 765). Red value is 200 (78.52% from 255 or 84.03% from 238); Green value is 8 (3.52% from 255 or 3.36% from 238); Blue value is 30 (12.11% from 255 or 12.61% from 238); Max value from RGB is 200 - color contains mainly: red. Hex color #C8081E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8081E is #37F7E1. Grayscale: #444444. Windows color (decimal): -3667938 or 1968328. OLE color: 1968328.
HSL color Cylindrical-coordinate representation of color #C8081E: hue angle of 353.12º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C8081E is Cyan = 0, Magento = 0.96, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 8 | 30 | - |
| CMYK | 0 | 0.96 | 0.85 | 0.22 |
| HSL | 353.13º | 0.92% | 0.41% | - |
| HSV(B) | 353.13º | 0.96% | 0.78% | - |
| XYZ | 24.14 | 12.55 | 2.38 | - |
| YUV | 67.92 | 106.61 | 222.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 8 | 30 | 0 | 0.96 | 0.85 | 0.22 | 353.13 | 0.92 | 0.41 |
| Hex | C8 | 8 | 1E | 0 | 60 | 55 | 16 | 161 | 5C | 29 |
| Octal | 310 | 10 | 36 | 0 | 140 | 125 | 26 | 541 | 134 | 51 |
| Binary | 11001000 | 1000 | 11110 | 0 | 1100000 | 1010101 | 10110 | 101100001 | 1011100 | 101001 |
Color Harmonies of #C8081E
Complementary color
Monochromatic Colors of #C8081E
Black with #C8081E
Text Example
Text Example
White with #C8081E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8081E; }
p { color: rgb(200,8,30); }
H1.HeaderClassName
{
color: #C8081E;
}
.AnyTagClassName
{
color: #C8081E;
}
</style>
background-color css
<style>
a { background-color: #C8081E; }
a { background-color: rgb(200,8,30); }
div.DivClassName
{
background-color: #C8081E;
}
.BgClassName
{
background-color: #C8081E;
}
</style>
border-color css
<style>
span { border-color: #C8081E; }
span { border-color: rgb(200,8,30); }
td.TdClassName
{
border-color: #C8081E;
}
.TagClassName
{
border-color: #C8081E;
}
</style>