Shades of Venetian Red #CB091C
Tints of Venetian Red #CB091C
RGB
CMYK
RGB Variations
Color information
#CB091C (or 0xCB091C) is known color: Venetian Red. HEX triplet: CB, 09 and 1C. RGB value is (203,9,28). Sum of RGB (Red+Green+Blue) = 203+9+28=240 (31% of max value = 765). Red value is 203 (79.69% from 255 or 84.58% from 240); Green value is 9 (3.91% from 255 or 3.75% from 240); Blue value is 28 (11.33% from 255 or 11.67% from 240); Max value from RGB is 203 - color contains mainly: red. Hex color #CB091C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB091C is #34F6E3. Grayscale: #454545. Windows color (decimal): -3471076 or 1837515. OLE color: 1837515.
HSL color Cylindrical-coordinate representation of color #CB091C: hue angle of 354.12º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CB091C is Cyan = 0, Magento = 0.96, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 9 | 28 | - |
| CMYK | 0 | 0.96 | 0.86 | 0.20 |
| HSL | 354.12º | 0.92% | 0.42% | - |
| HSV(B) | 354.12º | 0.96% | 0.8% | - |
| XYZ | 24.94 | 12.98 | 2.29 | - |
| YUV | 69.17 | 104.77 | 223.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 9 | 28 | 0 | 0.96 | 0.86 | 0.20 | 354.12 | 0.92 | 0.42 |
| Hex | CB | 9 | 1C | 0 | 60 | 56 | 14 | 162 | 5C | 2A |
| Octal | 313 | 11 | 34 | 0 | 140 | 126 | 24 | 542 | 134 | 52 |
| Binary | 11001011 | 1001 | 11100 | 0 | 1100000 | 1010110 | 10100 | 101100010 | 1011100 | 101010 |
Color Harmonies of #CB091C
Complementary color
Monochromatic Colors of #CB091C
Black with #CB091C
Text Example
Text Example
White with #CB091C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB091C; }
p { color: rgb(203,9,28); }
H1.HeaderClassName
{
color: #CB091C;
}
.AnyTagClassName
{
color: #CB091C;
}
</style>
background-color css
<style>
a { background-color: #CB091C; }
a { background-color: rgb(203,9,28); }
div.DivClassName
{
background-color: #CB091C;
}
.BgClassName
{
background-color: #CB091C;
}
</style>
border-color css
<style>
span { border-color: #CB091C; }
span { border-color: rgb(203,9,28); }
td.TdClassName
{
border-color: #CB091C;
}
.TagClassName
{
border-color: #CB091C;
}
</style>