Shades of Venetian Red #CB001F
Tints of Venetian Red #CB001F
RGB
CMYK
RGB Variations
Color information
#CB001F (or 0xCB001F) is known color: Venetian Red. HEX triplet: CB, 00 and 1F. RGB value is (203,0,31). Sum of RGB (Red+Green+Blue) = 203+0+31=234 (30% of max value = 765). Red value is 203 (79.69% from 255 or 86.75% from 234); Green value is 0 (0.39% from 255 or 0% from 234); Blue value is 31 (12.5% from 255 or 13.25% from 234); Max value from RGB is 203 - color contains mainly: red. Hex color #CB001F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB001F is #34FFE0. Grayscale: #404040. Windows color (decimal): -3473377 or 2031819. OLE color: 2031819.
HSL color Cylindrical-coordinate representation of color #CB001F: hue angle of 350.84º 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 #CB001F is Cyan = 0, Magento = 1, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 0 | 31 | - |
| CMYK | 0 | 1 | 0.85 | 0.20 |
| HSL | 350.84º | 1% | 0.4% | - |
| HSV(B) | 350.84º | 1% | 0.8% | - |
| XYZ | 24.88 | 12.8 | 2.45 | - |
| YUV | 64.23 | 109.25 | 226.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 0 | 31 | 0 | 1 | 0.85 | 0.20 | 350.84 | 1 | 0.4 |
| Hex | CB | 0 | 1F | 0 | 64 | 55 | 14 | 15F | 64 | 28 |
| Octal | 313 | 0 | 37 | 0 | 144 | 125 | 24 | 537 | 144 | 50 |
| Binary | 11001011 | 0 | 11111 | 0 | 1100100 | 1010101 | 10100 | 101011111 | 1100100 | 101000 |
Color Harmonies of #CB001F
Complementary color
Monochromatic Colors of #CB001F
Black with #CB001F
Text Example
Text Example
White with #CB001F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB001F; }
p { color: rgb(203,0,31); }
H1.HeaderClassName
{
color: #CB001F;
}
.AnyTagClassName
{
color: #CB001F;
}
</style>
background-color css
<style>
a { background-color: #CB001F; }
a { background-color: rgb(203,0,31); }
div.DivClassName
{
background-color: #CB001F;
}
.BgClassName
{
background-color: #CB001F;
}
</style>
border-color css
<style>
span { border-color: #CB001F; }
span { border-color: rgb(203,0,31); }
td.TdClassName
{
border-color: #CB001F;
}
.TagClassName
{
border-color: #CB001F;
}
</style>