Shades of Venetian Red #CB0011
Tints of Venetian Red #CB0011
RGB
CMYK
RGB Variations
Color information
#CB0011 (or 0xCB0011) is known color: Venetian Red. HEX triplet: CB, 00 and 11. RGB value is (203,0,17). Sum of RGB (Red+Green+Blue) = 203+0+17=220 (29% of max value = 765). Red value is 203 (79.69% from 255 or 92.27% from 220); Green value is 0 (0.39% from 255 or 0% from 220); Blue value is 17 (7.03% from 255 or 7.73% from 220); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0011 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB0011 is #34FFEE. Grayscale: #3E3E3E. Windows color (decimal): -3473391 or 1114315. OLE color: 1114315.
HSL color Cylindrical-coordinate representation of color #CB0011: hue angle of 354.98º 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 #CB0011 is Cyan = 0, Magento = 1, Yellow = 0.92 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 0 | 17 | - |
| CMYK | 0 | 1 | 0.92 | 0.20 |
| HSL | 354.98º | 1% | 0.4% | - |
| HSV(B) | 354.98º | 1% | 0.8% | - |
| XYZ | 24.73 | 12.74 | 1.69 | - |
| YUV | 62.64 | 102.25 | 228.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 0 | 17 | 0 | 1 | 0.92 | 0.20 | 354.98 | 1 | 0.4 |
| Hex | CB | 0 | 11 | 0 | 64 | 5C | 14 | 163 | 64 | 28 |
| Octal | 313 | 0 | 21 | 0 | 144 | 134 | 24 | 543 | 144 | 50 |
| Binary | 11001011 | 0 | 10001 | 0 | 1100100 | 1011100 | 10100 | 101100011 | 1100100 | 101000 |
Color Harmonies of #CB0011
Complementary color
Monochromatic Colors of #CB0011
Black with #CB0011
Text Example
Text Example
White with #CB0011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0011; }
p { color: rgb(203,0,17); }
H1.HeaderClassName
{
color: #CB0011;
}
.AnyTagClassName
{
color: #CB0011;
}
</style>
background-color css
<style>
a { background-color: #CB0011; }
a { background-color: rgb(203,0,17); }
div.DivClassName
{
background-color: #CB0011;
}
.BgClassName
{
background-color: #CB0011;
}
</style>
border-color css
<style>
span { border-color: #CB0011; }
span { border-color: rgb(203,0,17); }
td.TdClassName
{
border-color: #CB0011;
}
.TagClassName
{
border-color: #CB0011;
}
</style>