Shades of Venetian Red #C8091D
Tints of Venetian Red #C8091D
RGB
CMYK
RGB Variations
Color information
#C8091D (or 0xC8091D) is known color: Venetian Red. HEX triplet: C8, 09 and 1D. RGB value is (200,9,29). Sum of RGB (Red+Green+Blue) = 200+9+29=238 (31% of max value = 765). Red value is 200 (78.52% from 255 or 84.03% from 238); Green value is 9 (3.91% from 255 or 3.78% from 238); Blue value is 29 (11.72% from 255 or 12.18% from 238); Max value from RGB is 200 - color contains mainly: red. Hex color #C8091D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8091D is #37F6E2. Grayscale: #444444. Windows color (decimal): -3667683 or 1903048. OLE color: 1903048.
HSL color Cylindrical-coordinate representation of color #C8091D: hue angle of 353.72º 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 #C8091D is Cyan = 0, Magento = 0.96, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 9 | 29 | - |
| CMYK | 0 | 0.96 | 0.86 | 0.22 |
| HSL | 353.72º | 0.91% | 0.41% | - |
| HSV(B) | 353.72º | 0.96% | 0.78% | - |
| XYZ | 24.14 | 12.56 | 2.32 | - |
| YUV | 68.39 | 105.78 | 221.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 9 | 29 | 0 | 0.96 | 0.86 | 0.22 | 353.72 | 0.91 | 0.41 |
| Hex | C8 | 9 | 1D | 0 | 60 | 56 | 16 | 162 | 5B | 29 |
| Octal | 310 | 11 | 35 | 0 | 140 | 126 | 26 | 542 | 133 | 51 |
| Binary | 11001000 | 1001 | 11101 | 0 | 1100000 | 1010110 | 10110 | 101100010 | 1011011 | 101001 |
Color Harmonies of #C8091D
Complementary color
Monochromatic Colors of #C8091D
Black with #C8091D
Text Example
Text Example
White with #C8091D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8091D; }
p { color: rgb(200,9,29); }
H1.HeaderClassName
{
color: #C8091D;
}
.AnyTagClassName
{
color: #C8091D;
}
</style>
background-color css
<style>
a { background-color: #C8091D; }
a { background-color: rgb(200,9,29); }
div.DivClassName
{
background-color: #C8091D;
}
.BgClassName
{
background-color: #C8091D;
}
</style>
border-color css
<style>
span { border-color: #C8091D; }
span { border-color: rgb(200,9,29); }
td.TdClassName
{
border-color: #C8091D;
}
.TagClassName
{
border-color: #C8091D;
}
</style>