Shades of Venetian Red #CB070E
Tints of Venetian Red #CB070E
RGB
CMYK
RGB Variations
Color information
#CB070E (or 0xCB070E) is known color: Venetian Red. HEX triplet: CB, 07 and 0E. RGB value is (203,7,14). Sum of RGB (Red+Green+Blue) = 203+7+14=224 (29% of max value = 765). Red value is 203 (79.69% from 255 or 90.62% from 224); Green value is 7 (3.12% from 255 or 3.12% from 224); Blue value is 14 (5.86% from 255 or 6.25% from 224); Max value from RGB is 203 - color contains mainly: red. Hex color #CB070E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB070E is #34F8F1. Grayscale: #424242. Windows color (decimal): -3471602 or 919499. OLE color: 919499.
HSL color Cylindrical-coordinate representation of color #CB070E: hue angle of 357.86º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CB070E is Cyan = 0, Magento = 0.97, Yellow = 0.93 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 7 | 14 | - |
| CMYK | 0 | 0.97 | 0.93 | 0.20 |
| HSL | 357.86º | 0.93% | 0.41% | - |
| HSV(B) | 357.86º | 0.97% | 0.8% | - |
| XYZ | 24.78 | 12.88 | 1.6 | - |
| YUV | 66.4 | 98.43 | 225.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 7 | 14 | 0 | 0.97 | 0.93 | 0.20 | 357.86 | 0.93 | 0.41 |
| Hex | CB | 7 | E | 0 | 61 | 5D | 14 | 166 | 5D | 29 |
| Octal | 313 | 7 | 16 | 0 | 141 | 135 | 24 | 546 | 135 | 51 |
| Binary | 11001011 | 111 | 1110 | 0 | 1100001 | 1011101 | 10100 | 101100110 | 1011101 | 101001 |
Color Harmonies of #CB070E
Complementary color
Monochromatic Colors of #CB070E
Black with #CB070E
Text Example
Text Example
White with #CB070E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB070E; }
p { color: rgb(203,7,14); }
H1.HeaderClassName
{
color: #CB070E;
}
.AnyTagClassName
{
color: #CB070E;
}
</style>
background-color css
<style>
a { background-color: #CB070E; }
a { background-color: rgb(203,7,14); }
div.DivClassName
{
background-color: #CB070E;
}
.BgClassName
{
background-color: #CB070E;
}
</style>
border-color css
<style>
span { border-color: #CB070E; }
span { border-color: rgb(203,7,14); }
td.TdClassName
{
border-color: #CB070E;
}
.TagClassName
{
border-color: #CB070E;
}
</style>