Shades of Venetian Red #CB0719
Tints of Venetian Red #CB0719
RGB
CMYK
RGB Variations
Color information
#CB0719 (or 0xCB0719) is known color: Venetian Red. HEX triplet: CB, 07 and 19. RGB value is (203,7,25). Sum of RGB (Red+Green+Blue) = 203+7+25=235 (31% of max value = 765). Red value is 203 (79.69% from 255 or 86.38% from 235); Green value is 7 (3.12% from 255 or 2.98% from 235); Blue value is 25 (10.16% from 255 or 10.64% from 235); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0719 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB0719 is #34F8E6. Grayscale: #434343. Windows color (decimal): -3471591 or 1640395. OLE color: 1640395.
HSL color Cylindrical-coordinate representation of color #CB0719: hue angle of 354.49º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CB0719 is Cyan = 0, Magento = 0.97, Yellow = 0.88 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 7 | 25 | - |
| CMYK | 0 | 0.97 | 0.88 | 0.20 |
| HSL | 354.49º | 0.93% | 0.41% | - |
| HSV(B) | 354.49º | 0.97% | 0.8% | - |
| XYZ | 24.88 | 12.92 | 2.1 | - |
| YUV | 67.66 | 103.93 | 224.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 7 | 25 | 0 | 0.97 | 0.88 | 0.20 | 354.49 | 0.93 | 0.41 |
| Hex | CB | 7 | 19 | 0 | 61 | 58 | 14 | 162 | 5D | 29 |
| Octal | 313 | 7 | 31 | 0 | 141 | 130 | 24 | 542 | 135 | 51 |
| Binary | 11001011 | 111 | 11001 | 0 | 1100001 | 1011000 | 10100 | 101100010 | 1011101 | 101001 |
Color Harmonies of #CB0719
Complementary color
Monochromatic Colors of #CB0719
Black with #CB0719
Text Example
Text Example
White with #CB0719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0719; }
p { color: rgb(203,7,25); }
H1.HeaderClassName
{
color: #CB0719;
}
.AnyTagClassName
{
color: #CB0719;
}
</style>
background-color css
<style>
a { background-color: #CB0719; }
a { background-color: rgb(203,7,25); }
div.DivClassName
{
background-color: #CB0719;
}
.BgClassName
{
background-color: #CB0719;
}
</style>
border-color css
<style>
span { border-color: #CB0719; }
span { border-color: rgb(203,7,25); }
td.TdClassName
{
border-color: #CB0719;
}
.TagClassName
{
border-color: #CB0719;
}
</style>