Shades of Venetian Red #CB0429
Tints of Venetian Red #CB0429
RGB
CMYK
RGB Variations
Color information
#CB0429 (or 0xCB0429) is known color: Venetian Red. HEX triplet: CB, 04 and 29. RGB value is (203,4,41). Sum of RGB (Red+Green+Blue) = 203+4+41=248 (32% of max value = 765). Red value is 203 (79.69% from 255 or 81.85% from 248); Green value is 4 (1.95% from 255 or 1.61% from 248); Blue value is 41 (16.41% from 255 or 16.53% from 248); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0429 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0429 is #34FBD6. Grayscale: #434343. Windows color (decimal): -3472343 or 2688203. OLE color: 2688203.
HSL color Cylindrical-coordinate representation of color #CB0429: hue angle of 348.84º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CB0429 is Cyan = 0, Magento = 0.98, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 4 | 41 | - |
| CMYK | 0 | 0.98 | 0.80 | 0.20 |
| HSL | 348.84º | 0.96% | 0.41% | - |
| HSV(B) | 348.84º | 0.98% | 0.8% | - |
| XYZ | 25.07 | 12.94 | 3.27 | - |
| YUV | 67.72 | 112.93 | 224.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 4 | 41 | 0 | 0.98 | 0.80 | 0.20 | 348.84 | 0.96 | 0.41 |
| Hex | CB | 4 | 29 | 0 | 62 | 50 | 14 | 15D | 60 | 29 |
| Octal | 313 | 4 | 51 | 0 | 142 | 120 | 24 | 535 | 140 | 51 |
| Binary | 11001011 | 100 | 101001 | 0 | 1100010 | 1010000 | 10100 | 101011101 | 1100000 | 101001 |
Color Harmonies of #CB0429
Complementary color
Monochromatic Colors of #CB0429
Black with #CB0429
Text Example
Text Example
White with #CB0429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0429; }
p { color: rgb(203,4,41); }
H1.HeaderClassName
{
color: #CB0429;
}
.AnyTagClassName
{
color: #CB0429;
}
</style>
background-color css
<style>
a { background-color: #CB0429; }
a { background-color: rgb(203,4,41); }
div.DivClassName
{
background-color: #CB0429;
}
.BgClassName
{
background-color: #CB0429;
}
</style>
border-color css
<style>
span { border-color: #CB0429; }
span { border-color: rgb(203,4,41); }
td.TdClassName
{
border-color: #CB0429;
}
.TagClassName
{
border-color: #CB0429;
}
</style>