Shades of Venetian Red #CB020B
Tints of Venetian Red #CB020B
RGB
CMYK
RGB Variations
Color information
#CB020B (or 0xCB020B) is known color: Venetian Red. HEX triplet: CB, 02 and 0B. RGB value is (203,2,11). Sum of RGB (Red+Green+Blue) = 203+2+11=216 (28% of max value = 765). Red value is 203 (79.69% from 255 or 93.98% from 216); Green value is 2 (1.17% from 255 or 0.93% from 216); Blue value is 11 (4.69% from 255 or 5.09% from 216); Max value from RGB is 203 - color contains mainly: red. Hex color #CB020B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB020B is #34FDF4. Grayscale: #3F3F3F. Windows color (decimal): -3472885 or 721611. OLE color: 721611.
HSL color Cylindrical-coordinate representation of color #CB020B: hue angle of 357.31º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CB020B is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 2 | 11 | - |
| CMYK | 0 | 0.99 | 0.95 | 0.20 |
| HSL | 357.31º | 0.98% | 0.4% | - |
| HSV(B) | 357.31º | 0.99% | 0.8% | - |
| XYZ | 24.71 | 12.76 | 1.48 | - |
| YUV | 63.13 | 98.59 | 227.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 2 | 11 | 0 | 0.99 | 0.95 | 0.20 | 357.31 | 0.98 | 0.4 |
| Hex | CB | 2 | B | 0 | 63 | 5F | 14 | 165 | 62 | 28 |
| Octal | 313 | 2 | 13 | 0 | 143 | 137 | 24 | 545 | 142 | 50 |
| Binary | 11001011 | 10 | 1011 | 0 | 1100011 | 1011111 | 10100 | 101100101 | 1100010 | 101000 |
Color Harmonies of #CB020B
Complementary color
Monochromatic Colors of #CB020B
Black with #CB020B
Text Example
Text Example
White with #CB020B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB020B; }
p { color: rgb(203,2,11); }
H1.HeaderClassName
{
color: #CB020B;
}
.AnyTagClassName
{
color: #CB020B;
}
</style>
background-color css
<style>
a { background-color: #CB020B; }
a { background-color: rgb(203,2,11); }
div.DivClassName
{
background-color: #CB020B;
}
.BgClassName
{
background-color: #CB020B;
}
</style>
border-color css
<style>
span { border-color: #CB020B; }
span { border-color: rgb(203,2,11); }
td.TdClassName
{
border-color: #CB020B;
}
.TagClassName
{
border-color: #CB020B;
}
</style>