Shades of Venetian Red #CB0316
Tints of Venetian Red #CB0316
RGB
CMYK
RGB Variations
Color information
#CB0316 (or 0xCB0316) is known color: Venetian Red. HEX triplet: CB, 03 and 16. RGB value is (203,3,22). Sum of RGB (Red+Green+Blue) = 203+3+22=228 (30% of max value = 765). Red value is 203 (79.69% from 255 or 89.04% from 228); Green value is 3 (1.56% from 255 or 1.32% from 228); Blue value is 22 (8.98% from 255 or 9.65% from 228); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0316 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB0316 is #34FCE9. Grayscale: #414141. Windows color (decimal): -3472618 or 1442763. OLE color: 1442763.
HSL color Cylindrical-coordinate representation of color #CB0316: hue angle of 354.3º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CB0316 is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 3 | 22 | - |
| CMYK | 0 | 0.99 | 0.89 | 0.20 |
| HSL | 354.3º | 0.97% | 0.4% | - |
| HSV(B) | 354.3º | 0.99% | 0.8% | - |
| XYZ | 24.81 | 12.82 | 1.93 | - |
| YUV | 64.97 | 103.76 | 226.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 3 | 22 | 0 | 0.99 | 0.89 | 0.20 | 354.3 | 0.97 | 0.4 |
| Hex | CB | 3 | 16 | 0 | 63 | 59 | 14 | 162 | 61 | 28 |
| Octal | 313 | 3 | 26 | 0 | 143 | 131 | 24 | 542 | 141 | 50 |
| Binary | 11001011 | 11 | 10110 | 0 | 1100011 | 1011001 | 10100 | 101100010 | 1100001 | 101000 |
Color Harmonies of #CB0316
Complementary color
Monochromatic Colors of #CB0316
Black with #CB0316
Text Example
Text Example
White with #CB0316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0316; }
p { color: rgb(203,3,22); }
H1.HeaderClassName
{
color: #CB0316;
}
.AnyTagClassName
{
color: #CB0316;
}
</style>
background-color css
<style>
a { background-color: #CB0316; }
a { background-color: rgb(203,3,22); }
div.DivClassName
{
background-color: #CB0316;
}
.BgClassName
{
background-color: #CB0316;
}
</style>
border-color css
<style>
span { border-color: #CB0316; }
span { border-color: rgb(203,3,22); }
td.TdClassName
{
border-color: #CB0316;
}
.TagClassName
{
border-color: #CB0316;
}
</style>