Shades of Venetian Red #CB011D
Tints of Venetian Red #CB011D
RGB
CMYK
RGB Variations
Color information
#CB011D (or 0xCB011D) is known color: Venetian Red. HEX triplet: CB, 01 and 1D. RGB value is (203,1,29). Sum of RGB (Red+Green+Blue) = 203+1+29=233 (30% of max value = 765). Red value is 203 (79.69% from 255 or 87.12% from 233); Green value is 1 (0.78% from 255 or 0.43% from 233); Blue value is 29 (11.72% from 255 or 12.45% from 233); Max value from RGB is 203 - color contains mainly: red. Hex color #CB011D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB011D is #34FEE2. Grayscale: #404040. Windows color (decimal): -3473123 or 1901003. OLE color: 1901003.
HSL color Cylindrical-coordinate representation of color #CB011D: hue angle of 351.68º 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 #CB011D is Cyan = 0, Magento = 1.00, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 1 | 29 | - |
| CMYK | 0 | 1.00 | 0.86 | 0.20 |
| HSL | 351.68º | 0.99% | 0.4% | - |
| HSV(B) | 351.68º | 1% | 0.8% | - |
| XYZ | 24.86 | 12.81 | 2.32 | - |
| YUV | 64.59 | 107.92 | 226.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 1 | 29 | 0 | 1.00 | 0.86 | 0.20 | 351.68 | 0.99 | 0.4 |
| Hex | CB | 1 | 1D | 0 | 64 | 56 | 14 | 160 | 63 | 28 |
| Octal | 313 | 1 | 35 | 0 | 144 | 126 | 24 | 540 | 143 | 50 |
| Binary | 11001011 | 1 | 11101 | 0 | 1100100 | 1010110 | 10100 | 101100000 | 1100011 | 101000 |
Color Harmonies of #CB011D
Complementary color
Monochromatic Colors of #CB011D
Black with #CB011D
Text Example
Text Example
White with #CB011D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB011D; }
p { color: rgb(203,1,29); }
H1.HeaderClassName
{
color: #CB011D;
}
.AnyTagClassName
{
color: #CB011D;
}
</style>
background-color css
<style>
a { background-color: #CB011D; }
a { background-color: rgb(203,1,29); }
div.DivClassName
{
background-color: #CB011D;
}
.BgClassName
{
background-color: #CB011D;
}
</style>
border-color css
<style>
span { border-color: #CB011D; }
span { border-color: rgb(203,1,29); }
td.TdClassName
{
border-color: #CB011D;
}
.TagClassName
{
border-color: #CB011D;
}
</style>