Shades of Venetian Red #CB0622
Tints of Venetian Red #CB0622
RGB
CMYK
RGB Variations
Color information
#CB0622 (or 0xCB0622) is known color: Venetian Red. HEX triplet: CB, 06 and 22. RGB value is (203,6,34). Sum of RGB (Red+Green+Blue) = 203+6+34=243 (32% of max value = 765). Red value is 203 (79.69% from 255 or 83.54% from 243); Green value is 6 (2.73% from 255 or 2.47% from 243); Blue value is 34 (13.67% from 255 or 13.99% from 243); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0622 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0622 is #34F9DD. Grayscale: #444444. Windows color (decimal): -3471838 or 2229963. OLE color: 2229963.
HSL color Cylindrical-coordinate representation of color #CB0622: hue angle of 351.47º 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 #CB0622 is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 6 | 34 | - |
| CMYK | 0 | 0.97 | 0.83 | 0.20 |
| HSL | 351.47º | 0.94% | 0.41% | - |
| HSV(B) | 351.47º | 0.97% | 0.8% | - |
| XYZ | 24.98 | 12.94 | 2.69 | - |
| YUV | 68.1 | 108.77 | 224.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 6 | 34 | 0 | 0.97 | 0.83 | 0.20 | 351.47 | 0.94 | 0.41 |
| Hex | CB | 6 | 22 | 0 | 61 | 53 | 14 | 15F | 5E | 29 |
| Octal | 313 | 6 | 42 | 0 | 141 | 123 | 24 | 537 | 136 | 51 |
| Binary | 11001011 | 110 | 100010 | 0 | 1100001 | 1010011 | 10100 | 101011111 | 1011110 | 101001 |
Color Harmonies of #CB0622
Complementary color
Monochromatic Colors of #CB0622
Black with #CB0622
Text Example
Text Example
White with #CB0622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0622; }
p { color: rgb(203,6,34); }
H1.HeaderClassName
{
color: #CB0622;
}
.AnyTagClassName
{
color: #CB0622;
}
</style>
background-color css
<style>
a { background-color: #CB0622; }
a { background-color: rgb(203,6,34); }
div.DivClassName
{
background-color: #CB0622;
}
.BgClassName
{
background-color: #CB0622;
}
</style>
border-color css
<style>
span { border-color: #CB0622; }
span { border-color: rgb(203,6,34); }
td.TdClassName
{
border-color: #CB0622;
}
.TagClassName
{
border-color: #CB0622;
}
</style>