Shades of Venetian Red #CB022B
Tints of Venetian Red #CB022B
RGB
CMYK
RGB Variations
Color information
#CB022B (or 0xCB022B) is known color: Venetian Red. HEX triplet: CB, 02 and 2B. RGB value is (203,2,43). Sum of RGB (Red+Green+Blue) = 203+2+43=248 (32% of max value = 765). Red value is 203 (79.69% from 255 or 81.85% from 248); Green value is 2 (1.17% from 255 or 0.81% from 248); Blue value is 43 (17.19% from 255 or 17.34% from 248); Max value from RGB is 203 - color contains mainly: red. Hex color #CB022B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB022B is #34FDD4. Grayscale: #424242. Windows color (decimal): -3472853 or 2818763. OLE color: 2818763.
HSL color Cylindrical-coordinate representation of color #CB022B: hue angle of 347.76º degrees, saturation: 0.98, 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 #CB022B is Cyan = 0, Magento = 0.99, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 2 | 43 | - |
| CMYK | 0 | 0.99 | 0.79 | 0.20 |
| HSL | 347.76º | 0.98% | 0.4% | - |
| HSV(B) | 347.76º | 0.99% | 0.8% | - |
| XYZ | 25.09 | 12.91 | 3.46 | - |
| YUV | 66.77 | 114.59 | 225.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 2 | 43 | 0 | 0.99 | 0.79 | 0.20 | 347.76 | 0.98 | 0.4 |
| Hex | CB | 2 | 2B | 0 | 63 | 4F | 14 | 15C | 62 | 28 |
| Octal | 313 | 2 | 53 | 0 | 143 | 117 | 24 | 534 | 142 | 50 |
| Binary | 11001011 | 10 | 101011 | 0 | 1100011 | 1001111 | 10100 | 101011100 | 1100010 | 101000 |
Color Harmonies of #CB022B
Complementary color
Monochromatic Colors of #CB022B
Black with #CB022B
Text Example
Text Example
White with #CB022B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB022B; }
p { color: rgb(203,2,43); }
H1.HeaderClassName
{
color: #CB022B;
}
.AnyTagClassName
{
color: #CB022B;
}
</style>
background-color css
<style>
a { background-color: #CB022B; }
a { background-color: rgb(203,2,43); }
div.DivClassName
{
background-color: #CB022B;
}
.BgClassName
{
background-color: #CB022B;
}
</style>
border-color css
<style>
span { border-color: #CB022B; }
span { border-color: rgb(203,2,43); }
td.TdClassName
{
border-color: #CB022B;
}
.TagClassName
{
border-color: #CB022B;
}
</style>