Shades of Venetian Red #CB1112
Tints of Venetian Red #CB1112
RGB
CMYK
RGB Variations
Color information
#CB1112 (or 0xCB1112) is known color: Venetian Red. HEX triplet: CB, 11 and 12. RGB value is (203,17,18). Sum of RGB (Red+Green+Blue) = 203+17+18=238 (31% of max value = 765). Red value is 203 (79.69% from 255 or 85.29% from 238); Green value is 17 (7.03% from 255 or 7.14% from 238); Blue value is 18 (7.42% from 255 or 7.56% from 238); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1112 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB1112 is #34EEED. Grayscale: #484848. Windows color (decimal): -3469038 or 1184203. OLE color: 1184203.
HSL color Cylindrical-coordinate representation of color #CB1112: hue angle of 359.68º 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 #CB1112 is Cyan = 0, Magento = 0.92, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 17 | 18 | - |
| CMYK | 0 | 0.92 | 0.91 | 0.20 |
| HSL | 359.68º | 0.85% | 0.43% | - |
| HSV(B) | 359.68º | 0.92% | 0.8% | - |
| XYZ | 24.94 | 13.14 | 1.79 | - |
| YUV | 72.73 | 97.12 | 220.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 17 | 18 | 0 | 0.92 | 0.91 | 0.20 | 359.68 | 0.85 | 0.43 |
| Hex | CB | 11 | 12 | 0 | 5C | 5B | 14 | 168 | 55 | 2B |
| Octal | 313 | 21 | 22 | 0 | 134 | 133 | 24 | 550 | 125 | 53 |
| Binary | 11001011 | 10001 | 10010 | 0 | 1011100 | 1011011 | 10100 | 101101000 | 1010101 | 101011 |
Color Harmonies of #CB1112
Complementary color
Monochromatic Colors of #CB1112
Black with #CB1112
Text Example
Text Example
White with #CB1112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1112; }
p { color: rgb(203,17,18); }
H1.HeaderClassName
{
color: #CB1112;
}
.AnyTagClassName
{
color: #CB1112;
}
</style>
background-color css
<style>
a { background-color: #CB1112; }
a { background-color: rgb(203,17,18); }
div.DivClassName
{
background-color: #CB1112;
}
.BgClassName
{
background-color: #CB1112;
}
</style>
border-color css
<style>
span { border-color: #CB1112; }
span { border-color: rgb(203,17,18); }
td.TdClassName
{
border-color: #CB1112;
}
.TagClassName
{
border-color: #CB1112;
}
</style>