Shades of Venetian Red #CB0916
Tints of Venetian Red #CB0916
RGB
CMYK
RGB Variations
Color information
#CB0916 (or 0xCB0916) is known color: Venetian Red. HEX triplet: CB, 09 and 16. RGB value is (203,9,22). Sum of RGB (Red+Green+Blue) = 203+9+22=234 (30% of max value = 765). Red value is 203 (79.69% from 255 or 86.75% from 234); Green value is 9 (3.91% from 255 or 3.85% from 234); Blue value is 22 (8.98% from 255 or 9.40% from 234); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0916 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB0916 is #34F6E9. Grayscale: #444444. Windows color (decimal): -3471082 or 1444299. OLE color: 1444299.
HSL color Cylindrical-coordinate representation of color #CB0916: hue angle of 355.98º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CB0916 is Cyan = 0, Magento = 0.96, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 9 | 22 | - |
| CMYK | 0 | 0.96 | 0.89 | 0.20 |
| HSL | 355.98º | 0.92% | 0.42% | - |
| HSV(B) | 355.98º | 0.96% | 0.8% | - |
| XYZ | 24.87 | 12.95 | 1.95 | - |
| YUV | 68.49 | 101.77 | 223.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 9 | 22 | 0 | 0.96 | 0.89 | 0.20 | 355.98 | 0.92 | 0.42 |
| Hex | CB | 9 | 16 | 0 | 60 | 59 | 14 | 164 | 5C | 2A |
| Octal | 313 | 11 | 26 | 0 | 140 | 131 | 24 | 544 | 134 | 52 |
| Binary | 11001011 | 1001 | 10110 | 0 | 1100000 | 1011001 | 10100 | 101100100 | 1011100 | 101010 |
Color Harmonies of #CB0916
Complementary color
Monochromatic Colors of #CB0916
Black with #CB0916
Text Example
Text Example
White with #CB0916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0916; }
p { color: rgb(203,9,22); }
H1.HeaderClassName
{
color: #CB0916;
}
.AnyTagClassName
{
color: #CB0916;
}
</style>
background-color css
<style>
a { background-color: #CB0916; }
a { background-color: rgb(203,9,22); }
div.DivClassName
{
background-color: #CB0916;
}
.BgClassName
{
background-color: #CB0916;
}
</style>
border-color css
<style>
span { border-color: #CB0916; }
span { border-color: rgb(203,9,22); }
td.TdClassName
{
border-color: #CB0916;
}
.TagClassName
{
border-color: #CB0916;
}
</style>