Shades of Venetian Red #CB0004
Tints of Venetian Red #CB0004
RGB
CMYK
RGB Variations
Color information
#CB0004 (or 0xCB0004) is known color: Venetian Red. HEX triplet: CB, 00 and 04. RGB value is (203,0,4). Sum of RGB (Red+Green+Blue) = 203+0+4=207 (27% of max value = 765). Red value is 203 (79.69% from 255 or 98.07% from 207); Green value is 0 (0.39% from 255 or 0% from 207); Blue value is 4 (1.95% from 255 or 1.93% from 207); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0004 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB0004 is #34FFFB. Grayscale: #3D3D3D. Windows color (decimal): -3473404 or 262347. OLE color: 262347.
HSL color Cylindrical-coordinate representation of color #CB0004: hue angle of 358.82º 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 #CB0004 is Cyan = 0, Magento = 1, Yellow = 0.98 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 0 | 4 | - |
| CMYK | 0 | 1 | 0.98 | 0.20 |
| HSL | 358.82º | 1% | 0.4% | - |
| HSV(B) | 358.82º | 1% | 0.8% | - |
| XYZ | 24.65 | 12.71 | 1.27 | - |
| YUV | 61.15 | 95.75 | 229.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 0 | 4 | 0 | 1 | 0.98 | 0.20 | 358.82 | 1 | 0.4 |
| Hex | CB | 0 | 4 | 0 | 64 | 62 | 14 | 167 | 64 | 28 |
| Octal | 313 | 0 | 4 | 0 | 144 | 142 | 24 | 547 | 144 | 50 |
| Binary | 11001011 | 0 | 100 | 0 | 1100100 | 1100010 | 10100 | 101100111 | 1100100 | 101000 |
Color Harmonies of #CB0004
Complementary color
Monochromatic Colors of #CB0004
Black with #CB0004
Text Example
Text Example
White with #CB0004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0004; }
p { color: rgb(203,0,4); }
H1.HeaderClassName
{
color: #CB0004;
}
.AnyTagClassName
{
color: #CB0004;
}
</style>
background-color css
<style>
a { background-color: #CB0004; }
a { background-color: rgb(203,0,4); }
div.DivClassName
{
background-color: #CB0004;
}
.BgClassName
{
background-color: #CB0004;
}
</style>
border-color css
<style>
span { border-color: #CB0004; }
span { border-color: rgb(203,0,4); }
td.TdClassName
{
border-color: #CB0004;
}
.TagClassName
{
border-color: #CB0004;
}
</style>