Shades of Venetian Red #C8091F
Tints of Venetian Red #C8091F
RGB
CMYK
RGB Variations
Color information
#C8091F (or 0xC8091F) is known color: Venetian Red. HEX triplet: C8, 09 and 1F. RGB value is (200,9,31). Sum of RGB (Red+Green+Blue) = 200+9+31=240 (31% of max value = 765). Red value is 200 (78.52% from 255 or 83.33% from 240); Green value is 9 (3.91% from 255 or 3.75% from 240); Blue value is 31 (12.5% from 255 or 12.92% from 240); Max value from RGB is 200 - color contains mainly: red. Hex color #C8091F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8091F is #37F6E0. Grayscale: #444444. Windows color (decimal): -3667681 or 2034120. OLE color: 2034120.
HSL color Cylindrical-coordinate representation of color #C8091F: hue angle of 353.09º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C8091F is Cyan = 0, Magento = 0.96, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 9 | 31 | - |
| CMYK | 0 | 0.96 | 0.84 | 0.22 |
| HSL | 353.09º | 0.91% | 0.41% | - |
| HSV(B) | 353.09º | 0.96% | 0.78% | - |
| XYZ | 24.16 | 12.57 | 2.45 | - |
| YUV | 68.62 | 106.78 | 221.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 9 | 31 | 0 | 0.96 | 0.84 | 0.22 | 353.09 | 0.91 | 0.41 |
| Hex | C8 | 9 | 1F | 0 | 60 | 54 | 16 | 161 | 5B | 29 |
| Octal | 310 | 11 | 37 | 0 | 140 | 124 | 26 | 541 | 133 | 51 |
| Binary | 11001000 | 1001 | 11111 | 0 | 1100000 | 1010100 | 10110 | 101100001 | 1011011 | 101001 |
Color Harmonies of #C8091F
Complementary color
Monochromatic Colors of #C8091F
Black with #C8091F
Text Example
Text Example
White with #C8091F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8091F; }
p { color: rgb(200,9,31); }
H1.HeaderClassName
{
color: #C8091F;
}
.AnyTagClassName
{
color: #C8091F;
}
</style>
background-color css
<style>
a { background-color: #C8091F; }
a { background-color: rgb(200,9,31); }
div.DivClassName
{
background-color: #C8091F;
}
.BgClassName
{
background-color: #C8091F;
}
</style>
border-color css
<style>
span { border-color: #C8091F; }
span { border-color: rgb(200,9,31); }
td.TdClassName
{
border-color: #C8091F;
}
.TagClassName
{
border-color: #C8091F;
}
</style>