Shades of Venetian Red #CB011A
Tints of Venetian Red #CB011A
RGB
CMYK
RGB Variations
Color information
#CB011A (or 0xCB011A) is known color: Venetian Red. HEX triplet: CB, 01 and 1A. RGB value is (203,1,26). Sum of RGB (Red+Green+Blue) = 203+1+26=230 (30% of max value = 765). Red value is 203 (79.69% from 255 or 88.26% from 230); Green value is 1 (0.78% from 255 or 0.43% from 230); Blue value is 26 (10.55% from 255 or 11.30% from 230); Max value from RGB is 203 - color contains mainly: red. Hex color #CB011A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB011A is #34FEE5. Grayscale: #404040. Windows color (decimal): -3473126 or 1704395. OLE color: 1704395.
HSL color Cylindrical-coordinate representation of color #CB011A: hue angle of 352.57º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CB011A is Cyan = 0, Magento = 1.00, Yellow = 0.87 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 1 | 26 | - |
| CMYK | 0 | 1.00 | 0.87 | 0.20 |
| HSL | 352.57º | 0.99% | 0.4% | - |
| HSV(B) | 352.57º | 1% | 0.8% | - |
| XYZ | 24.83 | 12.79 | 2.14 | - |
| YUV | 64.25 | 106.42 | 226.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 1 | 26 | 0 | 1.00 | 0.87 | 0.20 | 352.57 | 0.99 | 0.4 |
| Hex | CB | 1 | 1A | 0 | 64 | 57 | 14 | 161 | 63 | 28 |
| Octal | 313 | 1 | 32 | 0 | 144 | 127 | 24 | 541 | 143 | 50 |
| Binary | 11001011 | 1 | 11010 | 0 | 1100100 | 1010111 | 10100 | 101100001 | 1100011 | 101000 |
Color Harmonies of #CB011A
Complementary color
Monochromatic Colors of #CB011A
Black with #CB011A
Text Example
Text Example
White with #CB011A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB011A; }
p { color: rgb(203,1,26); }
H1.HeaderClassName
{
color: #CB011A;
}
.AnyTagClassName
{
color: #CB011A;
}
</style>
background-color css
<style>
a { background-color: #CB011A; }
a { background-color: rgb(203,1,26); }
div.DivClassName
{
background-color: #CB011A;
}
.BgClassName
{
background-color: #CB011A;
}
</style>
border-color css
<style>
span { border-color: #CB011A; }
span { border-color: rgb(203,1,26); }
td.TdClassName
{
border-color: #CB011A;
}
.TagClassName
{
border-color: #CB011A;
}
</style>