Shades of Venetian Red #CF060B
Tints of Venetian Red #CF060B
RGB
CMYK
RGB Variations
Color information
#CF060B (or 0xCF060B) is known color: Venetian Red. HEX triplet: CF, 06 and 0B. RGB value is (207,6,11). Sum of RGB (Red+Green+Blue) = 207+6+11=224 (29% of max value = 765). Red value is 207 (81.25% from 255 or 92.41% from 224); Green value is 6 (2.73% from 255 or 2.68% from 224); Blue value is 11 (4.69% from 255 or 4.91% from 224); Max value from RGB is 207 - color contains mainly: red. Hex color #CF060B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF060B is #30F9F4. Grayscale: #424242. Windows color (decimal): -3209717 or 722639. OLE color: 722639.
HSL color Cylindrical-coordinate representation of color #CF060B: hue angle of 358.51º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CF060B is Cyan = 0, Magento = 0.97, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 6 | 11 | - |
| CMYK | 0 | 0.97 | 0.95 | 0.19 |
| HSL | 358.51º | 0.94% | 0.42% | - |
| HSV(B) | 358.51º | 0.97% | 0.81% | - |
| XYZ | 25.86 | 13.42 | 1.54 | - |
| YUV | 66.67 | 96.59 | 228.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 6 | 11 | 0 | 0.97 | 0.95 | 0.19 | 358.51 | 0.94 | 0.42 |
| Hex | CF | 6 | B | 0 | 61 | 5F | 13 | 167 | 5E | 2A |
| Octal | 317 | 6 | 13 | 0 | 141 | 137 | 23 | 547 | 136 | 52 |
| Binary | 11001111 | 110 | 1011 | 0 | 1100001 | 1011111 | 10011 | 101100111 | 1011110 | 101010 |
Color Harmonies of #CF060B
Complementary color
Monochromatic Colors of #CF060B
Black with #CF060B
Text Example
Text Example
White with #CF060B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF060B; }
p { color: rgb(207,6,11); }
H1.HeaderClassName
{
color: #CF060B;
}
.AnyTagClassName
{
color: #CF060B;
}
</style>
background-color css
<style>
a { background-color: #CF060B; }
a { background-color: rgb(207,6,11); }
div.DivClassName
{
background-color: #CF060B;
}
.BgClassName
{
background-color: #CF060B;
}
</style>
border-color css
<style>
span { border-color: #CF060B; }
span { border-color: rgb(207,6,11); }
td.TdClassName
{
border-color: #CF060B;
}
.TagClassName
{
border-color: #CF060B;
}
</style>