Shades of Venetian Red #CB0215
Tints of Venetian Red #CB0215
RGB
CMYK
RGB Variations
Color information
#CB0215 (or 0xCB0215) is known color: Venetian Red. HEX triplet: CB, 02 and 15. RGB value is (203,2,21). Sum of RGB (Red+Green+Blue) = 203+2+21=226 (29% of max value = 765). Red value is 203 (79.69% from 255 or 89.82% from 226); Green value is 2 (1.17% from 255 or 0.88% from 226); Blue value is 21 (8.59% from 255 or 9.29% from 226); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0215 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB0215 is #34FDEA. Grayscale: #404040. Windows color (decimal): -3472875 or 1376971. OLE color: 1376971.
HSL color Cylindrical-coordinate representation of color #CB0215: hue angle of 354.33º 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 #CB0215 is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 2 | 21 | - |
| CMYK | 0 | 0.99 | 0.90 | 0.20 |
| HSL | 354.33º | 0.98% | 0.4% | - |
| HSV(B) | 354.33º | 0.99% | 0.8% | - |
| XYZ | 24.79 | 12.79 | 1.87 | - |
| YUV | 64.27 | 103.59 | 226.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 2 | 21 | 0 | 0.99 | 0.90 | 0.20 | 354.33 | 0.98 | 0.4 |
| Hex | CB | 2 | 15 | 0 | 63 | 5A | 14 | 162 | 62 | 28 |
| Octal | 313 | 2 | 25 | 0 | 143 | 132 | 24 | 542 | 142 | 50 |
| Binary | 11001011 | 10 | 10101 | 0 | 1100011 | 1011010 | 10100 | 101100010 | 1100010 | 101000 |
Color Harmonies of #CB0215
Complementary color
Monochromatic Colors of #CB0215
Black with #CB0215
Text Example
Text Example
White with #CB0215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0215; }
p { color: rgb(203,2,21); }
H1.HeaderClassName
{
color: #CB0215;
}
.AnyTagClassName
{
color: #CB0215;
}
</style>
background-color css
<style>
a { background-color: #CB0215; }
a { background-color: rgb(203,2,21); }
div.DivClassName
{
background-color: #CB0215;
}
.BgClassName
{
background-color: #CB0215;
}
</style>
border-color css
<style>
span { border-color: #CB0215; }
span { border-color: rgb(203,2,21); }
td.TdClassName
{
border-color: #CB0215;
}
.TagClassName
{
border-color: #CB0215;
}
</style>