Shades of Venetian Red #C8081F
Tints of Venetian Red #C8081F
RGB
CMYK
RGB Variations
Color information
#C8081F (or 0xC8081F) is known color: Venetian Red. HEX triplet: C8, 08 and 1F. RGB value is (200,8,31). Sum of RGB (Red+Green+Blue) = 200+8+31=239 (31% of max value = 765). Red value is 200 (78.52% from 255 or 83.68% from 239); Green value is 8 (3.52% from 255 or 3.35% from 239); Blue value is 31 (12.5% from 255 or 12.97% from 239); Max value from RGB is 200 - color contains mainly: red. Hex color #C8081F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8081F is #37F7E0. Grayscale: #444444. Windows color (decimal): -3667937 or 2033864. OLE color: 2033864.
HSL color Cylindrical-coordinate representation of color #C8081F: hue angle of 352.81º 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 #C8081F is Cyan = 0, Magento = 0.96, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 8 | 31 | - |
| CMYK | 0 | 0.96 | 0.84 | 0.22 |
| HSL | 352.81º | 0.92% | 0.41% | - |
| HSV(B) | 352.81º | 0.96% | 0.78% | - |
| XYZ | 24.15 | 12.55 | 2.45 | - |
| YUV | 68.03 | 107.11 | 222.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 8 | 31 | 0 | 0.96 | 0.84 | 0.22 | 352.81 | 0.92 | 0.41 |
| Hex | C8 | 8 | 1F | 0 | 60 | 54 | 16 | 161 | 5C | 29 |
| Octal | 310 | 10 | 37 | 0 | 140 | 124 | 26 | 541 | 134 | 51 |
| Binary | 11001000 | 1000 | 11111 | 0 | 1100000 | 1010100 | 10110 | 101100001 | 1011100 | 101001 |
Color Harmonies of #C8081F
Complementary color
Monochromatic Colors of #C8081F
Black with #C8081F
Text Example
Text Example
White with #C8081F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8081F; }
p { color: rgb(200,8,31); }
H1.HeaderClassName
{
color: #C8081F;
}
.AnyTagClassName
{
color: #C8081F;
}
</style>
background-color css
<style>
a { background-color: #C8081F; }
a { background-color: rgb(200,8,31); }
div.DivClassName
{
background-color: #C8081F;
}
.BgClassName
{
background-color: #C8081F;
}
</style>
border-color css
<style>
span { border-color: #C8081F; }
span { border-color: rgb(200,8,31); }
td.TdClassName
{
border-color: #C8081F;
}
.TagClassName
{
border-color: #C8081F;
}
</style>