Shades of Venetian Red #CF060F
Tints of Venetian Red #CF060F
RGB
CMYK
RGB Variations
Color information
#CF060F (or 0xCF060F) is known color: Venetian Red. HEX triplet: CF, 06 and 0F. RGB value is (207,6,15). Sum of RGB (Red+Green+Blue) = 207+6+15=228 (30% of max value = 765). Red value is 207 (81.25% from 255 or 90.79% from 228); Green value is 6 (2.73% from 255 or 2.63% from 228); Blue value is 15 (6.25% from 255 or 6.58% from 228); Max value from RGB is 207 - color contains mainly: red. Hex color #CF060F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF060F is #30F9F0. Grayscale: #434343. Windows color (decimal): -3209713 or 984783. OLE color: 984783.
HSL color Cylindrical-coordinate representation of color #CF060F: hue angle of 357.31º 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 #CF060F is Cyan = 0, Magento = 0.97, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 6 | 15 | - |
| CMYK | 0 | 0.97 | 0.93 | 0.19 |
| HSL | 357.31º | 0.94% | 0.42% | - |
| HSV(B) | 357.31º | 0.97% | 0.81% | - |
| XYZ | 25.88 | 13.43 | 1.68 | - |
| YUV | 67.13 | 98.59 | 227.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 6 | 15 | 0 | 0.97 | 0.93 | 0.19 | 357.31 | 0.94 | 0.42 |
| Hex | CF | 6 | F | 0 | 61 | 5D | 13 | 165 | 5E | 2A |
| Octal | 317 | 6 | 17 | 0 | 141 | 135 | 23 | 545 | 136 | 52 |
| Binary | 11001111 | 110 | 1111 | 0 | 1100001 | 1011101 | 10011 | 101100101 | 1011110 | 101010 |
Color Harmonies of #CF060F
Complementary color
Monochromatic Colors of #CF060F
Black with #CF060F
Text Example
Text Example
White with #CF060F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF060F; }
p { color: rgb(207,6,15); }
H1.HeaderClassName
{
color: #CF060F;
}
.AnyTagClassName
{
color: #CF060F;
}
</style>
background-color css
<style>
a { background-color: #CF060F; }
a { background-color: rgb(207,6,15); }
div.DivClassName
{
background-color: #CF060F;
}
.BgClassName
{
background-color: #CF060F;
}
</style>
border-color css
<style>
span { border-color: #CF060F; }
span { border-color: rgb(207,6,15); }
td.TdClassName
{
border-color: #CF060F;
}
.TagClassName
{
border-color: #CF060F;
}
</style>