Shades of Venetian Red #CB030D
Tints of Venetian Red #CB030D
RGB
CMYK
RGB Variations
Color information
#CB030D (or 0xCB030D) is known color: Venetian Red. HEX triplet: CB, 03 and 0D. RGB value is (203,3,13). Sum of RGB (Red+Green+Blue) = 203+3+13=219 (29% of max value = 765). Red value is 203 (79.69% from 255 or 92.69% from 219); Green value is 3 (1.56% from 255 or 1.37% from 219); Blue value is 13 (5.47% from 255 or 5.94% from 219); Max value from RGB is 203 - color contains mainly: red. Hex color #CB030D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB030D is #34FCF2. Grayscale: #404040. Windows color (decimal): -3472627 or 852939. OLE color: 852939.
HSL color Cylindrical-coordinate representation of color #CB030D: hue angle of 357º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CB030D is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 3 | 13 | - |
| CMYK | 0 | 0.99 | 0.94 | 0.20 |
| HSL | 357º | 0.97% | 0.4% | - |
| HSV(B) | 357º | 0.99% | 0.8% | - |
| XYZ | 24.73 | 12.79 | 1.55 | - |
| YUV | 63.94 | 99.26 | 227.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 3 | 13 | 0 | 0.99 | 0.94 | 0.20 | 357 | 0.97 | 0.4 |
| Hex | CB | 3 | D | 0 | 63 | 5E | 14 | 165 | 61 | 28 |
| Octal | 313 | 3 | 15 | 0 | 143 | 136 | 24 | 545 | 141 | 50 |
| Binary | 11001011 | 11 | 1101 | 0 | 1100011 | 1011110 | 10100 | 101100101 | 1100001 | 101000 |
Color Harmonies of #CB030D
Complementary color
Monochromatic Colors of #CB030D
Black with #CB030D
Text Example
Text Example
White with #CB030D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB030D; }
p { color: rgb(203,3,13); }
H1.HeaderClassName
{
color: #CB030D;
}
.AnyTagClassName
{
color: #CB030D;
}
</style>
background-color css
<style>
a { background-color: #CB030D; }
a { background-color: rgb(203,3,13); }
div.DivClassName
{
background-color: #CB030D;
}
.BgClassName
{
background-color: #CB030D;
}
</style>
border-color css
<style>
span { border-color: #CB030D; }
span { border-color: rgb(203,3,13); }
td.TdClassName
{
border-color: #CB030D;
}
.TagClassName
{
border-color: #CB030D;
}
</style>