Shades of Venetian Red #CB0220
Tints of Venetian Red #CB0220
RGB
CMYK
RGB Variations
Color information
#CB0220 (or 0xCB0220) is known color: Venetian Red. HEX triplet: CB, 02 and 20. RGB value is (203,2,32). Sum of RGB (Red+Green+Blue) = 203+2+32=237 (31% of max value = 765). Red value is 203 (79.69% from 255 or 85.65% from 237); Green value is 2 (1.17% from 255 or 0.84% from 237); Blue value is 32 (12.89% from 255 or 13.50% from 237); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0220 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0220 is #34FDDF. Grayscale: #414141. Windows color (decimal): -3472864 or 2097867. OLE color: 2097867.
HSL color Cylindrical-coordinate representation of color #CB0220: hue angle of 351.04º 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 #CB0220 is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 2 | 32 | - |
| CMYK | 0 | 0.99 | 0.84 | 0.20 |
| HSL | 351.04º | 0.98% | 0.4% | - |
| HSV(B) | 351.04º | 0.99% | 0.8% | - |
| XYZ | 24.91 | 12.84 | 2.53 | - |
| YUV | 65.52 | 109.09 | 226.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 2 | 32 | 0 | 0.99 | 0.84 | 0.20 | 351.04 | 0.98 | 0.4 |
| Hex | CB | 2 | 20 | 0 | 63 | 54 | 14 | 15F | 62 | 28 |
| Octal | 313 | 2 | 40 | 0 | 143 | 124 | 24 | 537 | 142 | 50 |
| Binary | 11001011 | 10 | 100000 | 0 | 1100011 | 1010100 | 10100 | 101011111 | 1100010 | 101000 |
Color Harmonies of #CB0220
Complementary color
Monochromatic Colors of #CB0220
Black with #CB0220
Text Example
Text Example
White with #CB0220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0220; }
p { color: rgb(203,2,32); }
H1.HeaderClassName
{
color: #CB0220;
}
.AnyTagClassName
{
color: #CB0220;
}
</style>
background-color css
<style>
a { background-color: #CB0220; }
a { background-color: rgb(203,2,32); }
div.DivClassName
{
background-color: #CB0220;
}
.BgClassName
{
background-color: #CB0220;
}
</style>
border-color css
<style>
span { border-color: #CB0220; }
span { border-color: rgb(203,2,32); }
td.TdClassName
{
border-color: #CB0220;
}
.TagClassName
{
border-color: #CB0220;
}
</style>