Shades of Venetian Red #CB071F
Tints of Venetian Red #CB071F
RGB
CMYK
RGB Variations
Color information
#CB071F (or 0xCB071F) is known color: Venetian Red. HEX triplet: CB, 07 and 1F. RGB value is (203,7,31). Sum of RGB (Red+Green+Blue) = 203+7+31=241 (31% of max value = 765). Red value is 203 (79.69% from 255 or 84.23% from 241); Green value is 7 (3.12% from 255 or 2.90% from 241); Blue value is 31 (12.5% from 255 or 12.86% from 241); Max value from RGB is 203 - color contains mainly: red. Hex color #CB071F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB071F is #34F8E0. Grayscale: #444444. Windows color (decimal): -3471585 or 2033611. OLE color: 2033611.
HSL color Cylindrical-coordinate representation of color #CB071F: hue angle of 352.65º 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 #CB071F is Cyan = 0, Magento = 0.97, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 7 | 31 | - |
| CMYK | 0 | 0.97 | 0.85 | 0.20 |
| HSL | 352.65º | 0.93% | 0.41% | - |
| HSV(B) | 352.65º | 0.97% | 0.8% | - |
| XYZ | 24.95 | 12.95 | 2.48 | - |
| YUV | 68.34 | 106.93 | 224.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 7 | 31 | 0 | 0.97 | 0.85 | 0.20 | 352.65 | 0.93 | 0.41 |
| Hex | CB | 7 | 1F | 0 | 61 | 55 | 14 | 161 | 5D | 29 |
| Octal | 313 | 7 | 37 | 0 | 141 | 125 | 24 | 541 | 135 | 51 |
| Binary | 11001011 | 111 | 11111 | 0 | 1100001 | 1010101 | 10100 | 101100001 | 1011101 | 101001 |
Color Harmonies of #CB071F
Complementary color
Monochromatic Colors of #CB071F
Black with #CB071F
Text Example
Text Example
White with #CB071F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB071F; }
p { color: rgb(203,7,31); }
H1.HeaderClassName
{
color: #CB071F;
}
.AnyTagClassName
{
color: #CB071F;
}
</style>
background-color css
<style>
a { background-color: #CB071F; }
a { background-color: rgb(203,7,31); }
div.DivClassName
{
background-color: #CB071F;
}
.BgClassName
{
background-color: #CB071F;
}
</style>
border-color css
<style>
span { border-color: #CB071F; }
span { border-color: rgb(203,7,31); }
td.TdClassName
{
border-color: #CB071F;
}
.TagClassName
{
border-color: #CB071F;
}
</style>