Shades of Venetian Red #CB081F
Tints of Venetian Red #CB081F
RGB
CMYK
RGB Variations
Color information
#CB081F (or 0xCB081F) is known color: Venetian Red. HEX triplet: CB, 08 and 1F. RGB value is (203,8,31). Sum of RGB (Red+Green+Blue) = 203+8+31=242 (32% of max value = 765). Red value is 203 (79.69% from 255 or 83.88% from 242); Green value is 8 (3.52% from 255 or 3.31% from 242); Blue value is 31 (12.5% from 255 or 12.81% from 242); Max value from RGB is 203 - color contains mainly: red. Hex color #CB081F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB081F is #34F7E0. Grayscale: #454545. Windows color (decimal): -3471329 or 2033867. OLE color: 2033867.
HSL color Cylindrical-coordinate representation of color #CB081F: hue angle of 352.92º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CB081F is Cyan = 0, Magento = 0.96, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 8 | 31 | - |
| CMYK | 0 | 0.96 | 0.85 | 0.20 |
| HSL | 352.92º | 0.92% | 0.41% | - |
| HSV(B) | 352.92º | 0.96% | 0.8% | - |
| XYZ | 24.96 | 12.97 | 2.48 | - |
| YUV | 68.93 | 106.6 | 223.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 8 | 31 | 0 | 0.96 | 0.85 | 0.20 | 352.92 | 0.92 | 0.41 |
| Hex | CB | 8 | 1F | 0 | 60 | 55 | 14 | 161 | 5C | 29 |
| Octal | 313 | 10 | 37 | 0 | 140 | 125 | 24 | 541 | 134 | 51 |
| Binary | 11001011 | 1000 | 11111 | 0 | 1100000 | 1010101 | 10100 | 101100001 | 1011100 | 101001 |
Color Harmonies of #CB081F
Complementary color
Monochromatic Colors of #CB081F
Black with #CB081F
Text Example
Text Example
White with #CB081F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB081F; }
p { color: rgb(203,8,31); }
H1.HeaderClassName
{
color: #CB081F;
}
.AnyTagClassName
{
color: #CB081F;
}
</style>
background-color css
<style>
a { background-color: #CB081F; }
a { background-color: rgb(203,8,31); }
div.DivClassName
{
background-color: #CB081F;
}
.BgClassName
{
background-color: #CB081F;
}
</style>
border-color css
<style>
span { border-color: #CB081F; }
span { border-color: rgb(203,8,31); }
td.TdClassName
{
border-color: #CB081F;
}
.TagClassName
{
border-color: #CB081F;
}
</style>