Shades of Venetian Red #CB1115
Tints of Venetian Red #CB1115
RGB
CMYK
RGB Variations
Color information
#CB1115 (or 0xCB1115) is known color: Venetian Red. HEX triplet: CB, 11 and 15. RGB value is (203,17,21). Sum of RGB (Red+Green+Blue) = 203+17+21=241 (31% of max value = 765). Red value is 203 (79.69% from 255 or 84.23% from 241); Green value is 17 (7.03% from 255 or 7.05% from 241); Blue value is 21 (8.59% from 255 or 8.71% from 241); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1115 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB1115 is #34EEEA. Grayscale: #494949. Windows color (decimal): -3469035 or 1380811. OLE color: 1380811.
HSL color Cylindrical-coordinate representation of color #CB1115: hue angle of 358.71º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CB1115 is Cyan = 0, Magento = 0.92, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 17 | 21 | - |
| CMYK | 0 | 0.92 | 0.90 | 0.20 |
| HSL | 358.71º | 0.85% | 0.43% | - |
| HSV(B) | 358.71º | 0.92% | 0.8% | - |
| XYZ | 24.96 | 13.15 | 1.93 | - |
| YUV | 73.07 | 98.62 | 220.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 17 | 21 | 0 | 0.92 | 0.90 | 0.20 | 358.71 | 0.85 | 0.43 |
| Hex | CB | 11 | 15 | 0 | 5C | 5A | 14 | 167 | 55 | 2B |
| Octal | 313 | 21 | 25 | 0 | 134 | 132 | 24 | 547 | 125 | 53 |
| Binary | 11001011 | 10001 | 10101 | 0 | 1011100 | 1011010 | 10100 | 101100111 | 1010101 | 101011 |
Color Harmonies of #CB1115
Complementary color
Monochromatic Colors of #CB1115
Black with #CB1115
Text Example
Text Example
White with #CB1115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1115; }
p { color: rgb(203,17,21); }
H1.HeaderClassName
{
color: #CB1115;
}
.AnyTagClassName
{
color: #CB1115;
}
</style>
background-color css
<style>
a { background-color: #CB1115; }
a { background-color: rgb(203,17,21); }
div.DivClassName
{
background-color: #CB1115;
}
.BgClassName
{
background-color: #CB1115;
}
</style>
border-color css
<style>
span { border-color: #CB1115; }
span { border-color: rgb(203,17,21); }
td.TdClassName
{
border-color: #CB1115;
}
.TagClassName
{
border-color: #CB1115;
}
</style>