Shades of Venetian Red #CB060F
Tints of Venetian Red #CB060F
RGB
CMYK
RGB Variations
Color information
#CB060F (or 0xCB060F) is known color: Venetian Red. HEX triplet: CB, 06 and 0F. RGB value is (203,6,15). Sum of RGB (Red+Green+Blue) = 203+6+15=224 (29% of max value = 765). Red value is 203 (79.69% from 255 or 90.62% from 224); Green value is 6 (2.73% from 255 or 2.68% from 224); Blue value is 15 (6.25% from 255 or 6.70% from 224); Max value from RGB is 203 - color contains mainly: red. Hex color #CB060F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB060F is #34F9F0. Grayscale: #424242. Windows color (decimal): -3471857 or 984779. OLE color: 984779.
HSL color Cylindrical-coordinate representation of color #CB060F: hue angle of 357.26º 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 #CB060F is Cyan = 0, Magento = 0.97, Yellow = 0.93 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 6 | 15 | - |
| CMYK | 0 | 0.97 | 0.93 | 0.20 |
| HSL | 357.26º | 0.94% | 0.41% | - |
| HSV(B) | 357.26º | 0.97% | 0.8% | - |
| XYZ | 24.78 | 12.86 | 1.63 | - |
| YUV | 65.93 | 99.27 | 225.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 6 | 15 | 0 | 0.97 | 0.93 | 0.20 | 357.26 | 0.94 | 0.41 |
| Hex | CB | 6 | F | 0 | 61 | 5D | 14 | 165 | 5E | 29 |
| Octal | 313 | 6 | 17 | 0 | 141 | 135 | 24 | 545 | 136 | 51 |
| Binary | 11001011 | 110 | 1111 | 0 | 1100001 | 1011101 | 10100 | 101100101 | 1011110 | 101001 |
Color Harmonies of #CB060F
Complementary color
Monochromatic Colors of #CB060F
Black with #CB060F
Text Example
Text Example
White with #CB060F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB060F; }
p { color: rgb(203,6,15); }
H1.HeaderClassName
{
color: #CB060F;
}
.AnyTagClassName
{
color: #CB060F;
}
</style>
background-color css
<style>
a { background-color: #CB060F; }
a { background-color: rgb(203,6,15); }
div.DivClassName
{
background-color: #CB060F;
}
.BgClassName
{
background-color: #CB060F;
}
</style>
border-color css
<style>
span { border-color: #CB060F; }
span { border-color: rgb(203,6,15); }
td.TdClassName
{
border-color: #CB060F;
}
.TagClassName
{
border-color: #CB060F;
}
</style>