Shades of Venetian Red #CB080D
Tints of Venetian Red #CB080D
RGB
CMYK
RGB Variations
Color information
#CB080D (or 0xCB080D) is known color: Venetian Red. HEX triplet: CB, 08 and 0D. RGB value is (203,8,13). Sum of RGB (Red+Green+Blue) = 203+8+13=224 (29% of max value = 765). Red value is 203 (79.69% from 255 or 90.62% from 224); Green value is 8 (3.52% from 255 or 3.57% from 224); Blue value is 13 (5.47% from 255 or 5.80% from 224); Max value from RGB is 203 - color contains mainly: red. Hex color #CB080D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB080D is #34F7F2. Grayscale: #434343. Windows color (decimal): -3471347 or 854219. OLE color: 854219.
HSL color Cylindrical-coordinate representation of color #CB080D: hue angle of 358.46º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CB080D is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 8 | 13 | - |
| CMYK | 0 | 0.96 | 0.94 | 0.20 |
| HSL | 358.46º | 0.92% | 0.41% | - |
| HSV(B) | 358.46º | 0.96% | 0.8% | - |
| XYZ | 24.79 | 12.9 | 1.56 | - |
| YUV | 66.88 | 97.6 | 225.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 8 | 13 | 0 | 0.96 | 0.94 | 0.20 | 358.46 | 0.92 | 0.41 |
| Hex | CB | 8 | D | 0 | 60 | 5E | 14 | 166 | 5C | 29 |
| Octal | 313 | 10 | 15 | 0 | 140 | 136 | 24 | 546 | 134 | 51 |
| Binary | 11001011 | 1000 | 1101 | 0 | 1100000 | 1011110 | 10100 | 101100110 | 1011100 | 101001 |
Color Harmonies of #CB080D
Complementary color
Monochromatic Colors of #CB080D
Black with #CB080D
Text Example
Text Example
White with #CB080D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB080D; }
p { color: rgb(203,8,13); }
H1.HeaderClassName
{
color: #CB080D;
}
.AnyTagClassName
{
color: #CB080D;
}
</style>
background-color css
<style>
a { background-color: #CB080D; }
a { background-color: rgb(203,8,13); }
div.DivClassName
{
background-color: #CB080D;
}
.BgClassName
{
background-color: #CB080D;
}
</style>
border-color css
<style>
span { border-color: #CB080D; }
span { border-color: rgb(203,8,13); }
td.TdClassName
{
border-color: #CB080D;
}
.TagClassName
{
border-color: #CB080D;
}
</style>