Shades of Venetian Red #CB002B
Tints of Venetian Red #CB002B
RGB
CMYK
RGB Variations
Color information
#CB002B (or 0xCB002B) is known color: Venetian Red. HEX triplet: CB, 00 and 2B. RGB value is (203,0,43). Sum of RGB (Red+Green+Blue) = 203+0+43=246 (32% of max value = 765). Red value is 203 (79.69% from 255 or 82.52% from 246); Green value is 0 (0.39% from 255 or 0% from 246); Blue value is 43 (17.19% from 255 or 17.48% from 246); Max value from RGB is 203 - color contains mainly: red. Hex color #CB002B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB002B is #34FFD4. Grayscale: #414141. Windows color (decimal): -3473365 or 2818251. OLE color: 2818251.
HSL color Cylindrical-coordinate representation of color #CB002B: hue angle of 347.29º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CB002B is Cyan = 0, Magento = 1, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 0 | 43 | - |
| CMYK | 0 | 1 | 0.79 | 0.20 |
| HSL | 347.29º | 1% | 0.4% | - |
| HSV(B) | 347.29º | 1% | 0.8% | - |
| XYZ | 25.06 | 12.87 | 3.45 | - |
| YUV | 65.6 | 115.25 | 226 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 0 | 43 | 0 | 1 | 0.79 | 0.20 | 347.29 | 1 | 0.4 |
| Hex | CB | 0 | 2B | 0 | 64 | 4F | 14 | 15B | 64 | 28 |
| Octal | 313 | 0 | 53 | 0 | 144 | 117 | 24 | 533 | 144 | 50 |
| Binary | 11001011 | 0 | 101011 | 0 | 1100100 | 1001111 | 10100 | 101011011 | 1100100 | 101000 |
Color Harmonies of #CB002B
Complementary color
Monochromatic Colors of #CB002B
Black with #CB002B
Text Example
Text Example
White with #CB002B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB002B; }
p { color: rgb(203,0,43); }
H1.HeaderClassName
{
color: #CB002B;
}
.AnyTagClassName
{
color: #CB002B;
}
</style>
background-color css
<style>
a { background-color: #CB002B; }
a { background-color: rgb(203,0,43); }
div.DivClassName
{
background-color: #CB002B;
}
.BgClassName
{
background-color: #CB002B;
}
</style>
border-color css
<style>
span { border-color: #CB002B; }
span { border-color: rgb(203,0,43); }
td.TdClassName
{
border-color: #CB002B;
}
.TagClassName
{
border-color: #CB002B;
}
</style>