Shades of Venetian Red #CB0027
Tints of Venetian Red #CB0027
RGB
CMYK
RGB Variations
Color information
#CB0027 (or 0xCB0027) is known color: Venetian Red. HEX triplet: CB, 00 and 27. RGB value is (203,0,39). Sum of RGB (Red+Green+Blue) = 203+0+39=242 (32% of max value = 765). Red value is 203 (79.69% from 255 or 83.88% from 242); Green value is 0 (0.39% from 255 or 0% from 242); Blue value is 39 (15.62% from 255 or 16.12% from 242); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0027 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0027 is #34FFD8. Grayscale: #414141. Windows color (decimal): -3473369 or 2556107. OLE color: 2556107.
HSL color Cylindrical-coordinate representation of color #CB0027: hue angle of 348.47º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CB0027 is Cyan = 0, Magento = 1, Yellow = 0.81 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 0 | 39 | - |
| CMYK | 0 | 1 | 0.81 | 0.20 |
| HSL | 348.47º | 1% | 0.4% | - |
| HSV(B) | 348.47º | 1% | 0.8% | - |
| XYZ | 24.99 | 12.84 | 3.08 | - |
| YUV | 65.14 | 113.25 | 226.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 0 | 39 | 0 | 1 | 0.81 | 0.20 | 348.47 | 1 | 0.4 |
| Hex | CB | 0 | 27 | 0 | 64 | 51 | 14 | 15C | 64 | 28 |
| Octal | 313 | 0 | 47 | 0 | 144 | 121 | 24 | 534 | 144 | 50 |
| Binary | 11001011 | 0 | 100111 | 0 | 1100100 | 1010001 | 10100 | 101011100 | 1100100 | 101000 |
Color Harmonies of #CB0027
Complementary color
Monochromatic Colors of #CB0027
Black with #CB0027
Text Example
Text Example
White with #CB0027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0027; }
p { color: rgb(203,0,39); }
H1.HeaderClassName
{
color: #CB0027;
}
.AnyTagClassName
{
color: #CB0027;
}
</style>
background-color css
<style>
a { background-color: #CB0027; }
a { background-color: rgb(203,0,39); }
div.DivClassName
{
background-color: #CB0027;
}
.BgClassName
{
background-color: #CB0027;
}
</style>
border-color css
<style>
span { border-color: #CB0027; }
span { border-color: rgb(203,0,39); }
td.TdClassName
{
border-color: #CB0027;
}
.TagClassName
{
border-color: #CB0027;
}
</style>