Shades of Venetian Red #C80B0D
Tints of Venetian Red #C80B0D
RGB
CMYK
RGB Variations
Color information
#C80B0D (or 0xC80B0D) is known color: Venetian Red. HEX triplet: C8, 0B and 0D. RGB value is (200,11,13). Sum of RGB (Red+Green+Blue) = 200+11+13=224 (29% of max value = 765). Red value is 200 (78.52% from 255 or 89.29% from 224); Green value is 11 (4.69% from 255 or 4.91% from 224); Blue value is 13 (5.47% from 255 or 5.80% from 224); Max value from RGB is 200 - color contains mainly: red. Hex color #C80B0D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80B0D is #37F4F2. Grayscale: #434343. Windows color (decimal): -3667187 or 854984. OLE color: 854984.
HSL color Cylindrical-coordinate representation of color #C80B0D: hue angle of 359.37º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C80B0D is Cyan = 0, Magento = 0.94, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 11 | 13 | - |
| CMYK | 0 | 0.94 | 0.94 | 0.22 |
| HSL | 359.37º | 0.9% | 0.41% | - |
| HSV(B) | 359.37º | 0.95% | 0.78% | - |
| XYZ | 24.01 | 12.55 | 1.54 | - |
| YUV | 67.74 | 97.12 | 222.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 11 | 13 | 0 | 0.94 | 0.94 | 0.22 | 359.37 | 0.9 | 0.41 |
| Hex | C8 | B | D | 0 | 5E | 5E | 16 | 167 | 5A | 29 |
| Octal | 310 | 13 | 15 | 0 | 136 | 136 | 26 | 547 | 132 | 51 |
| Binary | 11001000 | 1011 | 1101 | 0 | 1011110 | 1011110 | 10110 | 101100111 | 1011010 | 101001 |
Color Harmonies of #C80B0D
Complementary color
Monochromatic Colors of #C80B0D
Black with #C80B0D
Text Example
Text Example
White with #C80B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80B0D; }
p { color: rgb(200,11,13); }
H1.HeaderClassName
{
color: #C80B0D;
}
.AnyTagClassName
{
color: #C80B0D;
}
</style>
background-color css
<style>
a { background-color: #C80B0D; }
a { background-color: rgb(200,11,13); }
div.DivClassName
{
background-color: #C80B0D;
}
.BgClassName
{
background-color: #C80B0D;
}
</style>
border-color css
<style>
span { border-color: #C80B0D; }
span { border-color: rgb(200,11,13); }
td.TdClassName
{
border-color: #C80B0D;
}
.TagClassName
{
border-color: #C80B0D;
}
</style>