Shades of Venetian Red #CB001D
Tints of Venetian Red #CB001D
RGB
CMYK
RGB Variations
Color information
#CB001D (or 0xCB001D) is known color: Venetian Red. HEX triplet: CB, 00 and 1D. RGB value is (203,0,29). Sum of RGB (Red+Green+Blue) = 203+0+29=232 (30% of max value = 765). Red value is 203 (79.69% from 255 or 87.5% from 232); Green value is 0 (0.39% from 255 or 0% from 232); Blue value is 29 (11.72% from 255 or 12.5% from 232); Max value from RGB is 203 - color contains mainly: red. Hex color #CB001D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB001D is #34FFE2. Grayscale: #404040. Windows color (decimal): -3473379 or 1900747. OLE color: 1900747.
HSL color Cylindrical-coordinate representation of color #CB001D: hue angle of 351.43º 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 #CB001D is Cyan = 0, Magento = 1, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 0 | 29 | - |
| CMYK | 0 | 1 | 0.86 | 0.20 |
| HSL | 351.43º | 1% | 0.4% | - |
| HSV(B) | 351.43º | 1% | 0.8% | - |
| XYZ | 24.85 | 12.79 | 2.32 | - |
| YUV | 64 | 108.25 | 227.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 0 | 29 | 0 | 1 | 0.86 | 0.20 | 351.43 | 1 | 0.4 |
| Hex | CB | 0 | 1D | 0 | 64 | 56 | 14 | 15F | 64 | 28 |
| Octal | 313 | 0 | 35 | 0 | 144 | 126 | 24 | 537 | 144 | 50 |
| Binary | 11001011 | 0 | 11101 | 0 | 1100100 | 1010110 | 10100 | 101011111 | 1100100 | 101000 |
Color Harmonies of #CB001D
Complementary color
Monochromatic Colors of #CB001D
Black with #CB001D
Text Example
Text Example
White with #CB001D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB001D; }
p { color: rgb(203,0,29); }
H1.HeaderClassName
{
color: #CB001D;
}
.AnyTagClassName
{
color: #CB001D;
}
</style>
background-color css
<style>
a { background-color: #CB001D; }
a { background-color: rgb(203,0,29); }
div.DivClassName
{
background-color: #CB001D;
}
.BgClassName
{
background-color: #CB001D;
}
</style>
border-color css
<style>
span { border-color: #CB001D; }
span { border-color: rgb(203,0,29); }
td.TdClassName
{
border-color: #CB001D;
}
.TagClassName
{
border-color: #CB001D;
}
</style>