Shades of Venetian Red #CB040D
Tints of Venetian Red #CB040D
RGB
CMYK
RGB Variations
Color information
#CB040D (or 0xCB040D) is known color: Venetian Red. HEX triplet: CB, 04 and 0D. RGB value is (203,4,13). Sum of RGB (Red+Green+Blue) = 203+4+13=220 (29% of max value = 765). Red value is 203 (79.69% from 255 or 92.27% from 220); Green value is 4 (1.95% from 255 or 1.82% from 220); Blue value is 13 (5.47% from 255 or 5.91% from 220); Max value from RGB is 203 - color contains mainly: red. Hex color #CB040D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB040D is #34FBF2. Grayscale: #404040. Windows color (decimal): -3472371 or 853195. OLE color: 853195.
HSL color Cylindrical-coordinate representation of color #CB040D: hue angle of 357.29º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CB040D is Cyan = 0, Magento = 0.98, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 4 | 13 | - |
| CMYK | 0 | 0.98 | 0.94 | 0.20 |
| HSL | 357.29º | 0.96% | 0.41% | - |
| HSV(B) | 357.29º | 0.98% | 0.8% | - |
| XYZ | 24.74 | 12.81 | 1.55 | - |
| YUV | 64.53 | 98.93 | 226.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 4 | 13 | 0 | 0.98 | 0.94 | 0.20 | 357.29 | 0.96 | 0.41 |
| Hex | CB | 4 | D | 0 | 62 | 5E | 14 | 165 | 60 | 29 |
| Octal | 313 | 4 | 15 | 0 | 142 | 136 | 24 | 545 | 140 | 51 |
| Binary | 11001011 | 100 | 1101 | 0 | 1100010 | 1011110 | 10100 | 101100101 | 1100000 | 101001 |
Color Harmonies of #CB040D
Complementary color
Monochromatic Colors of #CB040D
Black with #CB040D
Text Example
Text Example
White with #CB040D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB040D; }
p { color: rgb(203,4,13); }
H1.HeaderClassName
{
color: #CB040D;
}
.AnyTagClassName
{
color: #CB040D;
}
</style>
background-color css
<style>
a { background-color: #CB040D; }
a { background-color: rgb(203,4,13); }
div.DivClassName
{
background-color: #CB040D;
}
.BgClassName
{
background-color: #CB040D;
}
</style>
border-color css
<style>
span { border-color: #CB040D; }
span { border-color: rgb(203,4,13); }
td.TdClassName
{
border-color: #CB040D;
}
.TagClassName
{
border-color: #CB040D;
}
</style>