Shades of Venetian Red #CF061D
Tints of Venetian Red #CF061D
RGB
CMYK
RGB Variations
Color information
#CF061D (or 0xCF061D) is known color: Venetian Red. HEX triplet: CF, 06 and 1D. RGB value is (207,6,29). Sum of RGB (Red+Green+Blue) = 207+6+29=242 (32% of max value = 765). Red value is 207 (81.25% from 255 or 85.54% from 242); Green value is 6 (2.73% from 255 or 2.48% from 242); Blue value is 29 (11.72% from 255 or 11.98% from 242); Max value from RGB is 207 - color contains mainly: red. Hex color #CF061D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF061D is #30F9E2. Grayscale: #444444. Windows color (decimal): -3209699 or 1902287. OLE color: 1902287.
HSL color Cylindrical-coordinate representation of color #CF061D: hue angle of 353.13º 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 #CF061D is Cyan = 0, Magento = 0.97, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 6 | 29 | - |
| CMYK | 0 | 0.97 | 0.86 | 0.19 |
| HSL | 353.13º | 0.94% | 0.42% | - |
| HSV(B) | 353.13º | 0.97% | 0.81% | - |
| XYZ | 26.02 | 13.48 | 2.39 | - |
| YUV | 68.72 | 105.59 | 226.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 6 | 29 | 0 | 0.97 | 0.86 | 0.19 | 353.13 | 0.94 | 0.42 |
| Hex | CF | 6 | 1D | 0 | 61 | 56 | 13 | 161 | 5E | 2A |
| Octal | 317 | 6 | 35 | 0 | 141 | 126 | 23 | 541 | 136 | 52 |
| Binary | 11001111 | 110 | 11101 | 0 | 1100001 | 1010110 | 10011 | 101100001 | 1011110 | 101010 |
Color Harmonies of #CF061D
Complementary color
Monochromatic Colors of #CF061D
Black with #CF061D
Text Example
Text Example
White with #CF061D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF061D; }
p { color: rgb(207,6,29); }
H1.HeaderClassName
{
color: #CF061D;
}
.AnyTagClassName
{
color: #CF061D;
}
</style>
background-color css
<style>
a { background-color: #CF061D; }
a { background-color: rgb(207,6,29); }
div.DivClassName
{
background-color: #CF061D;
}
.BgClassName
{
background-color: #CF061D;
}
</style>
border-color css
<style>
span { border-color: #CF061D; }
span { border-color: rgb(207,6,29); }
td.TdClassName
{
border-color: #CF061D;
}
.TagClassName
{
border-color: #CF061D;
}
</style>