Shades of Venetian Red #CB0214
Tints of Venetian Red #CB0214
RGB
CMYK
RGB Variations
Color information
#CB0214 (or 0xCB0214) is known color: Venetian Red. HEX triplet: CB, 02 and 14. RGB value is (203,2,20). Sum of RGB (Red+Green+Blue) = 203+2+20=225 (29% of max value = 765). Red value is 203 (79.69% from 255 or 90.22% from 225); Green value is 2 (1.17% from 255 or 0.89% from 225); Blue value is 20 (8.20% from 255 or 8.89% from 225); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0214 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB0214 is #34FDEB. Grayscale: #404040. Windows color (decimal): -3472876 or 1311435. OLE color: 1311435.
HSL color Cylindrical-coordinate representation of color #CB0214: hue angle of 354.63º 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 #CB0214 is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 2 | 20 | - |
| CMYK | 0 | 0.99 | 0.90 | 0.20 |
| HSL | 354.63º | 0.98% | 0.4% | - |
| HSV(B) | 354.63º | 0.99% | 0.8% | - |
| XYZ | 24.78 | 12.79 | 1.82 | - |
| YUV | 64.15 | 103.09 | 227.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 2 | 20 | 0 | 0.99 | 0.90 | 0.20 | 354.63 | 0.98 | 0.4 |
| Hex | CB | 2 | 14 | 0 | 63 | 5A | 14 | 163 | 62 | 28 |
| Octal | 313 | 2 | 24 | 0 | 143 | 132 | 24 | 543 | 142 | 50 |
| Binary | 11001011 | 10 | 10100 | 0 | 1100011 | 1011010 | 10100 | 101100011 | 1100010 | 101000 |
Color Harmonies of #CB0214
Complementary color
Monochromatic Colors of #CB0214
Black with #CB0214
Text Example
Text Example
White with #CB0214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0214; }
p { color: rgb(203,2,20); }
H1.HeaderClassName
{
color: #CB0214;
}
.AnyTagClassName
{
color: #CB0214;
}
</style>
background-color css
<style>
a { background-color: #CB0214; }
a { background-color: rgb(203,2,20); }
div.DivClassName
{
background-color: #CB0214;
}
.BgClassName
{
background-color: #CB0214;
}
</style>
border-color css
<style>
span { border-color: #CB0214; }
span { border-color: rgb(203,2,20); }
td.TdClassName
{
border-color: #CB0214;
}
.TagClassName
{
border-color: #CB0214;
}
</style>