Shades of Venetian Red #C80B0C
Tints of Venetian Red #C80B0C
RGB
CMYK
RGB Variations
Color information
#C80B0C (or 0xC80B0C) is known color: Venetian Red. HEX triplet: C8, 0B and 0C. RGB value is (200,11,12). Sum of RGB (Red+Green+Blue) = 200+11+12=223 (29% of max value = 765). Red value is 200 (78.52% from 255 or 89.69% from 223); Green value is 11 (4.69% from 255 or 4.93% from 223); Blue value is 12 (5.08% from 255 or 5.38% from 223); Max value from RGB is 200 - color contains mainly: red. Hex color #C80B0C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80B0C is #37F4F3. Grayscale: #434343. Windows color (decimal): -3667188 or 789448. OLE color: 789448.
HSL color Cylindrical-coordinate representation of color #C80B0C: hue angle of 359.68º 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 #C80B0C is Cyan = 0, Magento = 0.94, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 11 | 12 | - |
| CMYK | 0 | 0.94 | 0.94 | 0.22 |
| HSL | 359.68º | 0.9% | 0.41% | - |
| HSV(B) | 359.68º | 0.95% | 0.78% | - |
| XYZ | 24.01 | 12.55 | 1.5 | - |
| YUV | 67.63 | 96.62 | 222.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 11 | 12 | 0 | 0.94 | 0.94 | 0.22 | 359.68 | 0.9 | 0.41 |
| Hex | C8 | B | C | 0 | 5E | 5E | 16 | 168 | 5A | 29 |
| Octal | 310 | 13 | 14 | 0 | 136 | 136 | 26 | 550 | 132 | 51 |
| Binary | 11001000 | 1011 | 1100 | 0 | 1011110 | 1011110 | 10110 | 101101000 | 1011010 | 101001 |
Color Harmonies of #C80B0C
Complementary color
Monochromatic Colors of #C80B0C
Black with #C80B0C
Text Example
Text Example
White with #C80B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80B0C; }
p { color: rgb(200,11,12); }
H1.HeaderClassName
{
color: #C80B0C;
}
.AnyTagClassName
{
color: #C80B0C;
}
</style>
background-color css
<style>
a { background-color: #C80B0C; }
a { background-color: rgb(200,11,12); }
div.DivClassName
{
background-color: #C80B0C;
}
.BgClassName
{
background-color: #C80B0C;
}
</style>
border-color css
<style>
span { border-color: #C80B0C; }
span { border-color: rgb(200,11,12); }
td.TdClassName
{
border-color: #C80B0C;
}
.TagClassName
{
border-color: #C80B0C;
}
</style>