Shades of Venetian Red #CB0022
Tints of Venetian Red #CB0022
RGB
CMYK
RGB Variations
Color information
#CB0022 (or 0xCB0022) is known color: Venetian Red. HEX triplet: CB, 00 and 22. RGB value is (203,0,34). Sum of RGB (Red+Green+Blue) = 203+0+34=237 (31% of max value = 765). Red value is 203 (79.69% from 255 or 85.65% from 237); Green value is 0 (0.39% from 255 or 0% from 237); Blue value is 34 (13.67% from 255 or 14.35% from 237); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0022 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0022 is #34FFDD. Grayscale: #404040. Windows color (decimal): -3473374 or 2228427. OLE color: 2228427.
HSL color Cylindrical-coordinate representation of color #CB0022: hue angle of 349.95º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CB0022 is Cyan = 0, Magento = 1, Yellow = 0.83 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 0 | 34 | - |
| CMYK | 0 | 1 | 0.83 | 0.20 |
| HSL | 349.95º | 1% | 0.4% | - |
| HSV(B) | 349.95º | 1% | 0.8% | - |
| XYZ | 24.92 | 12.81 | 2.67 | - |
| YUV | 64.57 | 110.75 | 226.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 0 | 34 | 0 | 1 | 0.83 | 0.20 | 349.95 | 1 | 0.4 |
| Hex | CB | 0 | 22 | 0 | 64 | 53 | 14 | 15E | 64 | 28 |
| Octal | 313 | 0 | 42 | 0 | 144 | 123 | 24 | 536 | 144 | 50 |
| Binary | 11001011 | 0 | 100010 | 0 | 1100100 | 1010011 | 10100 | 101011110 | 1100100 | 101000 |
Color Harmonies of #CB0022
Complementary color
Monochromatic Colors of #CB0022
Black with #CB0022
Text Example
Text Example
White with #CB0022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0022; }
p { color: rgb(203,0,34); }
H1.HeaderClassName
{
color: #CB0022;
}
.AnyTagClassName
{
color: #CB0022;
}
</style>
background-color css
<style>
a { background-color: #CB0022; }
a { background-color: rgb(203,0,34); }
div.DivClassName
{
background-color: #CB0022;
}
.BgClassName
{
background-color: #CB0022;
}
</style>
border-color css
<style>
span { border-color: #CB0022; }
span { border-color: rgb(203,0,34); }
td.TdClassName
{
border-color: #CB0022;
}
.TagClassName
{
border-color: #CB0022;
}
</style>