Shades of Venetian Red #C8011D
Tints of Venetian Red #C8011D
RGB
CMYK
RGB Variations
Color information
#C8011D (or 0xC8011D) is known color: Venetian Red. HEX triplet: C8, 01 and 1D. RGB value is (200,1,29). Sum of RGB (Red+Green+Blue) = 200+1+29=230 (30% of max value = 765). Red value is 200 (78.52% from 255 or 86.96% from 230); Green value is 1 (0.78% from 255 or 0.43% from 230); Blue value is 29 (11.72% from 255 or 12.61% from 230); Max value from RGB is 200 - color contains mainly: red. Hex color #C8011D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8011D is #37FEE2. Grayscale: #3F3F3F. Windows color (decimal): -3669731 or 1901000. OLE color: 1901000.
HSL color Cylindrical-coordinate representation of color #C8011D: hue angle of 351.56º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C8011D is Cyan = 0, Magento = 1.00, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 1 | 29 | - |
| CMYK | 0 | 1.00 | 0.86 | 0.22 |
| HSL | 351.56º | 0.99% | 0.39% | - |
| HSV(B) | 351.56º | 1% | 0.78% | - |
| XYZ | 24.05 | 12.39 | 2.29 | - |
| YUV | 63.69 | 108.43 | 225.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 1 | 29 | 0 | 1.00 | 0.86 | 0.22 | 351.56 | 0.99 | 0.39 |
| Hex | C8 | 1 | 1D | 0 | 64 | 56 | 16 | 160 | 63 | 27 |
| Octal | 310 | 1 | 35 | 0 | 144 | 126 | 26 | 540 | 143 | 47 |
| Binary | 11001000 | 1 | 11101 | 0 | 1100100 | 1010110 | 10110 | 101100000 | 1100011 | 100111 |
Color Harmonies of #C8011D
Complementary color
Monochromatic Colors of #C8011D
Black with #C8011D
Text Example
Text Example
White with #C8011D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8011D; }
p { color: rgb(200,1,29); }
H1.HeaderClassName
{
color: #C8011D;
}
.AnyTagClassName
{
color: #C8011D;
}
</style>
background-color css
<style>
a { background-color: #C8011D; }
a { background-color: rgb(200,1,29); }
div.DivClassName
{
background-color: #C8011D;
}
.BgClassName
{
background-color: #C8011D;
}
</style>
border-color css
<style>
span { border-color: #C8011D; }
span { border-color: rgb(200,1,29); }
td.TdClassName
{
border-color: #C8011D;
}
.TagClassName
{
border-color: #C8011D;
}
</style>