Shades of Venetian Red #CB021D
Tints of Venetian Red #CB021D
RGB
CMYK
RGB Variations
Color information
#CB021D (or 0xCB021D) is known color: Venetian Red. HEX triplet: CB, 02 and 1D. RGB value is (203,2,29). Sum of RGB (Red+Green+Blue) = 203+2+29=234 (30% of max value = 765). Red value is 203 (79.69% from 255 or 86.75% from 234); Green value is 2 (1.17% from 255 or 0.85% from 234); Blue value is 29 (11.72% from 255 or 12.39% from 234); Max value from RGB is 203 - color contains mainly: red. Hex color #CB021D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB021D is #34FDE2. Grayscale: #414141. Windows color (decimal): -3472867 or 1901259. OLE color: 1901259.
HSL color Cylindrical-coordinate representation of color #CB021D: hue angle of 351.94º 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 #CB021D is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 2 | 29 | - |
| CMYK | 0 | 0.99 | 0.86 | 0.20 |
| HSL | 351.94º | 0.98% | 0.4% | - |
| HSV(B) | 351.94º | 0.99% | 0.8% | - |
| XYZ | 24.87 | 12.83 | 2.33 | - |
| YUV | 65.18 | 107.59 | 226.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 2 | 29 | 0 | 0.99 | 0.86 | 0.20 | 351.94 | 0.98 | 0.4 |
| Hex | CB | 2 | 1D | 0 | 63 | 56 | 14 | 160 | 62 | 28 |
| Octal | 313 | 2 | 35 | 0 | 143 | 126 | 24 | 540 | 142 | 50 |
| Binary | 11001011 | 10 | 11101 | 0 | 1100011 | 1010110 | 10100 | 101100000 | 1100010 | 101000 |
Color Harmonies of #CB021D
Complementary color
Monochromatic Colors of #CB021D
Black with #CB021D
Text Example
Text Example
White with #CB021D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB021D; }
p { color: rgb(203,2,29); }
H1.HeaderClassName
{
color: #CB021D;
}
.AnyTagClassName
{
color: #CB021D;
}
</style>
background-color css
<style>
a { background-color: #CB021D; }
a { background-color: rgb(203,2,29); }
div.DivClassName
{
background-color: #CB021D;
}
.BgClassName
{
background-color: #CB021D;
}
</style>
border-color css
<style>
span { border-color: #CB021D; }
span { border-color: rgb(203,2,29); }
td.TdClassName
{
border-color: #CB021D;
}
.TagClassName
{
border-color: #CB021D;
}
</style>