Shades of Venetian Red #CB001B
Tints of Venetian Red #CB001B
RGB
CMYK
RGB Variations
Color information
#CB001B (or 0xCB001B) is known color: Venetian Red. HEX triplet: CB, 00 and 1B. RGB value is (203,0,27). Sum of RGB (Red+Green+Blue) = 203+0+27=230 (30% of max value = 765). Red value is 203 (79.69% from 255 or 88.26% from 230); Green value is 0 (0.39% from 255 or 0% from 230); Blue value is 27 (10.94% from 255 or 11.74% from 230); Max value from RGB is 203 - color contains mainly: red. Hex color #CB001B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB001B is #34FFE4. Grayscale: #3F3F3F. Windows color (decimal): -3473381 or 1769675. OLE color: 1769675.
HSL color Cylindrical-coordinate representation of color #CB001B: hue angle of 352.02º 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 #CB001B is Cyan = 0, Magento = 1, Yellow = 0.87 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 0 | 27 | - |
| CMYK | 0 | 1 | 0.87 | 0.20 |
| HSL | 352.02º | 1% | 0.4% | - |
| HSV(B) | 352.02º | 1% | 0.8% | - |
| XYZ | 24.83 | 12.78 | 2.19 | - |
| YUV | 63.78 | 107.25 | 227.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 0 | 27 | 0 | 1 | 0.87 | 0.20 | 352.02 | 1 | 0.4 |
| Hex | CB | 0 | 1B | 0 | 64 | 57 | 14 | 160 | 64 | 28 |
| Octal | 313 | 0 | 33 | 0 | 144 | 127 | 24 | 540 | 144 | 50 |
| Binary | 11001011 | 0 | 11011 | 0 | 1100100 | 1010111 | 10100 | 101100000 | 1100100 | 101000 |
Color Harmonies of #CB001B
Complementary color
Monochromatic Colors of #CB001B
Black with #CB001B
Text Example
Text Example
White with #CB001B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB001B; }
p { color: rgb(203,0,27); }
H1.HeaderClassName
{
color: #CB001B;
}
.AnyTagClassName
{
color: #CB001B;
}
</style>
background-color css
<style>
a { background-color: #CB001B; }
a { background-color: rgb(203,0,27); }
div.DivClassName
{
background-color: #CB001B;
}
.BgClassName
{
background-color: #CB001B;
}
</style>
border-color css
<style>
span { border-color: #CB001B; }
span { border-color: rgb(203,0,27); }
td.TdClassName
{
border-color: #CB001B;
}
.TagClassName
{
border-color: #CB001B;
}
</style>