Shades of Venetian Red #CB091F
Tints of Venetian Red #CB091F
RGB
CMYK
RGB Variations
Color information
#CB091F (or 0xCB091F) is known color: Venetian Red. HEX triplet: CB, 09 and 1F. RGB value is (203,9,31). Sum of RGB (Red+Green+Blue) = 203+9+31=243 (32% of max value = 765). Red value is 203 (79.69% from 255 or 83.54% from 243); Green value is 9 (3.91% from 255 or 3.70% from 243); Blue value is 31 (12.5% from 255 or 12.76% from 243); Max value from RGB is 203 - color contains mainly: red. Hex color #CB091F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB091F is #34F6E0. Grayscale: #454545. Windows color (decimal): -3471073 or 2034123. OLE color: 2034123.
HSL color Cylindrical-coordinate representation of color #CB091F: hue angle of 353.2º 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 #CB091F is Cyan = 0, Magento = 0.96, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 9 | 31 | - |
| CMYK | 0 | 0.96 | 0.85 | 0.20 |
| HSL | 353.2º | 0.92% | 0.42% | - |
| HSV(B) | 353.2º | 0.96% | 0.8% | - |
| XYZ | 24.97 | 12.99 | 2.49 | - |
| YUV | 69.51 | 106.27 | 223.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 9 | 31 | 0 | 0.96 | 0.85 | 0.20 | 353.2 | 0.92 | 0.42 |
| Hex | CB | 9 | 1F | 0 | 60 | 55 | 14 | 161 | 5C | 2A |
| Octal | 313 | 11 | 37 | 0 | 140 | 125 | 24 | 541 | 134 | 52 |
| Binary | 11001011 | 1001 | 11111 | 0 | 1100000 | 1010101 | 10100 | 101100001 | 1011100 | 101010 |
Color Harmonies of #CB091F
Complementary color
Monochromatic Colors of #CB091F
Black with #CB091F
Text Example
Text Example
White with #CB091F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB091F; }
p { color: rgb(203,9,31); }
H1.HeaderClassName
{
color: #CB091F;
}
.AnyTagClassName
{
color: #CB091F;
}
</style>
background-color css
<style>
a { background-color: #CB091F; }
a { background-color: rgb(203,9,31); }
div.DivClassName
{
background-color: #CB091F;
}
.BgClassName
{
background-color: #CB091F;
}
</style>
border-color css
<style>
span { border-color: #CB091F; }
span { border-color: rgb(203,9,31); }
td.TdClassName
{
border-color: #CB091F;
}
.TagClassName
{
border-color: #CB091F;
}
</style>