Shades of Venetian Red #CB0B19
Tints of Venetian Red #CB0B19
RGB
CMYK
RGB Variations
Color information
#CB0B19 (or 0xCB0B19) is known color: Venetian Red. HEX triplet: CB, 0B and 19. RGB value is (203,11,25). Sum of RGB (Red+Green+Blue) = 203+11+25=239 (31% of max value = 765). Red value is 203 (79.69% from 255 or 84.94% from 239); Green value is 11 (4.69% from 255 or 4.60% from 239); Blue value is 25 (10.16% from 255 or 10.46% from 239); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0B19 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB0B19 is #34F4E6. Grayscale: #464646. Windows color (decimal): -3470567 or 1641419. OLE color: 1641419.
HSL color Cylindrical-coordinate representation of color #CB0B19: hue angle of 355.62º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CB0B19 is Cyan = 0, Magento = 0.95, Yellow = 0.88 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 11 | 25 | - |
| CMYK | 0 | 0.95 | 0.88 | 0.20 |
| HSL | 355.63º | 0.9% | 0.42% | - |
| HSV(B) | 355.63º | 0.95% | 0.8% | - |
| XYZ | 24.92 | 13.01 | 2.12 | - |
| YUV | 70 | 102.61 | 222.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 11 | 25 | 0 | 0.95 | 0.88 | 0.20 | 355.63 | 0.9 | 0.42 |
| Hex | CB | B | 19 | 0 | 5F | 58 | 14 | 164 | 5A | 2A |
| Octal | 313 | 13 | 31 | 0 | 137 | 130 | 24 | 544 | 132 | 52 |
| Binary | 11001011 | 1011 | 11001 | 0 | 1011111 | 1011000 | 10100 | 101100100 | 1011010 | 101010 |
Color Harmonies of #CB0B19
Complementary color
Monochromatic Colors of #CB0B19
Black with #CB0B19
Text Example
Text Example
White with #CB0B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0B19; }
p { color: rgb(203,11,25); }
H1.HeaderClassName
{
color: #CB0B19;
}
.AnyTagClassName
{
color: #CB0B19;
}
</style>
background-color css
<style>
a { background-color: #CB0B19; }
a { background-color: rgb(203,11,25); }
div.DivClassName
{
background-color: #CB0B19;
}
.BgClassName
{
background-color: #CB0B19;
}
</style>
border-color css
<style>
span { border-color: #CB0B19; }
span { border-color: rgb(203,11,25); }
td.TdClassName
{
border-color: #CB0B19;
}
.TagClassName
{
border-color: #CB0B19;
}
</style>