Shades of Venetian Red #CB061C
Tints of Venetian Red #CB061C
RGB
CMYK
RGB Variations
Color information
#CB061C (or 0xCB061C) is known color: Venetian Red. HEX triplet: CB, 06 and 1C. RGB value is (203,6,28). Sum of RGB (Red+Green+Blue) = 203+6+28=237 (31% of max value = 765). Red value is 203 (79.69% from 255 or 85.65% from 237); Green value is 6 (2.73% from 255 or 2.53% from 237); Blue value is 28 (11.33% from 255 or 11.81% from 237); Max value from RGB is 203 - color contains mainly: red. Hex color #CB061C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB061C is #34F9E3. Grayscale: #434343. Windows color (decimal): -3471844 or 1836747. OLE color: 1836747.
HSL color Cylindrical-coordinate representation of color #CB061C: hue angle of 353.3º degrees, saturation: 0.94, 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 #CB061C is Cyan = 0, Magento = 0.97, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 6 | 28 | - |
| CMYK | 0 | 0.97 | 0.86 | 0.20 |
| HSL | 353.3º | 0.94% | 0.41% | - |
| HSV(B) | 353.3º | 0.97% | 0.8% | - |
| XYZ | 24.9 | 12.91 | 2.28 | - |
| YUV | 67.41 | 105.77 | 224.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 6 | 28 | 0 | 0.97 | 0.86 | 0.20 | 353.3 | 0.94 | 0.41 |
| Hex | CB | 6 | 1C | 0 | 61 | 56 | 14 | 161 | 5E | 29 |
| Octal | 313 | 6 | 34 | 0 | 141 | 126 | 24 | 541 | 136 | 51 |
| Binary | 11001011 | 110 | 11100 | 0 | 1100001 | 1010110 | 10100 | 101100001 | 1011110 | 101001 |
Color Harmonies of #CB061C
Complementary color
Monochromatic Colors of #CB061C
Black with #CB061C
Text Example
Text Example
White with #CB061C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB061C; }
p { color: rgb(203,6,28); }
H1.HeaderClassName
{
color: #CB061C;
}
.AnyTagClassName
{
color: #CB061C;
}
</style>
background-color css
<style>
a { background-color: #CB061C; }
a { background-color: rgb(203,6,28); }
div.DivClassName
{
background-color: #CB061C;
}
.BgClassName
{
background-color: #CB061C;
}
</style>
border-color css
<style>
span { border-color: #CB061C; }
span { border-color: rgb(203,6,28); }
td.TdClassName
{
border-color: #CB061C;
}
.TagClassName
{
border-color: #CB061C;
}
</style>