Shades of Venetian Red #CB071A
Tints of Venetian Red #CB071A
RGB
CMYK
RGB Variations
Color information
#CB071A (or 0xCB071A) is known color: Venetian Red. HEX triplet: CB, 07 and 1A. RGB value is (203,7,26). Sum of RGB (Red+Green+Blue) = 203+7+26=236 (31% of max value = 765). Red value is 203 (79.69% from 255 or 86.02% from 236); Green value is 7 (3.12% from 255 or 2.97% from 236); Blue value is 26 (10.55% from 255 or 11.02% from 236); Max value from RGB is 203 - color contains mainly: red. Hex color #CB071A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB071A is #34F8E5. Grayscale: #434343. Windows color (decimal): -3471590 or 1705931. OLE color: 1705931.
HSL color Cylindrical-coordinate representation of color #CB071A: hue angle of 354.18º 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 #CB071A is Cyan = 0, Magento = 0.97, Yellow = 0.87 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 7 | 26 | - |
| CMYK | 0 | 0.97 | 0.87 | 0.20 |
| HSL | 354.18º | 0.93% | 0.41% | - |
| HSV(B) | 354.18º | 0.97% | 0.8% | - |
| XYZ | 24.89 | 12.92 | 2.16 | - |
| YUV | 67.77 | 104.43 | 224.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 7 | 26 | 0 | 0.97 | 0.87 | 0.20 | 354.18 | 0.93 | 0.41 |
| Hex | CB | 7 | 1A | 0 | 61 | 57 | 14 | 162 | 5D | 29 |
| Octal | 313 | 7 | 32 | 0 | 141 | 127 | 24 | 542 | 135 | 51 |
| Binary | 11001011 | 111 | 11010 | 0 | 1100001 | 1010111 | 10100 | 101100010 | 1011101 | 101001 |
Color Harmonies of #CB071A
Complementary color
Monochromatic Colors of #CB071A
Black with #CB071A
Text Example
Text Example
White with #CB071A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB071A; }
p { color: rgb(203,7,26); }
H1.HeaderClassName
{
color: #CB071A;
}
.AnyTagClassName
{
color: #CB071A;
}
</style>
background-color css
<style>
a { background-color: #CB071A; }
a { background-color: rgb(203,7,26); }
div.DivClassName
{
background-color: #CB071A;
}
.BgClassName
{
background-color: #CB071A;
}
</style>
border-color css
<style>
span { border-color: #CB071A; }
span { border-color: rgb(203,7,26); }
td.TdClassName
{
border-color: #CB071A;
}
.TagClassName
{
border-color: #CB071A;
}
</style>