Shades of Venetian Red #CB0822
Tints of Venetian Red #CB0822
RGB
CMYK
RGB Variations
Color information
#CB0822 (or 0xCB0822) is known color: Venetian Red. HEX triplet: CB, 08 and 22. RGB value is (203,8,34). Sum of RGB (Red+Green+Blue) = 203+8+34=245 (32% of max value = 765). Red value is 203 (79.69% from 255 or 82.86% from 245); Green value is 8 (3.52% from 255 or 3.27% from 245); Blue value is 34 (13.67% from 255 or 13.88% from 245); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0822 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0822 is #34F7DD. Grayscale: #454545. Windows color (decimal): -3471326 or 2230475. OLE color: 2230475.
HSL color Cylindrical-coordinate representation of color #CB0822: hue angle of 352º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CB0822 is Cyan = 0, Magento = 0.96, Yellow = 0.83 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 8 | 34 | - |
| CMYK | 0 | 0.96 | 0.83 | 0.20 |
| HSL | 352º | 0.92% | 0.41% | - |
| HSV(B) | 352º | 0.96% | 0.8% | - |
| XYZ | 25 | 12.99 | 2.7 | - |
| YUV | 69.27 | 108.1 | 223.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 8 | 34 | 0 | 0.96 | 0.83 | 0.20 | 352 | 0.92 | 0.41 |
| Hex | CB | 8 | 22 | 0 | 60 | 53 | 14 | 160 | 5C | 29 |
| Octal | 313 | 10 | 42 | 0 | 140 | 123 | 24 | 540 | 134 | 51 |
| Binary | 11001011 | 1000 | 100010 | 0 | 1100000 | 1010011 | 10100 | 101100000 | 1011100 | 101001 |
Color Harmonies of #CB0822
Complementary color
Monochromatic Colors of #CB0822
Black with #CB0822
Text Example
Text Example
White with #CB0822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0822; }
p { color: rgb(203,8,34); }
H1.HeaderClassName
{
color: #CB0822;
}
.AnyTagClassName
{
color: #CB0822;
}
</style>
background-color css
<style>
a { background-color: #CB0822; }
a { background-color: rgb(203,8,34); }
div.DivClassName
{
background-color: #CB0822;
}
.BgClassName
{
background-color: #CB0822;
}
</style>
border-color css
<style>
span { border-color: #CB0822; }
span { border-color: rgb(203,8,34); }
td.TdClassName
{
border-color: #CB0822;
}
.TagClassName
{
border-color: #CB0822;
}
</style>