Shades of Venetian Red #CB070A
Tints of Venetian Red #CB070A
RGB
CMYK
RGB Variations
Color information
#CB070A (or 0xCB070A) is known color: Venetian Red. HEX triplet: CB, 07 and 0A. RGB value is (203,7,10). Sum of RGB (Red+Green+Blue) = 203+7+10=220 (29% of max value = 765). Red value is 203 (79.69% from 255 or 92.27% from 220); Green value is 7 (3.12% from 255 or 3.18% from 220); Blue value is 10 (4.30% from 255 or 4.55% from 220); Max value from RGB is 203 - color contains mainly: red. Hex color #CB070A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB070A is #34F8F5. Grayscale: #424242. Windows color (decimal): -3471606 or 657355. OLE color: 657355.
HSL color Cylindrical-coordinate representation of color #CB070A: hue angle of 359.08º degrees, saturation: 0.93, 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 #CB070A is Cyan = 0, Magento = 0.97, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 7 | 10 | - |
| CMYK | 0 | 0.97 | 0.95 | 0.20 |
| HSL | 359.08º | 0.93% | 0.41% | - |
| HSV(B) | 359.08º | 0.97% | 0.8% | - |
| XYZ | 24.76 | 12.87 | 1.47 | - |
| YUV | 65.95 | 96.43 | 225.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 7 | 10 | 0 | 0.97 | 0.95 | 0.20 | 359.08 | 0.93 | 0.41 |
| Hex | CB | 7 | A | 0 | 61 | 5F | 14 | 167 | 5D | 29 |
| Octal | 313 | 7 | 12 | 0 | 141 | 137 | 24 | 547 | 135 | 51 |
| Binary | 11001011 | 111 | 1010 | 0 | 1100001 | 1011111 | 10100 | 101100111 | 1011101 | 101001 |
Color Harmonies of #CB070A
Complementary color
Monochromatic Colors of #CB070A
Black with #CB070A
Text Example
Text Example
White with #CB070A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB070A; }
p { color: rgb(203,7,10); }
H1.HeaderClassName
{
color: #CB070A;
}
.AnyTagClassName
{
color: #CB070A;
}
</style>
background-color css
<style>
a { background-color: #CB070A; }
a { background-color: rgb(203,7,10); }
div.DivClassName
{
background-color: #CB070A;
}
.BgClassName
{
background-color: #CB070A;
}
</style>
border-color css
<style>
span { border-color: #CB070A; }
span { border-color: rgb(203,7,10); }
td.TdClassName
{
border-color: #CB070A;
}
.TagClassName
{
border-color: #CB070A;
}
</style>