Shades of Venetian Red #CB060E
Tints of Venetian Red #CB060E
RGB
CMYK
RGB Variations
Color information
#CB060E (or 0xCB060E) is known color: Venetian Red. HEX triplet: CB, 06 and 0E. RGB value is (203,6,14). Sum of RGB (Red+Green+Blue) = 203+6+14=223 (29% of max value = 765). Red value is 203 (79.69% from 255 or 91.03% from 223); Green value is 6 (2.73% from 255 or 2.69% from 223); Blue value is 14 (5.86% from 255 or 6.28% from 223); Max value from RGB is 203 - color contains mainly: red. Hex color #CB060E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB060E is #34F9F1. Grayscale: #414141. Windows color (decimal): -3471858 or 919243. OLE color: 919243.
HSL color Cylindrical-coordinate representation of color #CB060E: hue angle of 357.56º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CB060E is Cyan = 0, Magento = 0.97, Yellow = 0.93 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 6 | 14 | - |
| CMYK | 0 | 0.97 | 0.93 | 0.20 |
| HSL | 357.56º | 0.94% | 0.41% | - |
| HSV(B) | 357.56º | 0.97% | 0.8% | - |
| XYZ | 24.77 | 12.86 | 1.59 | - |
| YUV | 65.82 | 98.77 | 225.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 6 | 14 | 0 | 0.97 | 0.93 | 0.20 | 357.56 | 0.94 | 0.41 |
| Hex | CB | 6 | E | 0 | 61 | 5D | 14 | 166 | 5E | 29 |
| Octal | 313 | 6 | 16 | 0 | 141 | 135 | 24 | 546 | 136 | 51 |
| Binary | 11001011 | 110 | 1110 | 0 | 1100001 | 1011101 | 10100 | 101100110 | 1011110 | 101001 |
Color Harmonies of #CB060E
Complementary color
Monochromatic Colors of #CB060E
Black with #CB060E
Text Example
Text Example
White with #CB060E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB060E; }
p { color: rgb(203,6,14); }
H1.HeaderClassName
{
color: #CB060E;
}
.AnyTagClassName
{
color: #CB060E;
}
</style>
background-color css
<style>
a { background-color: #CB060E; }
a { background-color: rgb(203,6,14); }
div.DivClassName
{
background-color: #CB060E;
}
.BgClassName
{
background-color: #CB060E;
}
</style>
border-color css
<style>
span { border-color: #CB060E; }
span { border-color: rgb(203,6,14); }
td.TdClassName
{
border-color: #CB060E;
}
.TagClassName
{
border-color: #CB060E;
}
</style>