Shades of Venetian Red #CB0321
Tints of Venetian Red #CB0321
RGB
CMYK
RGB Variations
Color information
#CB0321 (or 0xCB0321) is known color: Venetian Red. HEX triplet: CB, 03 and 21. RGB value is (203,3,33). Sum of RGB (Red+Green+Blue) = 203+3+33=239 (31% of max value = 765). Red value is 203 (79.69% from 255 or 84.94% from 239); Green value is 3 (1.56% from 255 or 1.26% from 239); Blue value is 33 (13.28% from 255 or 13.81% from 239); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0321 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0321 is #34FCDE. Grayscale: #424242. Windows color (decimal): -3472607 or 2163659. OLE color: 2163659.
HSL color Cylindrical-coordinate representation of color #CB0321: hue angle of 351º 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 #CB0321 is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 3 | 33 | - |
| CMYK | 0 | 0.99 | 0.84 | 0.20 |
| HSL | 351º | 0.97% | 0.4% | - |
| HSV(B) | 351º | 0.99% | 0.8% | - |
| XYZ | 24.94 | 12.87 | 2.61 | - |
| YUV | 66.22 | 109.26 | 225.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 3 | 33 | 0 | 0.99 | 0.84 | 0.20 | 351 | 0.97 | 0.4 |
| Hex | CB | 3 | 21 | 0 | 63 | 54 | 14 | 15F | 61 | 28 |
| Octal | 313 | 3 | 41 | 0 | 143 | 124 | 24 | 537 | 141 | 50 |
| Binary | 11001011 | 11 | 100001 | 0 | 1100011 | 1010100 | 10100 | 101011111 | 1100001 | 101000 |
Color Harmonies of #CB0321
Complementary color
Monochromatic Colors of #CB0321
Black with #CB0321
Text Example
Text Example
White with #CB0321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0321; }
p { color: rgb(203,3,33); }
H1.HeaderClassName
{
color: #CB0321;
}
.AnyTagClassName
{
color: #CB0321;
}
</style>
background-color css
<style>
a { background-color: #CB0321; }
a { background-color: rgb(203,3,33); }
div.DivClassName
{
background-color: #CB0321;
}
.BgClassName
{
background-color: #CB0321;
}
</style>
border-color css
<style>
span { border-color: #CB0321; }
span { border-color: rgb(203,3,33); }
td.TdClassName
{
border-color: #CB0321;
}
.TagClassName
{
border-color: #CB0321;
}
</style>