Shades of Venetian Red #CB0625
Tints of Venetian Red #CB0625
RGB
CMYK
RGB Variations
Color information
#CB0625 (or 0xCB0625) is known color: Venetian Red. HEX triplet: CB, 06 and 25. RGB value is (203,6,37). Sum of RGB (Red+Green+Blue) = 203+6+37=246 (32% of max value = 765). Red value is 203 (79.69% from 255 or 82.52% from 246); Green value is 6 (2.73% from 255 or 2.44% from 246); Blue value is 37 (14.84% from 255 or 15.04% from 246); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0625 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0625 is #34F9DA. Grayscale: #444444. Windows color (decimal): -3471835 or 2426571. OLE color: 2426571.
HSL color Cylindrical-coordinate representation of color #CB0625: hue angle of 350.56º 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 #CB0625 is Cyan = 0, Magento = 0.97, Yellow = 0.82 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 6 | 37 | - |
| CMYK | 0 | 0.97 | 0.82 | 0.20 |
| HSL | 350.56º | 0.94% | 0.41% | - |
| HSV(B) | 350.56º | 0.97% | 0.8% | - |
| XYZ | 25.03 | 12.96 | 2.93 | - |
| YUV | 68.44 | 110.27 | 223.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 6 | 37 | 0 | 0.97 | 0.82 | 0.20 | 350.56 | 0.94 | 0.41 |
| Hex | CB | 6 | 25 | 0 | 61 | 52 | 14 | 15F | 5E | 29 |
| Octal | 313 | 6 | 45 | 0 | 141 | 122 | 24 | 537 | 136 | 51 |
| Binary | 11001011 | 110 | 100101 | 0 | 1100001 | 1010010 | 10100 | 101011111 | 1011110 | 101001 |
Color Harmonies of #CB0625
Complementary color
Monochromatic Colors of #CB0625
Black with #CB0625
Text Example
Text Example
White with #CB0625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0625; }
p { color: rgb(203,6,37); }
H1.HeaderClassName
{
color: #CB0625;
}
.AnyTagClassName
{
color: #CB0625;
}
</style>
background-color css
<style>
a { background-color: #CB0625; }
a { background-color: rgb(203,6,37); }
div.DivClassName
{
background-color: #CB0625;
}
.BgClassName
{
background-color: #CB0625;
}
</style>
border-color css
<style>
span { border-color: #CB0625; }
span { border-color: rgb(203,6,37); }
td.TdClassName
{
border-color: #CB0625;
}
.TagClassName
{
border-color: #CB0625;
}
</style>